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