Skip to content

Lowess/hugo-preact-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Preact Theme

This repository contains a theme for Hugo.

Main features

Installation

Navigate to your themes folder in your Hugo site and use the following commands:

$ cd themes
$ git clone https://github.com/Lowess/hugo-preact-theme preact

Check that your Hugo version is minimum 0.84 with hugo version.

Overview

Usage

Development

  • Javascript or CSS plugins should be installed using npm
# Install animate.css library
$ npm install animate.css --save

# Install fontawesome icon pack
$ npm install @fortawesome/fontawesome-free --save

Cli

To run cli, you need to execute following command.

$ make cli