Hugo
-
Extract into the site directory :
D:\codeberg\pages
-
Initial Generate
cd D:\codeberg
hugo new site . --force
Theme : kaslaanka
- Ref : https://github.com/M1cR0xf7/kaslaanka
- Clone
git init
git clone https://github.com/M1cR0xf7/kaslaanka.git themes/kaslaanka --depth=1
- Modify :
/config.toml
,/static/css/custom.css
,/layouts/...
Post
-
D:\codeberg\pages\content\blog\en\...
-
Check
hugo server -D
- Publish
hugo