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

https://github.com/babab/babab.github.io

My github pages root landing page
https://github.com/babab/babab.github.io

github-pages projects tuhinga

Last synced: 5 months ago
JSON representation

My github pages root landing page

Awesome Lists containing this project

README

          

# babab.github.io

Main page of github-pages environment. This is used to have a landing
page for the root url and link to the different project pages.

Created with Tuhinga (https://github.com/babab/tuhinga)

## Install Tuhinga

Install using pipx (https://pypa.github.io/pipx):

$ pipx install tuhinga

To install tuhinga and install pipx if needed, you can use:

$ make install

## Build HTML

HTML is generated by converting index.tuh to index.html with Tuhinga.

$ tuh index.tuh > index.html
$ tuh 404.tuh > 404.html

Or using the Makefile:

$ make html