Go pkg for database system for some of the sites I'm building. Originally part of angel-castaneda.com git repo.
I'm about to update a whole ton with this package to have auto post directory scanning. Will put details on how it works once it's done.
This is a way for me to learn git submodules and put some progress here.
I followed this simple stackoverflow guide to move my git history over.
Then I went to my main repo, removed the original directory, and ran:
$ git submodule add https://git.sr.ht/~acsqdotme/dblog
That cloned in this new directory and a .gitmodules
file:
[submodule "dblog"]
path = dblog
url = https://git.sr.ht/~acsqdotme/dblog
As always, more details can be found from git themselves.
This project is licensed under the LGPLv3. Check LICENSE
for
details.