Skip to content

nightswinger/hugo-theme-coyote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Theme Coyote

Demo

Example Site

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