diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 364fdec..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -public/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fbd2b53 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "public"] + path = public + url = git@github.com:thermokarst/akdillon.git diff --git a/config.toml b/config.toml index e59fee1..5cad62d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://akdillon.net" +baseurl = "http://www.akdillon.net" languageCode = "en-us" title = "AKDillon" canonifyurls = true diff --git a/layouts/index.html b/layouts/index.html index 865b778..afe13dd 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@ {{ partial "header.html" . }}
- alaska + alaska
{{ partial "footer.html" . }} diff --git a/public b/public new file mode 160000 index 0000000..5940410 --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit 594041086f27ac1e08cb3b301ec98b6d429dab3f diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..4f638f5 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +www.akdillon.net