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
- Host: GitHub
- URL: https://github.com/shellfly/shellfly.github.io
- Owner: shellfly
- Created: 2012-06-02T14:46:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T07:09:11.000Z (7 months ago)
- Last Synced: 2025-01-12T10:27:10.394Z (6 months ago)
- Language: HTML
- Homepage: https://shellfly.github.io
- Size: 3.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```