| Age | Commit message (Collapse) | Author |
|
Homepage URL in theme.toml should have not included `www`. Corrected so link to site will be correct.
|
|
|
|
|
|
|
|
|
|
The README.md had a number of spelling mistakes.
Post page order was meant to be reverse, corrected.
|
|
|
|
|
|
Any file matching "header.*" will now be used as a header.
Added shortcodes to site for centering images and text.
Updated README.md to reflect shortcodes.
|
|
Added information on how to clone & use Huey in a Hugo project.
Added information on how to use page bundles and images
|
|
|
|
Header image in post matches layout to homepage.
Updated defaults to match what is expected in screenshot.
README.md reflects defaults for config snippet.
|
|
Made screenshots for theme submission, added config.toml,
and small changes for layouts.
|
|
Added the ability to pull a header.jpg from content bags for
site layout.
Added date to front page
|
|
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.
|
|
Added clearer verbiage for the Huey README, including
where to make modifications and expected behavior.
footer.html now checks if Font Awesome enabled in configuration.
head.html now displays the correct description
Updated theme description in theme.toml
|
|
|