Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c86b1f866f | |||
| b25783b43e | |||
| 3fb71b6c9c | |||
| 075289a35c |
+3
-1
@@ -1,3 +1,5 @@
|
||||
# Generated hugo files
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
/.hugo_build.lock
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
.PHONY: all deploy build
|
||||
|
||||
all: deploy
|
||||
|
||||
deploy: build
|
||||
rzync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/
|
||||
|
||||
build:
|
||||
hugo build
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = 'nightnoryu'
|
||||
layout = 'single'
|
||||
+++
|
||||
|
||||
# Index
|
||||
|
||||
Work in progress.
|
||||
@@ -1,3 +1,4 @@
|
||||
baseURL = 'https://nightnoryu.com/'
|
||||
locale = 'en-us'
|
||||
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