| Age | Commit message (Collapse) | Author |
|
|
|
The README.md had a number of spelling mistakes.
Post page order was meant to be reverse, corrected.
|
|
|
|
Added information on how to clone & use Huey in a Hugo project.
Added information on how to use page bundles and images
|
|
Made screenshots for theme submission, added config.toml,
and small changes for layouts.
|
|
Layout now uses sections & columns in a way that works well.
Will keep playing with that layout, but liking where this is going.
Removed contact.html, since pages.html provides same functionality.
|
|
The page active menu is now selected, though still not for children.
Margin for mobile viewing is now fixed, so it's no longer touching the edges.
Updated README with boilerplate info on Sass changes with config.toml.
|
|
Huey can now read Site.Param options from the config.toml file.
This allows for users to specify new values without needing to
modify the Sass configuration directly.
THe author footer was hardset as the theme author, which was a bug.
Fixed so now uses the .Param.author in the footer.
|
|
Added a burger element, with Javascript, to allow mobile navigation
to work. The navbar will hide on smaller screens, but will appear
on larger ones.
Minor fixes with how levels are used.
|
|
|