Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadwhitacre/static-starter
A simple starter kit for GitHub Pages + Jekyll, tuned for dev on macOS
https://github.com/chadwhitacre/static-starter
github-pages github-pages-template jekyll static-site
Last synced: about 2 months ago
JSON representation
A simple starter kit for GitHub Pages + Jekyll, tuned for dev on macOS
- Host: GitHub
- URL: https://github.com/chadwhitacre/static-starter
- Owner: chadwhitacre
- License: 0bsd
- Created: 2024-02-13T20:28:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T18:47:23.000Z (11 months ago)
- Last Synced: 2024-02-19T20:18:50.339Z (11 months ago)
- Topics: github-pages, github-pages-template, jekyll, static-site
- Language: SCSS
- Homepage: https://chadwhitacre.github.io/static-starter/
- Size: 264 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Static Starter
This is a simple starter kit for static sites using [GitHub
Pages](https://pages.github.com/) with [Jekyll](https://jekyllrb.com/). It's a
really powerful combo, and it's free!## Features
1. Designed for macOS since that's what you're on.
1. Matches locally the Ruby and gems [in GitHub Pages](https://pages.github.com/versions/).
1. Includes a sensible `.gitignore` (`TODO`, `_drafts/*`, etc.).
1. Tuned for dev, runs with `--livereload --drafts --future`.
1. Minimal dependencies you already have, Homebrew and Make.
1. Self-contained, shouldn't interfere with other Ruby installs on your machine.
1. Includes a basic `index.md` for when you're really eager to get your site up ASAP.## Usage
[Fork](https://github.com/chadwhitacre/static-starter/fork), `git clone`, `make`, and [you're off](http://localhost:4000/)!
## Screenshot
![screenshot](screenshot.webp)