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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8b1f2a8..aa7b181 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,14 @@
# Color Your World
-[Live demo (on Netlify)](https://color-your-world-demo.netlify.app/) | [Demo (on Hugo Themes)](https://themes.gohugo.io/theme/hugo-theme-color-your-world/)
+[![Hugo](https://img.shields.io/badge/Hugo-%5E0.73.0-ff4088?logo=hugo)](https://gohugo.io/)
+[![License](https://badgen.net/badge/license/MIT/blue)](https://gitlab.com/rmaguiar/hugo-theme-color-your-world/-/blob/master/LICENSE)
+[![Buy Me a Coffee](https://badgen.net/badge/icon/buy%20me%20a%20coffee?icon=buymeacoffee&label&color=ff5f5f)](https://www.buymeacoffee.com/rmaguiar)
+[![Netlify Status](https://api.netlify.com/api/v1/badges/fcc6d88f-4913-4716-be24-1888c3acaa03/deploy-status)](https://app.netlify.com/sites/color-your-world-demo/deploys)
-**Color Your World** is a [Hugo](https://gohugo.io) theme developed around a single experiment that led me to this:
+* [Live demo (on Netlify)](https://color-your-world-demo.netlify.app/)
+* [Demo (on Hugo Themes)](https://themes.gohugo.io/theme/hugo-theme-color-your-world/)
+
+**Color Your World** is a [Hugo](https://gohugo.io/) theme developed around a single experiment that led me to this:
![HTML color picker with 12 presets.](https://gitlab.com/rmaguiar/hugo-theme-color-your-world/-/raw/master/images/color-picker.png)
@@ -19,7 +25,7 @@ I've been working on this theme for so long that there are features I don't even
* Keyboard-friendly;
* Privacy-aware to an extent (no Google Analytics/Fonts, Disqus, etc);
* Social shortcode including centralized and decentralized platforms;
-* Contact form shortcode (via [Formspree](https://formspree.io));
+* Contact form shortcode (via [Formspree](https://formspree.io/));
* Open Graph, Twitter Cards and Structured Data (schema.org) meta tags;
* Responsive images via image processing;
* Basic search functionality via [Fuse.js](https://github.com/krisk/Fuse);
@@ -252,7 +258,7 @@ A **really** basic 404 page can be generated via config file by using:
* The site title can be replaced by creating a file named `layouts/partials/custom/site-title.html`;
* Custom favicons can be used by creating a file named `layouts/partials/custom/head-append.html`;
* Custom CSS can be imported into the main CSS file by creating a file named `static/css/custom.css` or `assets/scss/custom.scss`;
-* The `copyright` param can be replaced by creating a file named `layouts/partials/custom/copyright.html`.
+* The `footerText` param can be replaced by creating a file named `layouts/partials/custom/footer-text.html`.
### More params
@@ -268,6 +274,11 @@ More possible params for your config file (or front matter):
author = "John Doe"
authorDesc = "Some indescribable horror."
+ # Footer text
+ # Each value will become a paragraph
+ # Keep it as an array
+ footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/rmaguiar/hugo-theme-color-your-world) theme." ]
+
# Site cover, for Open Graph, Twitter Cards and Schema.org
# It will be used if the current page doesn't have an image cover
# File will be picked from the "assets" directory
@@ -364,4 +375,4 @@ More possible params for your config file (or front matter):
If this repo was useful or helpful to you in any way, please consider buying me a coffee:
-<a href="https://www.buymeacoffee.com/rmaguiar" target="_blank" rel="noopener noreferrer"><img src="https://cdn.buymeacoffee.com/buttons/lato-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;"></a>
+[![Buy Me a Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-red.png)](https://www.buymeacoffee.com/rmaguiar)