Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Oct 16, 2024
1 parent 57e5611 commit cf95260
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
public
public
zola.exe
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
<img src="https://img.shields.io/github/commit-activity/t/semanticdata/mabuya" />
<img src="https://img.shields.io/github/last-commit/semanticdata/mabuya" />
<img src="https://img.shields.io/website/https/mabuya.vercel.app.svg" />
</div>
<br />

<div align="center">
<br />

[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.

<a href="https://mabuya.vercel.app/">
<img src="https://img.shields.io/badge/Check out the Demo-F0E68C?style=for-the-badge&link=https://semanticdata.github.io/nullboard/" alt="demo" height="32px"; /></a>
</div>

<br />
<div align="center">

<img alt="Mabuya screenshot" src="screenshot.png" />
</div>

Expand All @@ -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:

Expand All @@ -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 [email protected]: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

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]
Expand Down

0 comments on commit cf95260

Please sign in to comment.