StasonJatham / karlcom-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo FixIt Blog Template (Git)

Directory structure

▸ .github/       # GitHub configuration
▸ archetypes/    # page archetypes (like scaffolds of archetypes)
▸ assets/        # css, js, third-party libraries etc.
▸ config/        # configuration files
▸ content/       # markdown files for hugo project
▸ data/          # blog data (allow: yaml, json, toml), e.g. friends.yml
▸ public/        # build directory
▸ static/        # static files, e.g. favicon.ico
▸ themes/        # theme submodules

Notes

  • I added CSS classes to theme > FixIt > assets > css > _core > _base.scss that way you can add them to Menu items and such.

About

License:MIT License


Languages

Language:JavaScript 42.8%Language:CSS 33.0%Language:HTML 15.4%Language:SCSS 8.8%