An open API service indexing awesome lists of open source software.

https://github.com/rajivharlalka/accio

A Personal Blog Page Zola theme
https://github.com/rajivharlalka/accio

blog css css3 hacktoberfest html sass theme zola

Last synced: about 1 month ago
JSON representation

A Personal Blog Page Zola theme

Awesome Lists containing this project

README

          

## Accio

Personal Blog Site Theme for [Zola SSG](https://getzola.org)
- Live Demo: https://accio-demo.netlify.app

Accio is a Personal Blog Page using Zola Static Site Generator and a personal theme.
Currently this project is actively in development mode.

### Setup Local Machine

1. Install git
2. Install Zola
3. Install yarn
4. Clone the repository
5. Go to the project folder
6. Run the command `yarn` in terminal. This will install the required packages for automatic linting.
7. Run the command `zola serve` in terminal to see the live changes in the browser.
8. Now you are good to go. Start coding!

#### References
- What is a Static Site Generator (SSG) ?
- What is Zola ?
- We are using Tera template. Read how to add/change.
- How to use SASS ?
- Some good ZOLA themes for reference. Blag AfterDark

## 📜 License
[![License: MIT](https://img.shields.io/github/license/rajivharlalka/Accio.svg?style=for-the-badge)](./LICENSE)