bash script(s) to generate a static blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Captain Kuromaru 12f47edbf3
update .gitignore
2 years ago
.gitattributes Initial commit 4 years ago
.gitignore update .gitignore 2 years ago
LICENSE updated license 4 years ago
README.md update README.md 2 years ago
foot init 4 years ago
genIndex.sh Revert "fish paths" 2 years ago
genPost.sh Revert "fish paths" 2 years ago
head Revert "fish paths" 2 years ago
retroGenPost0.sh add next post links 4 years ago

README.md

bash log

v0.5b

bash log (blog for short) is a small script (scripts) that generates html files to run your static blog the current version doesn't do much, just makes a post html file from a file you give it to it and then generates "index" of all your posts

notes

i suggest you create css/style.css file :)

the next thing is setting title tags for the post based drafts

future features

in future versions i'd like to add archive (categorised by year and month of posting), specific title for every post, an easy way to configure everything in one file, and some other stuff i can't remember rn

what you won't see in the future

right now i am not planning to support markdown, i just use html tags in my posts.