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

https://github.com/shellfly/shellfly.github.io

shellfly‘s blog
https://github.com/shellfly/shellfly.github.io

Last synced: 4 months ago
JSON representation

shellfly‘s blog

Awesome Lists containing this project

README

        

# shellfly.github.io
shellfly‘s blog, built by [hugo](https://gohugo.io/getting-started/quick-start/).

## actions

1. create a new post

```
hugo new posts/my-post.md
```

2. start hugo server

```
hugo server -D
```

3. build public content

```
hugo
```

4. publish new content
```
./deploy.sh "Optional commit message"
```