https://github.com/tkers/jekyll-theme-zero
Simple Jekyll theme for personal blog ✏️
https://github.com/tkers/jekyll-theme-zero
github-pages jekyll jekyll-theme
Last synced: 4 months ago
JSON representation
Simple Jekyll theme for personal blog ✏️
- Host: GitHub
- URL: https://github.com/tkers/jekyll-theme-zero
- Owner: tkers
- License: mit
- Created: 2018-11-23T15:36:20.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T22:03:25.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:36:26.551Z (4 months ago)
- Topics: github-pages, jekyll, jekyll-theme
- Language: SCSS
- Homepage: https://tkers.dev/jekyll-theme-zero
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll Theme Zero
Simple [Jekyll](https://jekyllrb.com) theme for personal blog, compatible with [GitHub Pages](https://pages.github.com).
## Configuration
Add the following to your `_config.yml` file:
```yaml
remote_theme: tkers/jekyll-theme-zero
```## Setup
1. Make sure Ruby is installed correctly
2. Install bundler if you haven't already
```sh
gem install bundler
```
3. Then install the required gems
```sh
bundle install
```## Running locally
```sh
bundle exec jekyll serve
```The blog will be served at [localhost:4000](http://localhost:4000).
## Updating github-pages gem
```sh
bundle update github-pages
```