|
1 |
| -# This is the default format. |
2 |
| -# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks |
3 | 1 | permalink: /:categories/:year/:month/:day/:title
|
4 | 2 |
|
5 | 3 | exclude: ["README.md"]
|
6 | 4 |
|
7 | 5 | # Themes are encouraged to use these universal variables
|
8 | 6 | # so be sure to set them if your theme uses them.
|
9 | 7 | #
|
10 |
| -title : bob.ippoli.to |
| 8 | +title: bob.ippoli.to |
11 | 9 | tagline: "Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScript, etc."
|
12 |
| -author : |
13 |
| - name : Bob Ippolito |
14 |
| - |
15 |
| - github : etrepum |
16 |
| - twitter : etrepum |
| 10 | +author: |
| 11 | + name: Bob Ippolito |
| 12 | + |
| 13 | + github: etrepum |
| 14 | + twitter: etrepum |
17 | 15 | services:
|
18 | 16 | google_analytics: 'UA-30504730-1'
|
19 | 17 | disqus: 'fromfutureimport'
|
| 18 | +defaults: |
| 19 | + - scope: |
| 20 | + path: "" |
| 21 | + type: "post" |
| 22 | + values: |
| 23 | + layout: "post" |
| 24 | + category: 'archives' |
20 | 25 |
|
21 |
| -# The production_url is only used when full-domain names are needed |
22 |
| -# such as sitemap.txt |
23 |
| -# Most places will/should use BASE_PATH to make the urls |
24 |
| -# |
25 |
| -# If you have set a CNAME (pages.github.com) set your custom domain here. |
26 |
| -# Else if you are pushing to username.github.com, replace with your username. |
27 |
| -# Finally if you are pushing to a GitHub project page, include the project name at the end. |
28 |
| -# |
29 |
| -production_url : http://bob.ippoli.to |
| 26 | +production_url: http://bob.ippoli.to |
30 | 27 |
|
31 | 28 | # All Jekyll-Bootstrap specific configurations are namespaced into this hash
|
32 | 29 | #
|
33 | 30 | JB :
|
34 | 31 | version : 0.2.13
|
35 | 32 |
|
36 |
| - # All links will be namespaced by BASE_PATH if defined. |
37 |
| - # Links in your website should always be prefixed with {{BASE_PATH}} |
38 |
| - # however this value will be dynamically changed depending on your deployment situation. |
39 |
| - # |
40 |
| - # CNAME (http://yourcustomdomain.com) |
41 |
| - # DO NOT SET BASE_PATH |
42 |
| - # (urls will be prefixed with "/" and work relatively) |
43 |
| - # |
44 |
| - # GitHub Pages (http://username.github.com) |
45 |
| - # DO NOT SET BASE_PATH |
46 |
| - # (urls will be prefixed with "/" and work relatively) |
47 |
| - # |
48 |
| - # GitHub Project Pages (http://username.github.com/project-name) |
49 |
| - # |
50 |
| - # A GitHub Project site exists in the `gh-pages` branch of one of your repositories. |
51 |
| - # REQUIRED! Set BASE_PATH to: http://username.github.com/project-name |
52 |
| - # |
53 |
| - # CAUTION: |
54 |
| - # - When in Localhost, your site will run from root "/" regardless of BASE_PATH |
55 |
| - # - Only the following values are falsy: ["", null, false] |
56 |
| - # - When setting BASE_PATH it must be a valid url. |
57 |
| - # This means always setting the protocol (http|https) or prefixing with "/" |
58 |
| - BASE_PATH : false |
59 |
| - |
60 | 33 | # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
|
61 | 34 | # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
|
62 | 35 | #
|
|
0 commit comments