Go to file
ray bddf31ca98 fix script.js src attribute value
prepend the base url to the path of the script.
2020-02-02 21:43:27 +00:00
.github Update PR template (#125) 2018-11-29 09:39:52 -02:00
archetypes Add OpenGraph to each page (#147) 2019-03-04 11:43:54 -03:00
assets/scss add dark mode toggle functionality 2020-02-02 19:52:12 +00:00
exampleSite Add an optional featured image (#252) 2020-01-27 15:46:37 -03:00
i18n Add Hebrew i18n file and FIGBERT to CONTRIBUTORS.md (#258) 2020-02-01 21:28:26 -03:00
images Update images 2018-09-14 09:28:05 -03:00
layouts fix script.js src attribute value 2020-02-02 21:43:27 +00:00
resources/_gen/assets/scss/scss Improve code block style of syntax highlighting (#256) 2020-01-31 15:16:13 -03:00
static tidy up code 2020-02-02 21:22:55 +00: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
CONTRIBUTORS.md Add Hebrew i18n file and FIGBERT to CONTRIBUTORS.md (#258) 2020-02-01 21:28:26 -03:00
LICENSE.md Initial files 2018-02-28 22:38:59 -03:00
Makefile Add HUGO_BIN into Makefile 2019-01-02 17:06:58 -02:00
README.md update README.md to reflect forked status 2020-02-02 14:50:38 +00:00
netlify.toml Replace deprecated .Hugo with hugo. (#171) 2019-04-23 10:17:29 -03:00
stackbit.yaml Automatic dark/light colorschemes (#234) 2019-11-21 10:13:49 -03:00
theme.toml Replace deprecated .Hugo with hugo. (#171) 2019-04-23 10:17:29 -03:00

README.md

Forked from hugo-coder - 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://git.rayelliott.dev/rayelliott/hugo-coder-fork.git themes/hugo-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/.

License

Coder is licensed under the MIT license.