Go to file
Luiz de Prá 9118a00aeb Refactor Makefile 2018-10-03 21:11:07 -03:00
archetypes Generate correct date within archetypes (#27) 2018-05-28 09:16:37 -03:00
assets/scss Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
exampleSite Upgrade hugo to 0.49/extended (#89) 2018-10-03 09:26:37 -03:00
images Update images 2018-09-14 09:28:05 -03:00
layouts Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
resources/_gen/assets/scss/scss Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
static/images Add SCSS via Asset Pipeline (#65) 2018-08-21 16:26:15 -03:00
.editorconfig Add SCSS via Asset Pipeline (#65) 2018-08-21 16:26:15 -03:00
.gitignore Add resources folder 2018-09-14 11:08:17 -03:00
LICENSE.md Initial files 2018-02-28 22:38:59 -03:00
Makefile Refactor Makefile 2018-10-03 21:11:07 -03:00
README.md Improve README 2018-09-16 20:25:36 -03:00
theme.toml Add SCSS via Asset Pipeline (#65) 2018-08-21 16:26:15 -03:00

README.md

Hugo Coder Logotype

A simple and clean blog theme for Hugo.

Quick Start

  1. Add the repository into your Hugo Project repository as a submodule, git submodule add https://github.com/luizdepra/hugo-coder.git themes/coder.
  2. Configure your config.toml. You can either use the this minimal configuration as a base, or look for a complete explanation about all configurations here. The config.toml inside the exampleSite is also a good reference.
  3. Build your site with hugo serve and see the result at http://localhost:1313/.

Extra Guides

License

Coder is licensed under the MIT license.

Author

Luiz de Prá

Contributors

Special Thanks

  • Gleen McComb, for his great article about custom pagination.
  • All contributors, for every PR and Issue reported.