Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngot/blog
Henry Zhuang's personal blog
https://github.com/ngot/blog
Last synced: 16 days ago
JSON representation
Henry Zhuang's personal blog
- Host: GitHub
- URL: https://github.com/ngot/blog
- Owner: ngot
- Created: 2014-10-29T01:52:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T00:30:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T10:29:09.811Z (2 months ago)
- Homepage: https://blog.ngot.me
- Size: 120 KB
- Stars: 19
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Henry's personal blog
=====================Visit [https://blog.ngot.me](https://blog.ngot.me) for more information.
## Installation
### MacOSX
```shell
brew install hugo
```Read more at [Install Hugo](https://gohugo.io/getting-started/installing/).
## Development
```shell
hugo server -D -s ./src
```## Build
```shell
hugo --cleanDestinationDir --minify -s ./src
```## Deployment
Don't forget about the CNAME file under the `docs` folder.
## Themes
Add themes
```shell
git submodule add $repo src/themes/$theme_name
```