Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 714 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 714 Bytes

Pacwoman

A flat and responsive theme for Hexo, based on Pacman.

support Sticky feature

You can checkout the demo here: lisnb's garage~

##Usage

Pacwomen support the feature of Sticky Posts which means the posts will stick on the first page. (aka 置顶贴)

to add some sticky posts, just add your markdown file name to the "stickies" in the config file

for example

_config.yml

...
stickies:
- foo
- bar
...

when you have a foo.md and bar.md in the _posts directory, you can just add the name (without extension) to the stickes, then the pages generated by these files will stick.