Banner Image

I decided to migrate away from Pelican. It has served me well these last few years, but I have joined a new holy quest in the church of emacs using orgmode. XD

I used the following to convert all my .md file ext to .org. And then prepend the setupfile to all norm blog posts. But I don't plan on updating everything. I should have used pandoc, but I have other things I would rather do right now.

find . -name '*.md' -exec sh -c 'mv "$0" "${0%.md}.org"' {} \;
      grep -rl 'Authors: ' ./src/archive | sed -i "1s;^;#+SETUPFILE: ../../../template/level-2.org\n;"

I ran into some minor problems with ox-rss and webfeeder, so I decided to just build my own RSS feed generator, WIP.

I might want to use pandoc to automatically convert all the markdown files. I have the above, but it only converts the file ext. Though, even something automatic will need help with the templates.

1 References

2 TODO todo

3 Feature Experimentation

bold text

Literal HTML code for export foo
      >=)
      

I have many ideas. Yay and all.

echo "foo"
My main avatar.