Hugo Themes
Coyote
Card-based blog theme for Hugo
- Author: nightswinger
- GitHub Stars: 24
- Updated: 2023-02-26
- License: MIT
- Tags: Blog
Hugo Theme Coyote
Demo
Quick Start
Install
Clone this repo to themes
folder:
git clone https://github.com/nightswinger/hugo-theme-coyote.git themes/coyote --depth=1
Then, add the theme to your site config:
echo theme = \"coyote\" >> config.toml
Add Search Page
Add the following to your config.toml
[outputs]
home = ['HTML', 'JSON']
Create a file with search.md
in content
directory
---
title: "Search"
layout: "search"
---
Create Content
You can create a new content file using archetype template
hugo new --kind post-bundle posts/my-first-post
Features
- Search supported by Fuse.js
- Google Analytics supported