Getting set up for redeploy

This commit is contained in:
Matthew Dillon 2015-06-22 10:01:03 -08:00
parent a7cb3ab1d4
commit b00dd1024f
6 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
public/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "public"]
path = public
url = git@github.com:thermokarst/akdillon.git

View file

@ -1,4 +1,4 @@
baseurl = "https://akdillon.net"
baseurl = "http://www.akdillon.net"
languageCode = "en-us"
title = "AKDillon"
canonifyurls = true

View file

@ -2,7 +2,7 @@
{{ partial "header.html" . }}
<main class="siteContent container">
<img src="{{ .Site.BaseURL }}img/main.jpg" alt="alaska">
<img src="{{ .Site.BaseURL }}/img/main.jpg" alt="alaska">
</main>
{{ partial "footer.html" . }}

1
public Submodule

@ -0,0 +1 @@
Subproject commit 594041086f27ac1e08cb3b301ec98b6d429dab3f

1
static/CNAME Normal file
View file

@ -0,0 +1 @@
www.akdillon.net