/braniii.github.io

personal site

Primary LanguageHTMLApache License 2.0Apache-2.0

personal webpage :-)

This repository generates a static HTML webpage with:

  • The Jinja2 templating engine.
  • The TailwindCSS utility framework.

Dependencies

$ cd site/
$ poetry install     # Install Python dependencies (Jinja2).
$ cd styles/
$ yarn install       # Install JavaScript dependencies (TailwindCSS).

Building

$ ./compile.py full  # To regenerate the entire site.
$ ./compile.py       # Regenerate the HTML but skip the TailwindCSS build step.

Assets

Some external assets are included.

  • GitHub Icon from GitHub.
  • Icons from HeroIcons (MIT).