Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 393 Bytes

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.