Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1018 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 1018 Bytes

#demo Mirror Lake

setup

dependences

  1. git
  2. python3

steps

  1. fork this repo, change the repo name to $your_user_name.github.io
  2. in terminal, get into the repo directory and run the setup script.
    • setup for *nix users
    • setup.bat for windows users, and "run as administrator" is recommended
  3. change options in pelicanconf.py to your own blog information
  4. set your own domain in CNAME(optional)
  5. execute the publish script, done
    • publish for *nix users
    • publish.bat for windows users

usage

add content

Add content like content.md to content directory and execute the publish script.

pelican

The blog generator is pelican. You can change every thing as long as pelican supported.The default theme is Flex.`