diff options
Diffstat (limited to '')
-rw-r--r-- | _notes/bash.md | 3 | ||||
-rw-r--r-- | _notes/latex.md | 3 | ||||
-rw-r--r-- | _notes/makefile.md | 3 | ||||
-rw-r--r-- | _notes/markdown.md | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/_notes/bash.md b/_notes/bash.md index 353f011..032731f 100644 --- a/_notes/bash.md +++ b/_notes/bash.md @@ -1,5 +1,6 @@ --- -title: GNU bash +title: Bash +subtitle: best practices --- (Associative) arrays -------------------- diff --git a/_notes/latex.md b/_notes/latex.md index 2e070b5..8f90244 100644 --- a/_notes/latex.md +++ b/_notes/latex.md @@ -1,5 +1,6 @@ --- -title: Basic LaTeX document +title: LaTeX +subtitle: document template --- A more-or-less complete, but still very basic LaTeX document follows. diff --git a/_notes/makefile.md b/_notes/makefile.md index 777e04d..fb52d43 100644 --- a/_notes/makefile.md +++ b/_notes/makefile.md @@ -1,5 +1,6 @@ --- -title: GNU Make +title: Makefile +subtitle: best practices --- Best practices for my Makefiles (sorry for the botched highlighting). diff --git a/_notes/markdown.md b/_notes/markdown.md index b62284f..37b15db 100644 --- a/_notes/markdown.md +++ b/_notes/markdown.md @@ -1,5 +1,6 @@ --- -title: Markdown style guide +title: Markdown +subtitle: style guide --- * `diff`- and HTML-friendliness is valued over human-readability. * Every sentence starts on a new line ("semantic newlines"). |