summaryrefslogtreecommitdiff
path: root/assets/css/base
AgeCommit message (Collapse)Author
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.
2022-01-01Added metadata for theme, minor layout fixAdam Whitlock
Made screenshots for theme submission, added config.toml, and small changes for layouts.
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-30Corrected mobile navigation, minor fixesAdam Whitlock
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.
2021-12-29Initial commit of a working Hugo theme using BulmaAdam Whitlock