Welcome to the website of Herb-AI.
Using Docker to install Jekyll and Ruby dependencies is the easiest way.
You need to take the following steps to get the website up and running on your local machine:
- First, install docker and docker-compose.
- Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website.
$ docker-compose up
Simply push your changes to main branch, which will be automatically deployed to the github-pages
branch.
All pages can be found under _pages
.
To add a post, add your post under _posts
by copying and editing the existing posts.
To add news, add a new file to _news
.
This website uses the al-folio theme: a simple, clean, and responsive Jekyll theme for academics. If you like the theme, give it a star!
The theme is available as open source under the terms of the MIT License.
Originally, al-folio was based on the *folio theme (published by Lia Bogoev and under the MIT license). Since then, it got a full re-write of the styles and many additional cool features.