mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
0fb4eafa637c073f8ab304bc5fb495c27521f672
There were a few places still using absolute URLs, including <link rel="icon"> tags, <link rel="alternate"> tags, and nav menu links. In addition, the presence of a <base> tag caused the browser to absolute-ize all relative URLs. This also removed "canonifyurls = true" from the example site config. This is a problem for things like render.com, which will put the site on its own domain for previews. For example, I have a preview site at https://houseabsolute-com.onrender.com/. Ultimately this will be served at https://houseabsolute.com/, but before I switched over I wanted to preview the site. The absolute URLs were being generated for https://houseabsolute.com/ because of my baseURL setting in config and the presence of the <base> tag. This completely breaks the preview site.
A simple and clean blog theme for Hugo.
Live Demo
See here.
Quick Start
- Add the repository into your Hugo Project repository as a submodule,
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder. - Configure your
config.toml. You can either use this minimal configuration as a base, or look for a complete explanation about all configurations here. Theconfig.tomlinside theexampleSiteis also a good reference. - Build your site with
hugo serveand see the result athttp://localhost:1313/.
Extra Guides
Stackbit
This theme is ready to import into Stackbit. This theme can be deployed to Netlify and you can connect any headless CMS including Forestry, NetlifyCMS, DatoCMS or Contentful.
License
Coder is licensed under the MIT license.
Maintenance
This theme is maintained by its author Luiz de Prá with the help from these awesome contributors.
Sponsoring
If you like my project or it was useful for you, consider supporting its development. Just:
Special Thanks
- Gleen McComb, for his great article about custom pagination.
- All contributors, for every PR and Issue reported.
Description
Languages
SCSS
79.8%
HTML
18.3%
JavaScript
1.7%
Makefile
0.2%

