https://github.com/zesty-io/zesty-jekyll
https://github.com/zesty-io/zesty-jekyll
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zesty-io/zesty-jekyll
- Owner: zesty-io
- Created: 2018-08-09T20:24:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T19:43:27.000Z (almost 8 years ago)
- Last Synced: 2025-08-11T17:53:47.323Z (12 months ago)
- Language: HTML
- Size: 1.49 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zesty-Jekyll
## Getting Started
1. [Installing Jekyll](#Installing-Jekyll)
2. [Creating your hugo project](#creating-your-hugo-project)
2. [Installing Hugo-Zesty](#Installing-Hugo-Zesty)
3. [Usage](#usage)
### Installing Jekyll
gem install bundler jekyll
[See the Jekyll Website For More Help](https://jekyllrb.com/docs/installation/)
### Installing Jekyll-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/jekyll-zesty/
cd jekyll-zesty
npm install
### Usage
#### Edit the `zesty.yaml` file in the jekyll-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-jekyll` # 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