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 09:03:26 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-10-31 09:03:26 +0300
commit23a9b1ff401bf6238011cdfed4219605a20af728 (patch)
treec2595a904e58e97a715b2fa6faf9fb4b60ea1b9b /exampleSite
adding my theme to github
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml21
-rw-r--r--exampleSite/content/_index.en.md36
-rw-r--r--exampleSite/content/_index.es.md3
3 files changed, 60 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..941004f
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,21 @@
+baseURL = "https://example.com"
+title = "Your Awesome Website"
+theme = "minimo"
+paginate = 3
+
+[params]
+logofile = "wileys.website/img/Robobrand.png"
+faviconfile = "wileys.website/img/Robobrand.png"
+copyright = "Wiley McKay Conte 2018"
+github = "wileybaba"
+email = "baba@example.com"
+twitter = "wiley_baba"
+instagram = "wileybaba"
+fork = "github.com/wileybaba/minimo_hugo_theme"
+progressively = true
+
+defaultContentLanguage = 'en'
+
+[[params.portfolio]]
+
+link = ""
diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md
new file mode 100644
index 0000000..595adbc
--- /dev/null
+++ b/exampleSite/content/_index.en.md
@@ -0,0 +1,36 @@
+#hugo-minimo-theme
+
+A stripped down, [alageek](https://github.com/gkmngrgn/hugo-alageek-theme/tree/a7789a01391c9357fba13704379089e8799adad8) based theme with an added portfolio/light-box gallery for artists/photographers to display their work. Responsive with Bootstrap 4, Progressively.js, Latex support, and more.
+
+## Dependencies
+* Bootstrap 4.1.3
+* Highlight.js 9.12.0
+* Jquery slim 3.3.1
+* Progressively 1.2.5
+* Webfont 1.6.28
+* Ekko-lightbox 5.3.0
+
+## Configuration
+All features can be accessed by adding code to your config.toml
+* See the example site to get an idea of how to use the available params.
+
+For your home page, create and edit an `_index.md` file with your content.
+
+### Gallery setup
+In your config.toml, you can easily add images to your gallery. Here is an example:
+`[[params.portfolio]]
+
+link = "img/pots/example_01.jpg"
+
+[[params.portfolio]]
+
+link = "/img/portfolio/example_02.jpg"
+
+[[params.portfolio]]
+
+link = "/img/portfolio/example_03.jpg"
+`
+This will import a relative URL, so be sure to use the appropriate file path for your images.
+
+## License
+MIT License...check out the LICENSE.md for more info.
diff --git a/exampleSite/content/_index.es.md b/exampleSite/content/_index.es.md
new file mode 100644
index 0000000..2842957
--- /dev/null
+++ b/exampleSite/content/_index.es.md
@@ -0,0 +1,3 @@
+## Hugo Minimo Theme
+
+# Pon su `_index.md` en EspaƱol aqui.