From b00dd1024f8ca67de4e1e5fcbc043c19748f0604 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 22 Jun 2015 10:01:03 -0800 Subject: [PATCH] Getting set up for redeploy --- .gitignore | 1 - .gitmodules | 3 +++ config.toml | 2 +- layouts/index.html | 2 +- public | 1 + static/CNAME | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 public create mode 100644 static/CNAME 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