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:32:20 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-10-31 21:32:20 +0300
commitcd3e2ace8d5c969b8a4a9b58349dff5299e9dd33 (patch)
treeeb6eb0f3ba0c6d7d209411eeac1b451d15873daa
parent0236df4c83f8d1decffbcbb889380bdc2155ce9f (diff)
changed theme name
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/content/_index.es.md2
-rw-r--r--theme.toml2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c1ce4ac..9890cd6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# hugo-minimo-theme
+# hugo-Robotico-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.
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 486b102..108bbbe 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://example.com"
title = "Your Awesome Website"
-theme = "minimo"
+theme = "robotico"
paginate = 3
[params]
@@ -11,7 +11,7 @@ github = "wileybaba"
email = "baba@example.com"
twitter = "wiley_baba"
instagram = "wileybaba"
-fork = "github.com/wileybaba/minimo_hugo_theme"
+fork = "github.com/wileybaba/Robotico_hugo_theme"
progressively = true
defaultContentLanguage = 'en'
diff --git a/exampleSite/content/_index.es.md b/exampleSite/content/_index.es.md
index 16fc173..143e7bf 100644
--- a/exampleSite/content/_index.es.md
+++ b/exampleSite/content/_index.es.md
@@ -1,5 +1,5 @@
+++ title = "Inicio" id = "Inicio" +++
-## Hugo Minimo Theme
+## Hugo Robotico Theme
# Pon su `_index.md` en EspaƱol aqui.
diff --git a/theme.toml b/theme.toml
index 0e10406..645afde 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,4 +1,4 @@
-name = "minimo"
+name = "Robotico"
license = "MIT"
description = "A lightweight and blazing fast personal website theme"
homepage = "#github link here"