Skip to content

Guides and scripts to aid with working with Jekyll or Hugo

License

Notifications You must be signed in to change notification settings

MichaelCurrin/static-sites-generator-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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