From 4b1ed39544f5f1da764e5564a194d9163fda47bc Mon Sep 17 00:00:00 2001 From: MrGorbunov Date: Mon, 18 May 2020 14:10:52 -0400 Subject: [PATCH] color theme --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 51aa8b8a7..c7ad529d5 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Swiss Jekyll Theme +title: CS Assignment description: A bold typographic theme inspired by Swiss design. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com @@ -27,7 +27,7 @@ social_username: jekyllrb # Set theme color here # Choose from: black (default), blue, gray, magenta, orange, red, white, and yellow. -theme_color: black +theme_color: blue # Build settings markdown: kramdown