An open API service indexing awesome lists of open source software.

https://github.com/gkevinb/developers-journal

A Developer's Journal
https://github.com/gkevinb/developers-journal

hugo journal

Last synced: 3 months ago
JSON representation

A Developer's Journal

Awesome Lists containing this project

README

        

# A Developer's Journal

My journal about my software development experiences. A collection of notes, tutorials, and tips about software developement.

https://gaborkevinbarta.com/developers-journal

## Project Structure

- `archetypes`: Templates for when new sections are created
- `content`: Markdown content of website
- `data`: Unused and unknown
- `docs`: Production build that is deployed to Github Pages
- `layout/partial`: Custom code to inject into theme
- `resources/gen`: Unused and unknown
- `static`: Custom css and images
- `themes/hugo-theme-learn`: Source code for theme

## Commmands

- `hugo server`: Run development
- `hugo server -D`: Run development with drafts
- `hugo`: Build production code into `docs` directory
- `hugo new --kind chapter chapter-name/_index.md`: Create new chapter markdown
- `hugo new chapter-name/section-name/_index.md`: Create new section markdown under a specific chapter

## Themes

### Learn

https://themes.gohugo.io/theme/hugo-theme-learn/en

https://github.com/matcornic/hugo-theme-learn

### Compose

https://themes.gohugo.io/compose/

## Hugo Shortcodes

https://gohugo.io/content-management/shortcodes/