-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
83 lines (73 loc) · 2.67 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
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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Joyce Zhou @cephcyn
description: !xml |
Joyce Zhou (@cephcyn)'s personal website. I am a MS student of computer science at the University of Washington.
repository: https://github.com/cephcyn/cephcyn.github.io/
baseurl: / # the subpath of your site, e.g. /blog
url: https://cephcyn.github.io/ # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Sass settings
sass:
style: compressed
# Theme settings
theme_mode: markdown # choices are: 'dark', 'standard', 'markdown'
# custom collections
collections:
publications:
output: true
# Customizations
your_name: 'Joyce Zhou'
email: [email protected]
navigation:
- text: About
url: /
- text: Publications
url: /publications
# - text: Projects
# url: /projects
- text: Blog
url: /blog
- text: CV
url: /documents/Zhou_Joyce_CV.pdf
# - text: Examples
# url: /examples
# - text: Docs
# url: /docs
projects:
# - name: git-secret
# description: A bash-tool to store your private data inside a git repository.
# link: https://sobolevn.github.io/git-secret
# image: https://github.com/sobolevn/git-secret/blob/7c9ae0b1853d4c15549027524121b9e40219fe47/images/git-secret-sm.png?raw=true
# - name: awesome-cryptography
# description: A curated list of cryptography resources and links.
# link: https://github.com/sobolevn/awesome-cryptography
# image: https://pbs.twimg.com/profile_images/751426570607271937/vGxpniun_400x400.jpg
# - name: ecto_autoslug_field
# description: Automatically creates slugs for your Ecto models.
# link: https://github.com/sobolevn/ecto_autoslug_field
# - name: django-split-settings
# description: Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
# link: https://github.com/sobolevn/django-split-settings
social:
- service: github
username: cephcyn
link: https://github.com/cephcyn
- service: mastodon
username: [email protected]
link: https://hci.social/@cephcyn
- service: twitter
username: cephcyn
link: https://twitter.com/cephcyn
- service: linkedin
username: cephcyn
link: https://www.linkedin.com/in/cephcyn
# Plugins
plugins:
- jekyll-seo-tag