using emacs for blog post using nikola and github pages
so it is a long story, to make it short, here is how it works step by step: install nikola using pip install nikola markdown webassets init nikola site by nikola init --quiet folder_name change the configurations of the default to your configurations just like below diff file shows: --- default conf.py +++ customized conf.py @@ -17,16 +17,16 @@ import time # Data about this site -BLOG_AUTHOR = "Your Name" # (translatable) -BLOG_TITLE = "Demo Site" # (translatable) +BLOG_AUTHOR = "Shelper" # (translatable) +BLOG_TITLE = "The Way As It Is" # (translatable) # This is the main URL for your site....