From 6d24bb46624cfbe983fdff6151e35d9f5add7a8f Mon Sep 17 00:00:00 2001 From: wileybaba Date: Wed, 31 Oct 2018 11:41:45 -0600 Subject: added example site --- exampleSite/config.toml | 69 ++++++++++++++++++++++++++++++++++++++++++-- layouts/partials/footer.html | 2 +- static/img/github.svg | 6 ++++ 3 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 static/img/github.svg diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 941004f..1f82169 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,8 +4,8 @@ theme = "minimo" paginate = 3 [params] -logofile = "wileys.website/img/Robobrand.png" -faviconfile = "wileys.website/img/Robobrand.png" +logofile = "https://wileys.website/img/Robobrand.png" +faviconfile = "https://wileys.website/img/Robobrand.png" copyright = "Wiley McKay Conte 2018" github = "wileybaba" email = "baba@example.com" @@ -19,3 +19,68 @@ defaultContentLanguage = 'en' [[params.portfolio]] link = "" + +[languages] + [languages.en] + languageCode = "en-us" + [[languages.en.menu.primary]] + identifier = "code" + name = "code" + url = "https://github.com/wileybaba" + weight = 10 + + [[languages.en.menu.primary]] + identifier = "portfolio" + name = "portfolio" + url = "/portfolio/" + weight = 20 + + [[languages.en.menu.primary]] + identifier = "" + + [[languages.en.menu.primary]] + identifier = "booklist" + name = "booklist" + url = "/booklist/" + weight = 30 + + # [[languages.en.menu.secondary]] + # identifier = "patreon" + # name = "Learn More" + # url = "https://www.patreon.com/bePatron?u=10637849" + # weight = 110 + + [[languages.en.menu.secondary]] + identifier = "bmc" + name = "Buy me a coffee" + url = "https://www.buymeacoffee.com/wiley" + weight = 120 + + [languages.es] + languageCode = "es-us" + [[languages.es.menu.primary]] + identifier = "codigo" + name = "codigo" + url = "https://github.com/wileybaba" + weight = 10 + + [[languages.es.menu.primary]] + identifier = "portfolio" + name = "Portfolio" + url = "/portfolio/" + weight = 20 + + [[languages.es.menu.primary]] + identifier = "" + + [[languages.es.menu.secondary]] + identifier = "patreon" + name = "Patreon" + url = "https://www.patreon.com/bePatron?u=10637849" + weight = 110 + + [[languages.es.menu.secondary]] + identifier = "bmc" + name = "Comprame Un Cafe" + url = "https://www.buymeacoffee.com/gokmen" + weight = 120 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7211d51..7dd4239 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -22,7 +22,7 @@ {{ if .Site.Params.github }} - github + github {{ end }} diff --git a/static/img/github.svg b/static/img/github.svg new file mode 100644 index 0000000..8a75650 --- /dev/null +++ b/static/img/github.svg @@ -0,0 +1,6 @@ + \ No newline at end of file -- cgit v1.2.3