+++ title = "Minimal" description = "π Minimal is a Zola port of the Jekyll theme with the same name." template = "theme.html" date = 2024-05-03T12:02:37-07:00 [extra] created = 2024-05-03T12:02:37-07:00 updated = 2024-05-03T12:02:37-07:00 repository = "https://github.com/semanticdata/zola-minimal.git" homepage = "https://github.com/semanticdata/zola-minimal/" minimum_version = "0.18.0" license = "MIT" demo = "https://zola-minimal.vercel.app/" [extra.author] name = "Miguel Pimentel" homepage = "https://miguelpimentel.do/" +++ # π Minimal
[Minimal](https://zola-minimal.vercel.app/) is a [Zola](https://www.getzola.org) theme with the goal of helping you build a light, fast, and SEO ready landing page or website. It is based on the [Jekyll](https://jekyllrb.com/) theme with [the same name](https://github.com/pages-themes/minimal). Check out the [demo](https://zola-minimal.vercel.app/). ## Table of Contents - π Minimal - Table of Contents - Screenshots - Getting Started - Configuration - Reporting Issues - Attributions - License ## Screenshots ![theme screenshot](screenshot.png) ## Getting Started Tips that will help you develop and preview the site locally. ### Requirements Before using the theme, you need to install [Zola](https://www.getzola.org/documentation/getting-started/installation/) β₯ 0.18.0. ### Quick Start ```sh # Clone the repo git clone git@github.com:semanticdata/zola-minimal.git # Change directory into the cloned folder cd zola-minima # Serve the site locally zola serve # Open http://127.0.0.1:1111/ in the browser ``` For more detailed instructions, visit the [Documentation](https://www.getzola.org/documentation/themes/installing-and-using-themes/) page about installing and using themes. ### Useful Commands A short list of commands that will help you develop your own version of the theme. | Command | Description | | ----------------------- | ---------------------- | | `zola init