forked from dport96/mis-portfolios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
26 lines (21 loc) · 872 Bytes
/
_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
# Site settings
# REQUIRED CHANGES
# Edit next line, providing your own name.
title: MIS Portfolios
# Edit next line, replacing 'techfolios' with your github username
url: "https://descartes.manoa.hawaii.edu/"
# Edit next line so that baseurl is "" if your repo is <username>.github.io
baseurl: "/nrt-portfolios"
# OPTIONAL CHANGES
# You might want to change the bio page label to something else, such as CV
# bio-page-label: CV
# You might want to change the theme associated with one or more sections of the site.
# Defining your own custom theme variations is easy. See the documentation.
theme-home: theme-home-builtin-1.html
theme-projects: theme-projects-builtin-1-pj.html
theme-essays: theme-essays-builtin-1-pj.html
theme-bio: theme-bio-builtin-2-pj.html
# YOU NORMALLY NEVER CHANGE THE FOLLOWING
markdown: kramdown
include: [_data]
theme: jekyll-theme-slate