diff --git a/.gitignore b/.gitignore index 727bc05..23cbca4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .directory +public/* +public/.gitkeep diff --git a/.gitmodules b/.gitmodules index f6b02fc..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/after-dark"] - path = themes/after-dark - url = https://github.com/getzola/after-dark.git diff --git a/config.toml b/config.toml index 7e4096c..48ca807 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true -theme="anemone" +#theme="anemone" # TODO: Make this theme work when building GH pages. [markdown] # Whether to do syntax highlighting @@ -16,4 +16,4 @@ highlight_code = true [extra] # Put all your custom variables here -twitter_card = false +# twitter_card = false # Used for anemone diff --git a/themes/after-dark b/themes/after-dark deleted file mode 160000 index 37b4516..0000000 --- a/themes/after-dark +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 37b4516e5bb1e86fcbc9db13b961f2a4a23926f0