add Readme
This commit is contained in:
parent
4d99d2bafe
commit
bf08f43e06
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# fnordig.de
|
||||
|
||||
This is the repository containing the data for my [jekyll][]-powered blog over at [fnordig.de](http://fnordig.de).
|
||||
|
||||
[jekyll]: https://github.com/mojombo/jekyll
|
|
@ -1,6 +1,8 @@
|
|||
paginate: 5
|
||||
permalink: pretty
|
||||
exclude: Rakefile
|
||||
exclude:
|
||||
- Rakefile
|
||||
- README.md
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
use_coderay: true
|
||||
|
|
Loading…
Reference in a new issue