A simple Makefile
to create and maintain my asciidoc
journal.
Install asciidoc
and make
.
You can manually tweak anything, but your life will be easier if you set
these values in the Makefile
:
JOURNAL=foo
AUTHOR=user <[email protected]>
The JOURNAL
value is the name of your journal.
The AUTHOR
is the AsciiDoc author.
Assuming your JOURNAL
is named foo
:
- Edit
foo.adoc
with static content. Links to things that are imporant. - Edit
foo_journal.adoc
daily with your activities.- The layout of a Journal entry is weekly H2 headers.
- Every day has a label.
- A day is comprised of, typically, only a bullet list.
- Edit
notes/anything.adoc
with notes from any meeting you might be in or on a new project. You can always link thenotes/anything.adoc
file into the mainfoo.adoc
file, include it in thefoo_journal.adoc
file, or even just link to it withlink:notes/anything.html[]
.