-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (61 loc) · 1.88 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
title: "Rothbardinstitutet"
author: "Rothbardinstitutet"
description: "<i>Fiat justitia, ne pereat mundus</i>"
permalink: /:title/
lang: "sv"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
sidebar: true # show a sidebar instead of the usual header
show_excerpts: true # show article excerpts on the home page
show_related: true # show the previous and next links after every post
show_description: true # show the site description in the sidebar
show_title: true # always keep the site title visible
# Styling
dark_header: true # always keep the header dark
minimal: false # use simpler style
# Menu
navigation:
- {file: "index.html"}
- {file: "about.md", title: Om institutet}
- {file: "murray-rothbard.md"}
- {file: "libertarianism.md"}
- {file: "osterrikiska-skolan.md"}
- {file: "archive.html"}
- {file: "authors.html"}
external: # see http://fontawesome.com/icons
- {title: Twitter, url: "https://twitter.com/rothbard_se"}
# - {title: Prenumerera, icon: rss, url: "/feed.xml"}
# - {title: YouTube, icon: youtube, url: "https://www.youtube.com/channel/UCQq-s5zMM3_G7SxeFGeXyuQ"}
# - {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"}
# - {title: Github, icon: github, url: "https://github.com/Rothbardinstitutet"}
comments:
disqus_shortname: "rothbardinstitutet"
# isso_domain: "" # see https://posativ.org/isso/
collections:
authors:
output: true
categories:
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "categories"
values:
layout: "category"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
plugins:
- jekyll-feed