-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
133 lines (118 loc) · 2.86 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
markdown: kramdown
plugins: [jekyll-gist, jekyll-paginate, jekyll-seo-tag, jekyll-sitemap]
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
#relative_permalinks: true
# Setup
title: Memto
tagline: Notes on the web
url: http://memto.github.io
paginate: 5
baseurl: ""
excerpt_separator: <!--more-->
prose:
siteurl: 'http://memto.github.io'
media: 'media'
ignore:
- /downloads
- /public
- /tags
- /media
- /.sass-cache
- /.gitignore
- /404.html
- /LICENSE*
- /atom.xml
metadata:
_posts:
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "categories"
field:
element: "multiselect"
label: "Add Categories"
placeholder: "Choose Categories"
options:
- name: "linux"
value: "linux"
- name: "program"
value: "program"
- name: "tooltips"
value: "tooltips"
- name: "misc"
value: "misc"
- name: "telecom"
value: "telecom"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
alterable: "true"
options:
- name: "series"
field:
element: "multiselect"
label: "Add Series"
alterable: "true"
options:
- name: "ads"
field:
element: "checkbox"
label: "Advertising"
value: "true"
- name: "comments"
field:
element: "checkbox"
label: "Comments"
value: "true"
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: ianwork9x
email: ianwork9x@gmail.com
# Custom vars
version: 2.0.0
github:
repo: https://github.com/memto/memto.github.io
db:
comments:
provider: disqus
disqus:
short_name: memto
ads:
# provider: adsense
# adsense:
# data_ad_client: 'ca-pub-XXXX'
# page_level_ads: true
# display_ads: true
analytics:
# provider: google
# google:
# tracking_id: 'UA-XXXX'
gg-site-verify: Vlf0cQilWaqSO8mLygr_viwROUNHkMIRH-h1Kg_o97U
pages_list:
About: '/about'
Working: '/working-chrono'
Newterm: '/newterm'
Archive: '/archive'
Feed: '/atom.xml'
categories_list:
linux: linux-cat
program: program-cat
telecom: telecom-cat
tooltips: tooltips-cat
misc: misc-cat