From 0236df4c83f8d1decffbcbb889380bdc2155ce9f Mon Sep 17 00:00:00 2001 From: wileybaba Date: Wed, 31 Oct 2018 12:13:16 -0600 Subject: added images --- exampleSite/config.toml | 16 ++++++++-------- exampleSite/content/_index.es.md | 2 ++ exampleSite/content/about.md | 0 images/screenshot.png | Bin 0 -> 169837 bytes images/tn.png | Bin 0 -> 128869 bytes 5 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 exampleSite/content/about.md create mode 100644 images/screenshot.png create mode 100644 images/tn.png diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1f82169..486b102 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -39,16 +39,16 @@ link = "" identifier = "" [[languages.en.menu.primary]] - identifier = "booklist" - name = "booklist" - url = "/booklist/" + identifier = "about" + name = "about" + url = "/about/" 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 = "patreon" + name = "Learn More" + url = "https://www.patreon.com/bePatron?u=10637849" + weight = 110 [[languages.en.menu.secondary]] identifier = "bmc" diff --git a/exampleSite/content/_index.es.md b/exampleSite/content/_index.es.md index 2842957..16fc173 100644 --- a/exampleSite/content/_index.es.md +++ b/exampleSite/content/_index.es.md @@ -1,3 +1,5 @@ ++++ title = "Inicio" id = "Inicio" +++ + ## Hugo Minimo Theme # Pon su `_index.md` en EspaƱol aqui. diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md new file mode 100644 index 0000000..e69de29 diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..6d2b930 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..9a2c278 Binary files /dev/null and b/images/tn.png differ -- cgit v1.2.3