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 /README.md
adding my theme to github
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2901769
--- /dev/null
+++ b/README.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.