My journal about my software development experiences. A collection of notes, tutorials, and tips about software developement.
https://gaborkevinbarta.com/developers-journal
This project is using an older version of hugo (v0.60.1). Use this in order to build the project:
On my Mac downloaded old build of hugo, added to usr/local/bin and use it as shown below:
hugo_0_60_1 version
archetypes: Templates for when new sections are createdcontent: Markdown content of websitedata: Unused and unknowndocs: Production build that is deployed to Github Pageslayout/partial: Custom code to inject into themeresources/gen: Unused and unknownstatic: Custom css and imagesthemes/hugo-theme-learn: Source code for theme
hugo server: Run developmenthugo server -D: Run development with draftshugo: Build production code intodocsdirectoryhugo new --kind chapter chapter-name/_index.md: Create new chapter markdownhugo new chapter-name/section-name/_index.md: Create new section markdown under a specific chapter
https://themes.gohugo.io/theme/hugo-theme-learn/en
https://github.com/matcornic/hugo-theme-learn