Skip to content

Commit

Permalink
org blog template sample using psachin org-publish template
Browse files Browse the repository at this point in the history
  • Loading branch information
aang7 committed Jul 15, 2020
1 parent 1db545c commit d0960ec
Show file tree
Hide file tree
Showing 482 changed files with 489 additions and 12,022 deletions.
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Makefile for myblog

.PHONY: all publish publish_no_init

all: publish

publish: publish.el
@echo "Publishing... with current Emacs configurations."
emacs --batch --load publish.el --funcall org-publish-all

publish_no_init: publish.el
@echo "Publishing... with --no-init."
emacs --batch --no-init --load publish.el --funcall org-publish-all

clean:
@echo "Cleaning up.."
@rm -rvf *.elc
@rm -rvf public
@rm -rvf ~/.org-timestamps/*
340 changes: 0 additions & 340 deletions backup.html

This file was deleted.

Loading

0 comments on commit d0960ec

Please sign in to comment.