-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
25 lines (23 loc) · 926 Bytes
/
_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
# ----------- CONFIGURABLE START -----------
title: "Digital Preservation is People"
description: "#digiprespeople"
url: https://digital-preservation-is-people.github.io # Site url, without a slash at the end.
signoff: "Digital Preservation is People" # 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: true # Turn on twitter and facebook share buttons
links:
- name: Posts
url: /
external: false
- name: About
url: /about
external: false
- name: Code of Conduct
url: /CODE_OF_CONDUCT
external: false
# ------------ CONFIGURABLE END ------------
permalink: /posts/:year/:month/:day/:title
defaults:
- values:
layout: "default"