forked from amsf/amsf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
127 lines (98 loc) · 3.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
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
#
# More configuration examples at:
# http://jekyllrb.com/docs/configuration/
#
#
# Jekyll basic configurations
#
source: ./_app
destination: ./_site
timezone: Asia/Hong_Kong
permalink: /:title.html
markdown: redcarpet
highlighter: pygments
#
# Jekyll serve settings
#
port: 4321
#
# Jekyll build settings
#
future: false
#
# Additional Markdown settings
#
redcarpet:
extensions:
- footnotes
- no_intra_emphasis
- smart
- space_after_headers
- superscript
- tables
#
# User defined settings
#
# Site name
name: Almace Scaffolding
# Site description, will appear in the document meta and Atom feed subtitle
description: I make things that don’t suck.
# Base URL, this is useful when I need to build site in a sub-directory (like GitHub Pages for Projects), it provides a specific URL prefix, for example, if the production site URL is http://sparanoid.com/lab/version/, set `base` to `/lab/version/24`, without trailing slash.
# Default: null
base: null
# CSS path used in templates
# Default: /assets
assets: /assets
# Since I use `/feed/index.xml` as feed permalink, `{{ page.url }}` won't pass feed validation with "Self reference doesn't match document location" error
# Default: /feed
feed: /feed
# Used in atom feed, sitemap, Twitter Cards, and etc. I should use absolute full URLs for these fields
url: http://amsf.github.io
# Media assets URL used in posts, without trailing slash. ie. `<img href="{{ site.file }}/image.png">`. In the most cases this URL should be powered by a CDN provider
file: http://rsrc.sparanoid.com
# Download files URL used in posts, ie. href="{{ site.download }}/package.zip", this should also be a CDN link just like `site.url`. There's no differences in `site.url` and `site.download`, I just use one CDN for post images and another for large download files. That's it. Remove or ignore this if you don't need it
download: http://dl.sparanoid.com
# User related information
# {{ site.profile.user }}: author name, used in post pages, and atom feed
# {{ site.profile.email }}: used in atom feed, homepage, and about page
# {{ site.profile.twitter.creator }}: used by Twitter Cards
# {{ site.profile.twitter.site }}: used by Twitter Cards
# {{ site.profile.google_plus }}: used in footer, this link is display: noned, only to pass Google+ authorship check
# {{ site.profile.donate }}: a donate link used in posts like `<a href="{{ site.profile.donate }}">Donate me</a>`
profile:
user: Tunghsiao Liu
email: [email protected]
twitter:
creator: tunghsiao
site: sparanoid
google_plus: tunghsiaoliu
donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTXZ835Y6T95S
# Enable this settings to make your feed Daring Fireball-like link blog
# (This basically change your <link> value to external link you defined in your posts)
# Default: false
link_blog: false
# Change the value to true to use post excerpt for RSS feeds
# Default: false
rss_excerpt: false
# Hide footer from your homepage, example: sparanoid.com
# Default: false
clean_homepage: false
# Style post link color (if defined) for article list
# Default: false
colorful_list: false
# Show generator credits
# Default: true
credits: true
#
# Custom distribution variables
#
# SSH remote server hostname
remote_host: caladbolg
# Prevent them from being deleted on server (rsync --delete), these files and directories are available on the remote server but outside this git repo. I need to ignore them.
ignore_files: --exclude=lab
# Media assets sync'ed using s3cmd
static_files: ~/Dropbox/Sites/static.sparanoid.com/
# Remote server root directory
remote_dir: /srv/www/sparanoid.com/public_html
# Amazon S3 Bucket variable for s3cmd
s3_bucket: s3://sparanoid/