Skip to content

lord63/pelican-scribble-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pelican-scribble-hex

A Pelican theme which was ported from scribble. You can check the demo here: demo

demo-image

How to use it

I assume that you've installed Pelican.

  1. fork this repo and clone it, let's say we are under /home/lord63/code/blog/

     $ git clone git@github.com:USERNAME/pelican-scribble-hex.git
    
  2. add THEME in your own pelicanconf.py

     THEME = '/home/lord63/code/blog/pelican-scribble-hex/'
    
  3. copying other settings in the pelicanconf_sample.py to your own pelicanconf.py and set them up

  4. regenerate the blog using the new theme

     $ make html && make serve
    
  5. open your browser: 127.0.0.1:8000 and have a check

Credits

All the glories should belong to @muan, I just port it to Pelican :)

License

MIT.

About

A Pelican theme which was ported from scribble.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published