GitXplorerGitXplorer
L

pure

public
51 stars
1 forks
2 issues

Commits

List of commits on branch master.
Unverified
0911029702588f12f2a16ee839dbd60da7dc1979

fix: pagenation error

LLeetaoGoooo committed 9 months ago
Unverified
cc4626cfcbe1fb3b5f9a563c665b8b8083809ad4

fix: pagenation error

LLeetaoGoooo committed 9 months ago
Unverified
d0a06998736b228c341f365f41d468c92a092c6a

fix: expression error

LLeetaoGoooo committed 9 months ago
Unverified
b73c188c72f39164e7d9bc4d38ca357a5794be2f

fix: pagenation error

LLeetaoGoooo committed 9 months ago
Verified
0fde782fecf5576aaf61f25e8d196dd4e745dcbb

build(deps): bump golang.org/x/net from 0.10.0 to 0.23.0

ddependabot[bot] committed 9 months ago
Verified
de4309b5c0e74d90736f800f9f3ef9a6f2997508

Merge pull request #13 from LeetaoGoooo/feat-query

LLeetaoGoooo committed 9 months ago

README

The README file for this repository.

Pure

It's a blog based on github discussion that lets you focus on your creativity. All you need to do is open your browser, log in to github and start your creative journey, no more worry about file, sync deployment and image uploads. What's more you can migrate your blog in the way you like!

Deploy

Before you do a deployment, you need to config your own pure.yaml

cp pure.sample.yaml pure.yaml

Get your own GITHUB_ACCESS_TOKEN here

Category

cd core
go test -run TestApi -v

It'll list all your categories, then you can config your pure.yaml

Before you do a deployment, you need to config BlogConfig in constants.go

Get your own GITHUB_ACCESS_TOKEN here

Deploy with Vercel

comments

pure use gitcus as comment system, visit gitcus-website to get your repo id ,which can be found in data-repo-id

gitcus-config

Then just run the application

go build main.go
./main

Screens