My journal about my software development experiences. A collection of notes, tutorials, and tips about software developement.
https://gaborkevinbarta.com/developers-journal
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 intodocs
directoryhugo 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