zesty-io / zesty-hugo

https://hugo-zesty.ronakshah.net/
MIT License
0 stars 0 forks source link

Hugo-Zesty

Getting Started

  1. Installing Hugo
  2. Creating your hugo project
  3. Installing Hugo-Zesty
  4. Usage

Installing Hugo

macOS

brew install hugo

(If you aren't using brew, get it here)

debian / ubuntu

sudo apt-get install hugo

other platforms

See the Hugo Website

Installing Hugo-Zesty

Get Node.js with NPM First

macOS

brew install node

debian / ubuntu

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

other platforms

See the Node.js website

Clone the repository

git clone https://github.com/ronakdev/hugo-project/
cd hugo-project
npm install

Usage

Edit the zesty.yaml file in the hugo-zesty folder

vim zesty.yaml # or nano / vi / emacs

Commands