https://github.com/nileane/schrift
Clean, minimalist Jekyll template for prose and stuff.
https://github.com/nileane/schrift
blog-theme css jekyll jekyll-theme minimalist-jekyll-template prose template
Last synced: about 1 year ago
JSON representation
Clean, minimalist Jekyll template for prose and stuff.
- Host: GitHub
- URL: https://github.com/nileane/schrift
- Owner: nileane
- Created: 2015-01-27T02:42:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T13:05:23.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T07:05:47.034Z (about 1 year ago)
- Topics: blog-theme, css, jekyll, jekyll-theme, minimalist-jekyll-template, prose, template
- Language: CSS
- Homepage: http://schrift.nildeala.fr
- Size: 11.2 MB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schrift
*A clean, elegant and minimalist Jekyll template. Designed for prose.*
## Introduction to the style
I have often tried to design a weblog style that would **focus on the content** and would still be elegant and nice to look at. I don’t pretend I have achieved it yet. But here is my most recent attempt at it. I’m making this template for Jekyll available now. Please use and hack!
## Demo
* **[schrift.nildeala.fr](http://schrift.nildeala.fr)**
## Getting started
1. **Make yourself comfortable**
Open `_config.yml` and change the settings to your liking. Name, description, menus, (...) are all set in there.
2. **Install dependencies**
After cloning this repo, make sure you have *bundler* installed (if not, run `gem install bundler`), then:
```
cd Schrift/
bundle install
```
3. **Run & test**
You can now use `bundle exec jekyll serve` and `bundle exec jekyll build` to test and compile your blog.
Voilà!