-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (26 loc) · 939 Bytes
/
_config.yml
File metadata and controls
36 lines (26 loc) · 939 Bytes
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
title: A curious blog
description: For anyone who wants to discover computer science, because it is cool!
show_downloads: false
baseurl: "" # change this to the subpath of your site, e.g. /blog. Leave it empty if you don't need it.
url: "https://ltetrel.github.io" # change this to the base hostname & protocol for your site
exclude: ["/notebooks/data", "/notebooks/to_add", "/notebooks/*.csl", "/notebooks/*.bib"]
google_analytics: G-CB28MR7ZJ5
# cayman-blog date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
cayman-blog:
date_format: "%b %-d, %Y"
theme: # leave it empty
# social
author: ltetrel
# image: /thumbnail-jumbo.png
# twitter:
# username: ltetrel
plugins:
- jekyll-target-blank
- jemoji
- jekyll-github-metadata
target-blank:
rel: nofollow
header_page_refs: ['posts', 'about', 'contact', 'now']
plugins:
- jekyll-feed