-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (28 loc) · 836 Bytes
/
_config.yml
File metadata and controls
33 lines (28 loc) · 836 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
# Dependencies (redcarpet)
markdown: kramdown
highlighter: rouge
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: /:categories/:title
permalink: pretty
# Setup
title: AfterMath
tagline: 'A pinch of (computer) science in a drama sauce.'
description: 'A blog on (computer) science & drama.'
url: http://lambdaxdotx.github.io
baseurl: http://lambdaxdotx.github.io/
# Directories
about: about/
images: images/
icons: icons/
data: data/
phd: phd/
# About/contact
author:
name: Michele Alberti
url: https://twitter.com/lambdaxdotx
email:
# Custom vars
version: 1.0.1
excerpt_separator: <!--more-->