Compare commits
5 Commits
a1c4fa4a81
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 98c6d0755f | |||
| c86b1f866f | |||
| b25783b43e | |||
| 3fb71b6c9c | |||
| 075289a35c |
+3
-1
@@ -1,3 +1,5 @@
|
|||||||
# Generated hugo files
|
|
||||||
/public/
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
/assets/jsconfig.json
|
||||||
|
hugo_stats.json
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
.PHONY: all build clean deploy
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
hugo build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf public
|
||||||
|
|
||||||
|
deploy: build
|
||||||
|
rsync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
title = 'nightnoryu'
|
||||||
|
layout = 'single'
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Index
|
||||||
|
|
||||||
|
Work in progress.
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
baseURL = 'https://nightnoryu.com/'
|
baseURL = 'https://nightnoryu.com/'
|
||||||
locale = 'en-us'
|
locale = 'en-us'
|
||||||
title = 'nightnoryu'
|
title = 'nightnoryu'
|
||||||
|
theme = 'lugo'
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
User-Agent: *
|
||||||
|
Disallow:
|
||||||
Submodule
+1
Submodule themes/lugo added at 84fd40fbf1
Reference in New Issue
Block a user