- 26 Jul, 2018 1 commit
-
-
Ethan Madison authored
Brings in most of the changes from the past ~1.5 years, except those totally unrelated.
-
- 05 Apr, 2018 1 commit
-
-
progrhyme authored
-
- 28 Mar, 2018 3 commits
- 30 Jul, 2017 6 commits
- 20 Jul, 2017 3 commits
- 21 May, 2017 2 commits
- 19 Apr, 2017 1 commit
-
-
JꙨdцӍoηҬ authored
so the sidebar don't overlay when the screen is to small
-
- 05 Mar, 2017 7 commits
-
-
key-amb authored
-
IKEDA Kiyoshi authored
Enhance / Add site.css to customize UI for one's own site
-
key-amb authored
-
key-amb authored
-
IKEDA Kiyoshi authored
Fix #23 / Switch to Hugo's built-in Menu System
-
key-amb authored
-
-
- 27 Feb, 2017 1 commit
-
-
Ethan Madison authored
Requires the LightWidget url to be specified in site's config.toml. Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
-
- 11 Jan, 2017 9 commits
-
-
key-amb authored
-
IKEDA Kiyoshi authored
Fix #20 / Use .IsHome and change way to detect active menu link
-
key-amb authored
-
key-amb authored
-
key-amb authored
-
Ethan Madison authored
This height increase ensures that all faces in jumbotron images can be seen even in widescreen! :) Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
-
Ethan Madison authored
Use 'with' and 'not' to reduce redundancy. Changes implemented upstream per my suggestion by https://github.com/key-amb/hugo-theme-bootie-docs/commit/ead12f . Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
-
Ethan Madison authored
A recent version of Hugo implemented the '.IsHome' page variable, which replaces the now broken $isHomePage. (Hugo v1.8 broke title comparison to determine if the current page is the home page since the home page's title is "_index"). This commit replaces the broken $isHomePage with the functional .IsHome and cleans up the logic used around using .IsHome. Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
-
Ethan Madison authored
Hugo v0.18 lowercases all params internally, so accessing parameters by quotation notation (i.e., "exampleParam") is sometimes broken. As such, it will no longer be used. This notation was commonly used like '{{ if isset "exampleParam" }}', which can actually be replaced by '{{ if exampleParam }}' or {{ with exampleParam }}'. The latter form is preferred since 'with' can reduce redundancy. This commit replaces all instances of "quotation notation" with a "dot notation" friendly equivalence: 'with' where applicable and 'if' otherwise. Uses parts from key-amb/hugo-theme-bootie-docs #19: https://github.com/key-amb/hugo-theme-bootie-docs/pull/19 . Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
-
- 10 Jan, 2017 3 commits
-
-
key-amb authored
-
IKEDA Kiyoshi authored
Fix #18 / .Site.Params "fooBar" is not accessible for Hugo v0.18
-
key-amb authored
-
- 07 Jan, 2017 1 commit
-
-
key-amb authored
See #18
-
- 05 Jan, 2017 2 commits
-
-
key-amb authored
-
IKEDA Kiyoshi authored
Fix #16 / [css] Remove padding-bottom in body which doesn't look in need
-