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
- Host: GitHub
- URL: https://github.com/wolfiezero/wolfiezero.com-hugo
- Owner: WolfieZero
- Created: 2018-02-16T23:55:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T23:42:54.000Z (over 8 years ago)
- Last Synced: 2025-11-11T02:33:55.424Z (8 months ago)
- Topics: blog, hugo, hugo-site, sass, webpack
- Language: CSS
- Homepage: https://wolfiezero.com/
- Size: 1.69 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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