This commit is contained in:
Josemar Lohn 2021-08-24 13:39:22 -03:00
parent dd5492e5aa
commit e4845c6552
No known key found for this signature in database
GPG Key ID: 441E69D80355E46F
1 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@
# shellcheck disable=SC2034
# TildeLog, a not-so-simple blog/gemlog/phlog system made for tilde.team
# By Josemar Lohn <j@lo.hn>
# By Josemar Lohn <j@lohn.in> (https://lohn.in)
#
# Heavily based on BashBlog, by Carlos Fenollosa <carlos.fenollosa@gmail.com>
md2html_awk=$(<deps/bin/md2html.awk)
md2gemini_awk=$(<deps/bin/md2gemini.awk)
md2gopher_awk=$(<deps/bin/md2gopher.awk)
md2html_awk=$(<deps/bin/md2html)
md2gemini_awk=$(<deps/bin/md2gemini)
md2gopher_awk=$(<deps/bin/md2gopher)
### BEGIN SOURCEFILES -> DO NOT REMOVE THIS LINE
source ./lib/all_posts.sh