-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
41 lines (36 loc) · 1.41 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
37
38
39
40
41
# Site settings
title: The Stack
email: [email protected]
description: > # this means to ignore newlines until next key
The Stack is Daily Bruin’s data journalism and newsroom tech blog. We investigate
public data, experiment with technology and apply quantitative insights to
real life.
meta_description: > # shortened description for meta description tag
Daily Bruin’s data journalism and newsroom tech blog. We investigate public
data, experiment with technology and apply quantitative insights to real life.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://stack.dailybruin.com" # the base hostname & protocol for your site
image_url: /img/posts # corresponds to directory for post images (cf. https://github.com/opattison/jekyll-figure-image-tag#why-yaml-is-useful-for-storing-images)
twitter_username: dailybruin
github_username: dailybruin
application: "https://apply.uclastudentmedia.com/applications/daily-bruin/data-journalism-intern/"
# Defaults
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: posts
values:
layout: post
displayed: Yes
# Outputting
permalink: pretty # don't have `.html` on the end of permalinks
timezone: America/Los_Angeles
paginate: 12 # items per page
paginate_path: "/page/:num/"
# Build settings
markdown: kramdown
kramdown:
input: GFM
math_engine: mathjax
# plugins
plugins: [jekyll-paginate]