Commit Graph

9 Commits

Author SHA1 Message Date
lifehackerhansol 810e90c2b5
treewide: move everything theme related to submodule
All themes are moved to `_theme` submodule, which will be shared with
other websites on hacks.guide.

Repository-specific files can be overlayed after the fact, such as
additional languages, custom JavaScript, progress table paths and the
like.
2024-01-16 12:31:55 -08:00
lifehackerhansol c157032c80
Gemfile: pin jekyll-sass-converter to v2.2
Updating to Jekyll 4.3.0 and above causes build warnings as this
converter has switched to a different implementation (sass-embedded).
[0]

As the theme is intended to be GitHub Pages compatible (which, by the
way, has a horribly outdated Jekyll version), these warnings are not
avoidable on later Jekyll versions which have added support for the
latest version of jekyll-sass-converter.

Since Jekyll still supports the older, now-deprecated sassc-based
version [1], let's just keep it that way.

[0]: https://github.com/mmistakes/minimal-mistakes/issues/4054
[1]: https://github.com/jekyll/jekyll/blob/v4.3.2/jekyll.gemspec#L39
2023-10-01 00:57:22 -07:00
lily a0999b18d1
add redirect plugin (#2037) 2022-06-11 21:49:58 -07:00
lifehackerhansol 5641d7e51a first rebase
ALSO: Remove fading on dropdown menu click. This is also a bug on the actual upstream, when the cursor leaves the screen the menu disappears but the fading doesn't.
This causes things like the menu saying it's open when it's not and closed when open. I'm not dealing with an upstream bug.
2022-01-11 10:23:27 -08:00
lifehackerhansol 2ef8fdc16d
Update MM to 4.24.0 and update some deps (#1905)
* Update MM to 4.24.0 and update some deps

* Update package.json to MM 4.24.0

* Update package.json to MM 4.24.0

* Add dependabot config to auto-update packages
2021-08-26 23:14:51 -07:00
lifehackerhansol f8ce5e2b11 add kramdown-parser-gfm 2021-07-16 03:29:15 -07:00
Plailect 785886cf35
redirect old URL 2018-11-18 19:15:01 -05:00
Plailect a7f0c1e872
mm 4.0.9 2018-11-18 19:14:49 -05:00
Plailect c6947ce74b major update + rewrite 2016-10-30 17:25:34 -04:00