https://github.com/zesty-io/zesty-hugo
https://github.com/zesty-io/zesty-hugo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zesty-io/zesty-hugo
- Owner: zesty-io
- License: mit
- Created: 2018-08-03T18:02:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T20:42:37.000Z (almost 8 years ago)
- Last Synced: 2025-06-17T23:38:54.562Z (about 1 year ago)
- Language: HTML
- Homepage: https://hugo-zesty.ronakshah.net/
- Size: 1.89 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo-Zesty
## Getting Started
1. [Installing Hugo](#Installing-Hugo)
2. [Creating your hugo project](#creating-your-hugo-project)
2. [Installing Hugo-Zesty](#Installing-Hugo-Zesty)
3. [Usage](#usage)
### Installing Hugo
**macOS**
brew install hugo
(If you aren't using brew, [get it here](https://brew.sh/))
**debian / ubuntu**
sudo apt-get install hugo
**other platforms**
[See the Hugo Website](https://gohugo.io/getting-started/installing)
### 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](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
#### 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
- `npm start` # rebuilds data from zesty.io and runs a hugo server
- `npm run-script build-hugo` # rebuilds data from zesty.io and runs hugo to build a folder in `docs/`
- `npm run-script all` # rebuilds data from zesty.io, runs hugo to build a folder in `docs/`, and runs a hugo server