This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
( defun generate-file-name ( title ) ( interactive "sEnter title:" ) ( message ( format "/Some/Folder/komikat.github.io/_posts/%s-%s.md" ( format-time-string "%Y-%m-%d" ) ( replace-regexp-in-string " " "-" ( downcase title )))) ) ( defun generate-header-post ( title ) ( format "--- layout: post title: \"%s\" date: %s categories: post comments: false --- " title ( format-time-string "%Y-%m-%d…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.