Skip to content

angelacastaneda/dblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

dblog aka 🐹 + 📜🪶 = 🌐✍️

Go pkg for database system for some of the sites I'm building. Originally part of angel-castaneda.com git repo.

how it works

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.

converting to a git submodule

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.

License

This project is licensed under the LGPLv3. Check LICENSE for details.

About

Go pkg for blog with SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages