An open API service indexing awesome lists of open source software.

https://github.com/wolfiezero/wolfiezero.com-hugo


https://github.com/wolfiezero/wolfiezero.com-hugo

blog hugo hugo-site sass webpack

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# WolfieZero.com

A [Hugo][1] build of WolfieZero.com

## Install

1. [Install Hugo][2]
2. Clone this repo and `cd` in the directory
3. Run `yarn` to install all the required packages

### Dev Build

Run `yarn start` watch all the files and start the dev server. Any changes made
to the Sass, JS or HTML files will generate a new build of the site in the
project root `dist` folder.

### Production Build

Run `yarn build` to create a production ready version of the site. This will be
deployed to the projects root `dist` folder.

[1]: https://gohugo.io/
[2]: https://gohugo.io/getting-started/installing/#quick-install