diff --git a/config.toml b/config.toml index 14b4acd..42af855 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,7 @@ baseURL = "https://blog.nulloctet.com/" languageCode = "en-us" title = "NullOctet Blog" theme = "hyde" + +[params] + copyright = "Drew Short © 2018. All rights reserved." + description = "A simple developer blog" \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css index 1cd8d47..aba024d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,3 +1,7 @@ +div.sidebar-about a h1 { + font-style: italic; +} + img.center { display: block; margin: 0 auto; diff --git a/themes/hyde/layouts/partials/sidebar.html b/themes/hyde/layouts/partials/sidebar.html index a3f1ff4..2403502 100644 --- a/themes/hyde/layouts/partials/sidebar.html +++ b/themes/hyde/layouts/partials/sidebar.html @@ -1,7 +1,10 @@