-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
executable file
·36 lines (30 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
34
35
36
# Dependencies
markdown: kramdown
redcarpet:
extensions: ["footnotes", "tables"]
highlighter: rouge
gems: ["jekyll-paginate"]
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: 'apostilb'
tagline: 'marginal illuminations on science'
description: 'An exercise in communicating science results, by <a href="https://twitter.com/neuroamanda">@neuroamanda</a> and <a href="https://twitter.com/RaoOfPhysics">@RaoOfPhysics</a>'
url: https://apostilb.github.io
baseurl: /
paginate: 5
# About/contact
author:
name: 'Amanda Alvarez and Achintya Rao'
url: https://github.com/apostilb
github:
repo: https://github.com/apostilb/apostilb.github.io
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-61601210-1
exclude:
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md