Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-06-28 23:58:52 +0300
committertom <tom@mdashx.com>2020-07-03 19:27:46 +0300
commit85e723e3bb92d365e42de8abde8ffea39fc70e10 (patch)
treeee50d44f6a41e9d175c31ceb4eb4c82fa47c18f9 /exampleSite
parent1a3d08b6dcc9de9b99de6656d7b633e9f7d48c41 (diff)
Fix header and permalink behavior, add favicon
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/Makefile4
-rw-r--r--exampleSite/content/_index.md2
-rwxr-xr-xexampleSite/static/assets/favicon.pngbin0 -> 9313 bytes
3 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/Makefile b/exampleSite/Makefile
new file mode 100644
index 0000000..5dfdfa2
--- /dev/null
+++ b/exampleSite/Makefile
@@ -0,0 +1,4 @@
+.PHONY: deploy
+deploy:
+ ssh ${USER}@${HOST} 'mkdir -p ${DEPLOY_PATH}'
+ hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DEPLOY_PATH}
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index ba5e0fb..da08b3c 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -6,7 +6,7 @@
}
-This is an example site demonstrating the [Basic Web Theme](https://basicwebtheme.com).
+This is an example site demonstrating the [Basic Web Theme](https://www.basicwebtheme.com).
- Learn more [about this site](/about/).
- View [all posts](/posts/)
diff --git a/exampleSite/static/assets/favicon.png b/exampleSite/static/assets/favicon.png
new file mode 100755
index 0000000..d41c227
--- /dev/null
+++ b/exampleSite/static/assets/favicon.png
Binary files differ