https://github.com/forecho/hugo-blog
My Hugo Blog
https://github.com/forecho/hugo-blog
Last synced: about 1 year ago
JSON representation
My Hugo Blog
- Host: GitHub
- URL: https://github.com/forecho/hugo-blog
- Owner: forecho
- Created: 2020-01-10T11:18:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T16:57:06.000Z (about 1 year ago)
- Last Synced: 2025-04-25T17:53:35.799Z (about 1 year ago)
- Homepage: https://blog.forecho.com/
- Size: 27.5 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forecho's Blog
## Install
```bash
brew install hugo
npm install postcss-cli
```
## Run
```bash
hugo server
# or
hugo server -D # show draft
```
Update Submodule
```bash
git submodule update --remote
```