Getting set up for redeploy
This commit is contained in:
parent
a7cb3ab1d4
commit
b00dd1024f
6 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
public/
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "public"]
|
||||||
|
path = public
|
||||||
|
url = git@github.com:thermokarst/akdillon.git
|
|
@ -1,4 +1,4 @@
|
||||||
baseurl = "https://akdillon.net"
|
baseurl = "http://www.akdillon.net"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "AKDillon"
|
title = "AKDillon"
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<main class="siteContent container">
|
<main class="siteContent container">
|
||||||
<img src="{{ .Site.BaseURL }}img/main.jpg" alt="alaska">
|
<img src="{{ .Site.BaseURL }}/img/main.jpg" alt="alaska">
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
1
public
Submodule
1
public
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 594041086f27ac1e08cb3b301ec98b6d429dab3f
|
1
static/CNAME
Normal file
1
static/CNAME
Normal file
|
@ -0,0 +1 @@
|
||||||
|
www.akdillon.net
|
Loading…
Add table
Reference in a new issue