forked from muan/scribble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (31 loc) · 1.08 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
# ----------- CONFIGURABLE START -----------
title: "blog - monostable.co.uk"
description: "Code & Electronics"
url: https://blog.monostable.co.uk # Site url, without a slash at the end.
signoff: "Kaspar Emanuel" # Your name
facebook_appid: # APP ID for like button, remove from /_includes/share.html if unwanted.
google_analytics: # Set tracking, remove from /javascripts/basic.js if unwanted.
share: false # Turn on twitter and facebook share buttons
include:
- _redirects
links:
- name: posts
url: /
external: false
- name: rss
url: /feed.xml
external: false
- name: email
url: mailto:[email protected]
external: true
- name: github
url: https://github.com/monostable
external: true
- name: generative_art
url: https://generative.monostable.co.uk/
external: true
# ------------ CONFIGURABLE END ------------
permalink: /posts/:title
defaults:
- values:
layout: "default"