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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ site_theme : "default" # Currently available options are "default"
12
12
title : "Your Name / Site Title"
13
13
title_separator : "-"
14
14
name : &name "Your Name"
15
-
description : &description "personal description"
16
-
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io" or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo 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",
17
+
# or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
17
18
baseurl : ""# the subpath of your site, e.g. "/blog"
0 commit comments