[2024-06-21 Fri] Major changes to the code

This commit is contained in:
Dibyashanu Pati 2024-06-21 23:08:58 +05:30
parent be3306aac2
commit dc31e6399c
24 changed files with 500 additions and 279 deletions

13
create.sh Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env sh
# update addresses
python scripts/generate_and_update_address_files.py
#Add headings links to all top level files
python scripts/heading-link-generator.py
# Generate the main blog table
python scripts/blog-table-generator.py
# generate the html and gemini versions of the site using org-publish
emacs -Q --script create-site.el