diff --git a/.gitignore b/.gitignore index d70ebaa..58763e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public \ No newline at end of file +public +zola.exe \ No newline at end of file diff --git a/README.md b/README.md index 0516d0e..05a0bf1 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,17 @@ - -
-
+
[Mabuya](https://mabuya.vercel.app/) is a minimal [Zola](https://www.getzola.org) theme for building light and SEO-ready blogs. Put your work front and center with Mabuya as the base of your project. demo -

-
+ Mabuya screenshot
@@ -28,7 +25,14 @@ While searching for themes, I came across [Zola Tale](https://github.com/aaranxu The name **Mabuya** comes from the [Mabuya hispaniolae](https://en.wikipedia.org/wiki/Mabuya_hispaniolae?useskin=vector), a possibly extinct[^1] species of skink endemic to the Dominican Republic, my home country. -## ✨ Features and Improvements +## ✨ Features + +- ✅ Simple Blog +- ✅ Pagination +- ✅ Tags +- ✅ Back-to-Top button + +## 📈 Improvements While working on the theme, I have added new functionality and made many quality of life improvements. Here's a short list: @@ -48,25 +52,25 @@ While working on the theme, I have added new functionality and made many quality Before using the theme, you need to install [Zola](https://www.getzola.org/documentation/getting-started/installation/) ≥ v0.18.0. -### 1. Clone the repo +1. Clone the repository. -```sh +```shell git clone git@github.com:semanticdata/mabuya.git ``` -### 2. Change directory into clone +2. Change directory into new clone. -```sh +```shell cd mabuya ``` -### 3. Serve the site locally +3. Serve the site locally. -```sh +```shell zola serve ``` -For more detailed instructions, visit the [Documentation](https://www.getzola.org/documentation/themes/installing-and-using-themes/) page about installing and using themes. +For more detailed instructions, visit the [documentation](https://www.getzola.org/documentation/themes/installing-and-using-themes/) page about installing and using themes. ## 🎨 Customization diff --git a/config.toml b/config.toml index 3e8cc04..3b36698 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ title = "Mabuya" description = "Mabuya is a minimal Zola theme for building light and SEO-ready blogs. Put your work front and center with Mabuya as the base of your project." compile_sass = true -generate_feed = true +# generate_feed = true minify_html = true build_search_index = false taxonomies = [{ name = "tags", feed = true }]