Updated md4tj to version with RSS, fixed blog
This commit is contained in:
parent
0e54486f60
commit
cf11b54510
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PARSEFUNC=md4tj-parse
|
||||
CC=emacs --no-site-file --batch -l ./md4tj/md4tj-util.el -l ./md4tj/md4tj.el -l ./md4tj/md4tj-blog.el --eval
|
||||
CC=emacs --no-site-file --batch -l ./md4tj/md4tj.el --eval
|
||||
|
||||
.PHONY: css
|
||||
#.PHONY: vids
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
@@RSSENABLE
|
||||
@@RSSCHANNELtitle j4nk's blog
|
||||
@@RSSCHANNELlink https://www.thejerks.club/blog.html
|
||||
@@RSSCHANNELdescription The mindless ramblings of j4nk
|
||||
@@RSSCHANNELlanguage en-US
|
||||
@@RSSCHANNELpubDate Mon, 10 Jul 2023 12:00:00 GMT
|
||||
@@RSSCHANNELlastBuildDate Tue, 10 Jun 2003 04:00:00 GMT
|
||||
@@RSSCHANNELdocs https://www.rssboard.org/rss-specification
|
||||
@@META charset UTF-8
|
||||
@@META name viewport content width=device-width,initial-scale=1.0
|
||||
@@TITLE The Jerks - Blog
|
||||
|
@ -8,6 +16,7 @@
|
|||
@@INCLUDE nav.md4tj
|
||||
|
||||
### My mindless ramblings...
|
||||
@@RSSINSERT
|
||||
|
||||
@@BLOGBASEDIR ./blog/
|
||||
@@BLOGBASEURL https://www.thejerks.club/blog/
|
||||
|
|
2
md4tj
2
md4tj
|
@ -1 +1 @@
|
|||
Subproject commit 524dba5bc0deb5439142c0dba128db60b3992a21
|
||||
Subproject commit b9106bffad2ea07def7fc2aff35ec0f041cac1a3
|
Loading…
Reference in New Issue