Anannia

The website of Anannia, an Indian NGO working for the betterment of various marginalized and stigmatized sections of communities in Kerala.

Technologies

The site hosted by Github Pages, and is made with

  • Jekyll 3.9.0 as a static site generator
  • Bulma as a CSS framework
  • Sass to make my life easier

Setup

If you just want to set the project up, Jekyll 3.9.0 and its prerequisites are the only requirements. Installation instructions are here. Once you've installed Jekyll and Bundler,

  1. git clone https://github.com/thennal10/anannia.git
  2. cd anannia
  3. bundle install
  4. bundle exec jekyll serve
  5. Visit localhost

If you want to edit the CSS, you'll have to install the Sass compiler as well.