A fluid and responsive Hugo theme.
- Fluent Design mixed with Tailwind CSS
- Search Support
- Code Highlight
- Dark Mode
- Responsive
- Archive Page
Checkout demo now.
hugo mod init github.com/<your_user>/<your_project>
module:
imports:
- path: github.com/wayjam/hugo-theme-fluidity
hugo mod npm pack && npm update
git submodule add https://github.com/wayjam/hugo-theme-fluidity.git themes/hugo-theme-fluidity
set theme in hugo.yaml
theme: hugo-theme-fluidity
hugo mod npm pack && npm update
Site configuration see exampleSite/hugo.yaml
Create a new page in the content
directory, for example <exampleSite/content/about.md>
Create a new page in the content
directory, for example <exampleSite/content/archives/_index.md>
Create a new page in the content
directory, for example <exampleSite/content/search/_index.md>
params:
search:
provider: google
- Step 1: Set the provider to pagefind
params:
search:
provider: pagefind
-
Create a pagefind config file, for example <exampleSite/pagefind.yml>
-
Install pagefind:
npm i pagefind
-
Run pagefind before every build:
npx pagefind