generated from piharpi/jekyll-klise
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
54 lines (47 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
51
52
53
54
# Site settings
title: CS Pedagogy
description: >- # site description
A blog featuring pedagogical articles written by EECS uGSI's, GSI's, and Professors at UC Berkeley. Hosted by the
CS 161 course staff, featuring guest posts from other computer science courses on campus.
lang: en-US # default lang
timezone: US/Pacific # set your timezone
image: assets/img/ogp.png # This image used for Open Graph more info https://ogp.me/
repo: https://github.com/cs161-staff/pedagogy # site repo [optional]
mode: light # default theme "dark" | "light"
# Profile settings
author:
name: Pedagogy
bio: >- # tell to the world
This blog features notes, reflections, and articles written by EECS uGSI's, GSI's, and professors at UC Berkeley.
It's jointly hosted by CS 161 (Computer Security) and 61C (Computer Architecture).
username: cs161 # general username
github: cs161-staff # github username
twitter: # twitter username
facebook: # facebook username
email: [email protected] # email adress
avatar: /assets/img/evanbot.png # change with your own avatar
# URL settings
url: "https://pedagogy.cs161.org" #
baseurl:
permalink: pretty
google_analytics: G-SP8B044YSR
fb_appid:
# Collection setting
collections:
posts:
output: true
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
# Homepage limit posts
number_of_posts: 100
# Build settings
remote_theme: cs161-staff/[email protected]
# Plugins
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap