aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* make: add templates and makefile as dependenciesKenny Ballou2019-03-03
| | | | | | | Make the template HTML files and the project makefile itself dependencies of the post and index.html pages. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* add deploy target to MakefileKenny Ballou2018-09-05
| | | | Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Convert to Org-mode and PandocKenny Ballou2018-08-19
| | | | | | Create some fairly straight-forward conversion scripts to generate a static site from Emacs Org-mode files using Pandoc to generate HTML files.
* Update OUTPUT variable in `Makefile`kballou2017-10-08
| | | | | | | | | | This wasn't updated since the repository was split away from the [original][0]. Update the the `deploy` target to properly lands files given the new output layout. [0]: https://git.devnulllabs.io/kennyballou.com.git/
* Update deploy targetkballou2017-09-02
|
* Add serve targetkballou2017-09-02
|
* Refactor phony targetskballou2017-09-02
| | | | Move phony target definitions closer to task definitions
* Add phony target listkballou2017-09-02
|
* Add build to deploy dependencykballou2017-09-02
|
* Add basic makefilekballou2017-09-02