-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Niklas Buschmann
committed
Feb 4, 2020
1 parent
ed4800b
commit 6df7c08
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,27 +5,32 @@ permalink: /:title/ | |
lang: "en" | ||
date_format: "%B %d, %Y" | ||
|
||
### Layout ### | ||
|
||
sidebar: true # show a sidebar instead of the usual header | ||
show_excerpts: false # show article excerpts on the home page | ||
show_related: true # show the previous and next links after every post | ||
show_title: false # always show the site title | ||
dark_header: false # always keep the top-header dark | ||
show_title: false # always keep the site title visible | ||
|
||
### Styling ### | ||
|
||
dark_header: false # always keep the header dark | ||
minimal: false # minima-inspired style without box-shadows | ||
|
||
# see http://fontawesome.com/icons for icons | ||
### Menu ### | ||
|
||
navigation: | ||
- {file: "index.html", icon: home} | ||
- {file: "README.md", icon: address-card} | ||
|
||
external: | ||
external: # see http://fontawesome.com/icons | ||
- {title: Mail, icon: envelope, url: "mailto:[email protected]"} | ||
- {title: Github, icon: github, url: "https://github.com/niklasbuschmann/contrast"} | ||
- {title: Subscribe, icon: rss, url: "/feed.xml"} | ||
|
||
comments: # embed disqus or isso comments | ||
# disqus: "" | ||
# isso: "" | ||
comments: | ||
# disqus: "" # see https://disqus.com/ | ||
# isso: "" # see https://posativ.org/isso/ | ||
|
||
plugins: | ||
- jekyll-feed |