You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+41-46Lines changed: 41 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -3,57 +3,58 @@
3
3
# This config file is meant for settings that affect your entire site, values
4
4
# which you are expected to set up once and rarely need to edit after that.
5
5
# For technical reasons, this file is *NOT* reloaded automatically when you use
6
-
# `jekyll serve -l -H localhost`. If you change this file, please restart the
6
+
# `jekyll serve -l -H localhost`. If you change this file, please restart the
7
7
# server process.
8
8
9
-
# Basic Site Settings
10
-
locale : "en-US"
11
-
site_theme : "default"# Currently available options are "default", "air"
12
-
title : "Your Name / Site Title"
9
+
# Site Settings
10
+
locale : "en-UK"
11
+
site_theme : "default"# Currently available options are "default", "air"
12
+
# TODO: try air
13
+
title : "Seán R. Kavanagh"
13
14
title_separator : "-"
14
-
name : &name "Your Name"
15
-
description : &description "Your Name's academic portfolio" # Update this with a general description of your site, this is the default if not overridden by a page
16
-
url : https://academicpages.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
15
+
name : &name "Seán R. Kavanagh"
16
+
description : &description "SAM Lab" # TODO
17
+
# description : &description "Incoming Assistant Professor in Simulation of Energy Materials" # Update this with a general description of your site, this is the default if not overridden by a page
18
+
url : https://kavanase.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
17
19
# or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
18
20
baseurl : ""# the subpath of your site, e.g. "/blog"
0 commit comments