vorakl
vorakl
Aves - a theme for the Pelican ======================= It's based on the [tuxlite_tbs](https://github.com/getpelican/pelican-themes/tree/master/tuxlite_tbs) theme but was significantly rewritten and extended by new features and customization. Features ======== * Most of...
Add more options: - embed into the code base as 3rd_party/ * download a certain version * clone/update the whole repo - embed into a final executable Describe why there...
Change the default path to Bash in the shebang: /bin/bash -> /usr/bin/env bash
Change the current '_' symbol used for namespacing to '.' Example: exec_run -> exec.run
Create a Makefile for - updating code in the 3rd_party/ directory - embedding modules (from various sources) into the final executable