static-sites-generator-resources

Guides and scripts to aid with working with Jekyll or Hugo

MIT License

Stars
4

Static Site Generator Resources

Install and usage instructions and helper scripts for with working with Jekyll or Hugo

This project is intended for someone who wants to learn about building a static website using Jekyll or Hugo. Instructions are are for Unix-like systems (Linux or macOS).

Note: This project is not maintained - see projects listed below

Related projects

Project contents

Usage

After cloning this repo or copying the raw content of a script, a script in this project can be executed from within another project.

e.g.

$ cd <PATH_TO_YOUR_JEKYLL_PROJECT>

$ # Build and serve project.
$ # Using absolute path.
$ ~/<PATH_TO_RESOURCES_PROJECT>/Jekyll/dev/serve.sh
$ # Or using relative path..
$ ../static-sites-generator-resources/Jekyll/dev/serve.sh