Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koooge/blog
Wannabe engineer's blog
https://github.com/koooge/blog
blog hugo hugo-theme-geppaku netlify
Last synced: 3 days ago
JSON representation
Wannabe engineer's blog
- Host: GitHub
- URL: https://github.com/koooge/blog
- Owner: koooge
- License: apache-2.0
- Created: 2018-05-10T05:15:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T23:30:25.000Z (9 days ago)
- Last Synced: 2025-02-03T00:25:08.539Z (9 days ago)
- Topics: blog, hugo, hugo-theme-geppaku, netlify
- Language: HTML
- Homepage: https://koooge.com
- Size: 3.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/71845e36-dbab-43e6-bf95-81c88aa0959f/deploy-status)](https://app.netlify.com/sites/koooge/deploys)
# blog
Wannabe engineer's blog https://koooge.com/## Setting
### Netlify
Build command: `$ hugo -t @koooge/hugo-theme-geppaku --minify`
Publish directory: `public`## Usage
### Create a new post
```sh
$ hugo new posts///
```
### preview
```sh
$ hugo server --buildDrafts --bind=0.0.0.0 --watch
```
### Update theme
```sh
$ git submodule foreach git pull origin main
```