diff --git a/edit.bash b/edit.bash new file mode 100755 index 0000000..8fb97e4 --- /dev/null +++ b/edit.bash @@ -0,0 +1 @@ +vim beejournal.md diff --git a/pandoc.bash b/pandoc.bash new file mode 100755 index 0000000..1e4497e --- /dev/null +++ b/pandoc.bash @@ -0,0 +1,3 @@ +pandoc footer.md > footer.html +pandoc todo.md > todo.html +pandoc --toc --css=github-pandoc.css -A footer.html --standalone beejournal.md > beejournal.html diff --git a/view.bash b/view.bash new file mode 100755 index 0000000..13a893a --- /dev/null +++ b/view.bash @@ -0,0 +1,2 @@ +./pandoc.bash +firefox beejournal.html