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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-02-26 16:22:03 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-02-26 16:22:03 +0300
commit9114ec1ccd33a77c384e5f1fc3d065524f3bfe5a (patch)
tree6af52345da37971aa0862f6faa53b4950f03d86b
parent7c25e601826405314473ac1ffde24c06f53584ca (diff)
change default sidebar image
-rw-r--r--exampleSite/config.toml8
-rw-r--r--static/images/default-sidebar.jpgbin1783672 -> 77847 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3ac2fa8..bf5d98a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,9 +35,9 @@ enableRobotsTXT=true
portfolio = "project"
[params.sidebar]
- backgroundImage = '' #header background image - default "/images/default_sidebar.jpg"
- gradientOverlay = 'rgba(0,0,0,0.4),rgba(0,0,0,0.4)' #default: rgba(0,0,0,0.4),rgba(0,0,0,0.4)
- logo = "/images/edna-west.jpg"
+ backgroundImage = '' # header background image - default "/images/default_sidebar.jpg" - Photo by Tim Marshall on Unsplash
+ gradientOverlay = '' # default: rgba(0,0,0,0.4),rgba(0,0,0,0.4)
+ logo = "" # - default "/images/edna-west.jpg"
[params.assets]
favicon = ""
customCSS = ""
@@ -49,7 +49,7 @@ enableRobotsTXT=true
[params.contact]
email = ""
- text= "Say Hello!" # text of the contact link in the sidebar. If email params.contact.email is defined
+ text= "" # text of the contact link in the sidebar. If email params.contact.email is defined
[menu]
diff --git a/static/images/default-sidebar.jpg b/static/images/default-sidebar.jpg
index f292caa..a6d8bc0 100644
--- a/static/images/default-sidebar.jpg
+++ b/static/images/default-sidebar.jpg
Binary files differ