summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-01-11mendAdam Whitlock
2022-01-11Added scripts.html to layoutAdam Whitlock
2022-01-11README.md spelling mistakes & post page orderAdam Whitlock
The README.md had a number of spelling mistakes. Post page order was meant to be reverse, corrected.
2022-01-04Fixed header image import, added shortcodesAdam Whitlock
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.
2022-01-03README includes installation help, image useAdam Whitlock
Added information on how to clone & use Huey in a Hugo project. Added information on how to use page bundles and images
2022-01-02Added screenshot to README.mdAdam Whitlock
2022-01-01Fixed post layout for image, updates to READMEAdam Whitlock
Header image in post matches layout to homepage. Updated defaults to match what is expected in screenshot. README.md reflects defaults for config snippet.
2021-12-31Layout fixes. Removed contact.htmlAdam Whitlock
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.
2021-12-30Fixed active menu, margins for mobile, READMEAdam Whitlock
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.
2021-12-30Hugo vars now parsing in Sass, fixed authorAdam Whitlock
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.
2021-12-30Updates to README, general fixesAdam Whitlock
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
2021-12-29Initial commit of a working Hugo theme using BulmaAdam Whitlock