https://github.com/gerkindev/devblog
https://github.com/gerkindev/devblog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gerkindev/devblog
- Owner: GerkinDev
- Created: 2020-11-16T00:55:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:33:39.000Z (over 3 years ago)
- Last Synced: 2026-01-14T02:52:28.100Z (6 months ago)
- Language: HTML
- Homepage: https://gerkindev.github.io/devblog/
- Size: 9.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevBlog
The theme used is [zzo](https://zzo-docs.vercel.app/zzo).
Some config fields are secret and are expected to be loaded from environment. Create a `.env` file and run the following to pass args to hugo:
```sh
export $(cat .env | xargs);
hugo server -DEF
```
## Third party
* [**GitHub corners**](https://github.com/tholman/github-corners): MIT
* [**findAndReplaceDOMText**](https://github.com/padolsey/findAndReplaceDOMText): unlicense
## Continuous Deployment
CI is here: https://app.circleci.com/pipelines/github/GerkinDev/devblog