diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-03 14:44:09 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-03 14:44:09 +0100 |
commit | a6ace93b511bfc54a6c91e265d10699aff4f4b8c (patch) | |
tree | 1d242e0eb482a513be54e4d0ce36115feeb2b01d /phlog.org |
Diffstat (limited to 'phlog.org')
-rw-r--r-- | phlog.org | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/phlog.org b/phlog.org new file mode 100644 index 0000000..8f75901 --- /dev/null +++ b/phlog.org @@ -0,0 +1,27 @@ + + + +* Second post <2017-11-12 Sun 22:38> + +This is the second post. The system seems to work by now. + +The shell script works without major problems and generates +a visually pleasant kind of posts, mainly due to the usage +of 'par' to justify paragraphs. + + +* First experiments with phl-org <2017-11-12 Sun 20:37> + +I decided I will make some experiments with phlogging. + +My intention is to use Emacs' org-mode. The idea is to organise each long +post as an org-mode entry. A post will start on the first line +beginning with a "* " (star-space), and last until another line +beginning with "* " is found. + +Each post will be put in a separate directory, named after the title +(with spaces replaced with "_"). + +The org-mode buffer will be processes by a simple shell script, called +'phl-org.sh', which creates the necessary directories (one for each +post), and refreshes the gophermap. |