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

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwileybaba <wileymckayconte@gmail.com>2018-10-31 21:13:16 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-10-31 21:13:16 +0300
commit0236df4c83f8d1decffbcbb889380bdc2155ce9f (patch)
tree769812541cdb9eb1f39341d6911bf33055f3d1d5
parent40a2c2a4464280fa0b5a0255dc637f1abf21cdd0 (diff)
added images
-rw-r--r--exampleSite/config.toml16
-rw-r--r--exampleSite/content/_index.es.md2
-rw-r--r--exampleSite/content/about.md0
-rw-r--r--images/screenshot.pngbin0 -> 169837 bytes
-rw-r--r--images/tn.pngbin0 -> 128869 bytes
5 files changed, 10 insertions, 8 deletions
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
--- /dev/null
+++ b/exampleSite/content/about.md
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..6d2b930
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..9a2c278
--- /dev/null
+++ b/images/tn.png
Binary files differ