-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
99 lines (83 loc) · 2.31 KB
/
_config.yml
File metadata and controls
99 lines (83 loc) · 2.31 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
title: amniskin
email: aaron@niskin.org
author: amniskin
twitter:
card: summary
username: amniskin
exclude:
- amniskin-blog-gem.gemspec
- LICENSE.txt
# logo: "/favicon.ico"
avatarurl: "https://secure.gravatar.com/avatar/5267e8bc17bebc6f6e39eab09457eeb5"
social: # jekyll-seo-tag > social overrides
name: Aaron Niskin # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/amniskin
- https://www.linkedin.com/in/aaron-niskin
- https://plus.google.com/+AaronNiskin
- https://github.com/amniskin
social_links:
Twitter: https://twitter.com/amniskin
LinkedIn: https://www.linkedin.com/in/aaron-niskin
GitHub: https://github.com/amniskin
copyright: Copyright © 2008-2025
tagline: Aaron Niskin's personal blog
description: >- # this means to ignore newlines until "baseurl:"
Home of a MathemaNiskin.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://aaron.niskin.org"
# favicon: "/favicon.ico"
favicon: "https://secure.gravatar.com/avatar/5267e8bc17bebc6f6e39eab09457eeb5"
# debug: false
google_analytics: "UA-67291006-1"
enableDNT: "false"
sitemap: true
lang: "en"
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
yat:
date_format: "%a, %b %d, %Y"
header_transparent: true
theme_color: "#353535"
night_mode: "on"
# Code badge setting
# You can enable or disable the code badge and so on
code_badge:
enabled: "true"
color: "#353535"
background_color: "#00B3FF"
text_transform: "uppercase" # ("uppercase", "lowercase", "capitalize")
header_pages:
- resume.md
- archives.md
- categories.md
- tags.md
# Page default value
# defaults:
# home:
# heading: "Your awesome heading"
# subheading: "Your awesome subheading"
# banner: "Your image url"
# Pagination setting
paginate: 10
# Disqus comments
disqus:
shortname: "aaron-niskin-org"
# Gitment comments
# gitment:
# username: "Your GitHub username"
# repo: "The repo to store comments"
# client_id: "Your client ID"
# client_secret: "Your client secret"
# redirect_uri: "Your redirect url" # If you use a custom domain name
# Build settings
# highlighter: none
show_drafts: false
markdown: kramdown
kmarkdown:
input: GFM
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-mentions