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
- Host: GitHub
- URL: https://github.com/babab/babab.github.io
- Owner: babab
- Created: 2018-03-30T12:24:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T09:42:31.000Z (about 3 years ago)
- Last Synced: 2025-02-05T15:53:54.068Z (over 1 year ago)
- Topics: github-pages, projects, tuhinga
- Language: HTML
- Homepage: https://babab.github.io/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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