RSSAmplifier

Akshit Kumar's index.html · Dec 14, 2022

Exporting Org Notes to Jekyll

0
Sign in to vote or save

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…

Read on akshit.one

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.