kemingy / blogist

generate personal blog from user's gist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blogist

Generate personal blog posts from user's GitHub Gist.

Install and usage

Python3.7 needed

pip install blogist

blogist -n {GitHub_login_name}

Your gists which file name has prefix '[blog]' with suffix '.md' will be downloaded in '_post/'. The prefix, suffix and directory can be customized.

features

  • build with CI/CD tools
  • comments are extract from gist comments
  • use Jekyll, just like the default setting of GitHub Pages

What can be extracted from Gist?

  1. post name
  2. created time
  3. updated time
  4. description
  5. commonts
  6. categories [cate1,cate2,cate3...]
  7. user GitHub profile
  8. @ GitHub users
  9. GitHub octicons

Which one to choose?

Generator Jekyll Hugo Hexo
Language Ruby Go Javascript
Theme Alembic Minimal NexT
Support 🎉

About

generate personal blog from user's gist

License:MIT License


Languages

Language:Python 95.4%Language:Makefile 4.6%