summaryrefslogtreecommitdiff
path: root/example_create.sh
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-07-31 17:29:34 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-08-11 01:38:02 +0200
commita32ba2646371170c51421ca21119f9cbaa94e048 (patch)
treeab91a83772ed768dc74c978f1f965b373e1ee6f5 /example_create.sh
parentc5e861f80e6500568d2ffb4195ea104236edf3bc (diff)
Logo from png to svg file
Diffstat (limited to 'example_create.sh')
-rwxr-xr-xexample_create.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/example_create.sh b/example_create.sh
index c9a957a..e1b79f4 100755
--- a/example_create.sh
+++ b/example_create.sh
@@ -3,7 +3,7 @@
# - Makes static pages for each repository directory.
#
# NOTE, things to do manually (once) before running this script:
-# - copy style.css, logo.png and favicon.ico manually, a style.css example
+# - copy style.css, logo.svg and favicon.ico manually, a style.css example
# is included.
#
# - write clone url, for example "git://git.codemadness.org/dir" to the "url"
@@ -24,7 +24,7 @@ mkdir -p "$webdir" || exit 1
# set assets if not already there
ln -s "$defaultdir/style.css" "$webdir/style.css" 2> /dev/null
-ln -s "$defaultdir/logo.png" "$webdir/logo.png" 2> /dev/null
+ln -s "$defaultdir/logo.svg" "$webdir/logo.svg" 2> /dev/null
ln -s "$defaultdir/favicon.ico" "$webdir/favicon.ico" 2> /dev/null
# clean