jumaxotl / hugo-theme-coyote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:HTML 50.7%Language:SCSS 41.3%Language:JavaScript 8.0%