From 7622771e779e551f6969a2259ecc51197005c05f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 14 Jan 2019 09:05:01 -0200 Subject: [PATCH] Change the theme to Nighttime -- my version of After-Dark --- .gitmodules | 6 +++--- config.toml | 2 +- themes/after-dark | 1 - themes/nighttime | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 themes/after-dark create mode 160000 themes/nighttime diff --git a/.gitmodules b/.gitmodules index 7fc3270..06b5909 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/after-dark"] - path = themes/after-dark - url = git@github.com:jbiason/after-dark.git +[submodule "themes/nighttime"] + path = themes/nighttime + url = git@github.com:jbiason/nighttime.git diff --git a/config.toml b/config.toml index ad4e664..80653ab 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ compile_sass = true title = "Julio Biason .Net 4.0" description = "Old school dev living in a 2.0 dev world" -theme = "after-dark" +theme = "nighttime" # theme = "hyde" taxonomies = [ diff --git a/themes/after-dark b/themes/after-dark deleted file mode 160000 index 1ff7d1c..0000000 --- a/themes/after-dark +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1ff7d1cff2f7df724a2954266b78afc8977ded75 diff --git a/themes/nighttime b/themes/nighttime new file mode 160000 index 0000000..85d3db5 --- /dev/null +++ b/themes/nighttime @@ -0,0 +1 @@ +Subproject commit 85d3db539b3e72076e4a9352ca890920996dc44e