-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
52 lines (44 loc) · 1.79 KB
/
Copy pathconfig.yml
File metadata and controls
52 lines (44 loc) · 1.79 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Site-wide configuration.
title: Hyperphantasia's blog
subtitle: elegant & minimalist blogging.
author: ♞ # Your name
email: you@example.com
description: A Tufte styled static site, inspired by LaTeX academic papers and generated with Python
# The full domain the site is served from, no trailing slash.
# e.g. https://yourusername.github.io
url: "https://hyperphantasia.github.io"
# The sub-path the site is served under, no trailing slash.
# Leave blank ("") for a user/organization page (yourusername.github.io) or a
# custom domain. Set to "/reponame" for a project page
# (yourusername.github.io/reponame).
baseurl: ""
# Permalink pattern for posts. Available placeholders:
# {short_year} {year} {month} {day} {slug}
permalink: "/articles/{year}/{slug}/"
# Title shown in the nav bar for the home/blog-index page.
index_title: blog
# Path (relative to baseurl) to the badge image shown in the header.
badge_image: assets/img/thaumazein.png
# Color theme. One of the files in static/css/themes/, without the .css
# extension:
# solarized (light + dark, follows system/toggle)
# solAArized (light + dark, follows system/toggle)
# solarized-rainbow (light + dark, follows system/toggle) / Experimental
# dracula (light "Alucard" + dark "Dracula", follows system/toggle)
# gradianto-nature-green (dark only)
# gradianto-dark-fuchsia (dark only)
# gradianto-deep-ocean (dark only)
# gradianto-midnight-blue (dark only)
# gradianto-ultra-light (light only)
theme: solarized
options:
mathjax: true
lato_font_load: true
justify_text: true
social:
- link: "//www.linkedin.com/to-b-one"
icon: icon-linkedin
- link: "//github.com/hyperphantasia"
icon: icon-github
- link: "/feed.xml"
icon: icon-rss2