-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- feat: use CSS variables to customize Bulma - feat: modern dark mode - feat!: slightly tweak styles (thinner column of post, home page) - feat: allow custom link color (secondary color) - feat: basic search function with pagefind - fix: better UI for light primary color - chore: refactor js loading - chore: add an example site - chore: update all dependencies - doc: update README and screenshot
- Loading branch information
Showing
188 changed files
with
44,157 additions
and
6,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
public | ||
resources | ||
hugo_stats.json | ||
.hugo_build.lock | ||
|
||
exampleSite/public | ||
exampleSite/resources | ||
exampleSite/hugo_stats.json | ||
exampleSite/.hugo_build.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: {{ i18n "search" }} | ||
description: "Search" | ||
type: search | ||
--- |
Oops, something went wrong.