Hugo project and content of my personal website, chringel.dev
- Clone repository, install theme and dependencies
git clone https://github.com/chringel21/chringel.dev
git submodule update --init
cd theme/chringel
npm install- Run Hugo
hugo server --disableFastRenderNew post:
hugo new --kind post-bundle blog/202x/titleNew note:
hugo new notes/`date +'%Y/%m/%d/%H%M'`.md