diff options
| author | alex <alex@pdp7.net> | 2023-10-07 21:53:02 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-07 21:53:02 +0200 |
| commit | a4d7a6d6b23180660d53df499a72e8af3548a8c1 (patch) | |
| tree | d56ee405d32fbff79a75a1708fb253f1095f8f64 /.gitmodules | |
| parent | bf8b87730aa24524c0974cd4083a30c0d1c411a1 (diff) | |
Make blog work as container
* Use BeautifulSoup instead of HTML Tidy, so everything is done in Python
* Pull content as submodule for testing purposes
* Comment how to use bicephalus from working copy
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ed8cbbdd..6e6c22cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "personal_infra/talos-check"] path = personal_infra/talos-check url = https://github.com/alexpdp7/talos-check.git +[submodule "blog_experiment/gemini_blog"] + path = blog_experiment/gemini_blog + url = https://github.com/alexpdp7/gemini_blog.git |
