-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (31 loc) · 936 Bytes
/
_config.yml
File metadata and controls
38 lines (31 loc) · 936 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
37
38
title: Ronja's Shader Tutorials
description: I'm making shader tutorials for Unity aimed at beginners.
show_downloads: true
baseurl: "" # change this to the subpath of your site, e.g. /blog. Leave it empty if you don't need it.
url: "https://www.ronja-tutorials.com" # change this to the base hostname & protocol for your site
google_analytics: UA-124040112-1
# 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"
pygments_options:
tabsize: 4
theme: # leave it empty
future: true
# social
author: "Ronja Böhringer"
image: /thumbnail-jumbo.png
disqus:
shortname: ronja-tutorials
twitter:
username: TotallyRonja
ko-fi:
username: RonjaTutorials
patreon:
username: RonjaTutorials
# site:
# admins:
plugins:
- jekyll-feed
- jekyll-redirect-from
exclude: [/.idea, /.git, /vendor]