Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T13:05:23.000Z (over 7 years ago)
- Last Synced: 2023-03-23T03:47:43.487Z (almost 2 years 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: 23
- Watchers: 2
- Forks: 6
- 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à!