An open API service indexing awesome lists of open source software.

https://github.com/dongri/pages


https://github.com/dongri/pages

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Install hugo
```
$ cd go/src/github.com
$ mkdir gohugoio
$ cd gohugoio
$ git clone https://github.com/gohugoio/hugo.git
$ cd hugo
$ go install
```

# New Post
```
$ hugo new content/post/2021-05-02-NFT.md
```
# Start Local server
```
$ hugo serve

$ open http://localhost:1313/
```

# Public
```
$ cd public
$ git pull origin main
```

# Deploy
```
$ ./deploy.sh
```