This website is built using Tabi theme for Zola.
- Install Zola from here.
- Clone this repository.
git clone https://github.com/odisha-ml/website.git cd website git clone https://github.com/welpo/tabi.git themes/tabi - Run
zola serveto start the development server. - Open
127.0.0.1:1111in your browser. Note thatlocalhostis not supported.
- Contributions are welcome! Please open an issue or submit a pull request.
- If you want to change anything in the template HTML files, please make the changes in the
/templatesdirectory. - If the file is not present in the directory then copy it from the
/themes/tabi/templatesdirectory to the/templatesdirectory. Please never make the changes in the/themes/tabi/templatesdirectory. - As it will be easy to get the updates from the Tabi theme easier.
To add new content, create a new file in the content directory with the appropriate metadata. For example, to add a new page called "About", create a file called about.md in the content directory with the following content:
+++
title = "About"
description = "About the Odisha AI community."
date = 2024-07-22
+++There is no need to write anything on HTML, CSS, or JavaScript. The content is written in Markdown. You can use any Markdown editor to create the content.
This project is licensed under the MIT License - see the LICENSE file for details.

