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
- Run
zola serve
to start the development server. - Open
localhost:1111
in your browser.
- 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
/templates
directory. - If the file is not present in the directory then copy it from the
/themes/tabi/templates
directory to the/templates
directory. Please never make the changes in the/themes/tabi/templates
directory. - 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.