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
- Host: GitHub
- URL: https://github.com/michaelcurrin/static-sites-generator-resources
- Owner: MichaelCurrin
- License: mit
- Created: 2019-07-01T08:42:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T05:10:21.000Z (over 4 years ago)
- Last Synced: 2025-04-08T22:13:56.730Z (about 1 year ago)
- Topics: guide, hugo, jekyll, static-site, static-site-generator
- Language: Shell
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```