Skip to content

uniqush/uniqush-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog on blog.uniqush.org

  • Install pelican

      pip install pelican
    
  • Install markdown parser

      pip install markdown
    
  • Install the theme

      git clone git://github.com/getpelican/pelican-themes.git
      pelican-themes -i pelican-themes/tuxlite_tbs
    
  • Then use make html to generate the whole blog site.