An open API service indexing awesome lists of open source software.

https://github.com/michaelcurrin/static-sites-generator-resources

Guides and scripts to aid with working with Jekyll or Hugo
https://github.com/michaelcurrin/static-sites-generator-resources

guide hugo jekyll static-site static-site-generator

Last synced: 10 months ago
JSON representation

Guides and scripts to aid with working with Jekyll or Hugo

Awesome Lists containing this project

README

          

# 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

- [Jekyll cheatsheets](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/jekyll/)
- [Jekyll recipes](https://michaelcurrin.github.io/code-cookbook/recipes/jekyll/)

## Project contents

- [Hugo](Hugo/)
- [Jekyll](Jekyll/)

## 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.

```bash
$ cd

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