-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·77 lines (68 loc) · 1.8 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
74
75
76
77
# General Settings
name: Journal of Open Source Software Blog
email: [email protected]
description: "Blog for the Journal of Open Source Software • <a href='https://joss.theoj.org'>https://joss.theoj.org</a>"
avatar: https://user-images.githubusercontent.com/4483/49343677-fcd32700-f63b-11e8-8883-8c07463ee2a9.png
favicon: /favicon.ico
twitter_handler: joss_theoj
analytics_code: UA-47852178-8
# Social Accounts
social_networks:
- { name: twitter, url: 'http://twitter.com/joss_theoj' }
- { name: instagram, url: '' }
- { name: google-plus, url: '' }
- { name: linkedin, url: '' }
- { name: skype, url: '' }
- { name: github, url: '' }
- { name: codepen, url: '' }
- { name: stack-overflow, url: '' }
- { name: dribbble, url: '' }
- { name: behance, url: '' }
- { name: pinterest, url: '' }
- { name: tumblr, url: '' }
- { name: youtube, url: '' }
- { name: vimeo, url: '' }
- { name: vine, url: '' }
- { name: 500px, url: '' }
- { name: flickr, url: '' }
- { name: spotify, url: '' }
- { name: steam, url: '' }
- { name: wordpress, url: '' }
- { name: xing, url: '' }
- { name: bitcoin, url: '' }
- { name: pocket, url: '' }
- { name: applemusic, url: '' }
# Modules Settings
show_categories: 1
show_tags: 1
show_email: 0
show_rss: 1
show_comments: 0
show_menu: 1
fixed_sidebar: 1
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: "true"
# Serving
url: "https://blog.joss.theoj.org"
baseurl: ""
# Includes
include: ["_pages"]
# Outputting
permalink: /:year/:month/:title
category_dir: categories
# Pagination
paginate: 10
paginate_path: "/page:num/"
# Conversion
markdown: kramdown
excerpt_separator: <!--more-->
# Assets Settings
sass:
sass_dir: assets/partials
style: compressed