# pacwoman **Repository Path**: jarvan4dev/pacwoman ## Basic Information - **Project Name**: pacwoman - **Description**: A flat and responsive theme for Hexo, based on Pacman, with Sticky - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Pacwoman ======== A flat and responsive theme for [Hexo](http://zespia.tw/hexo/), based on [Pacman](https://github.com/A-limon/pacman). support **Sticky** feature You can checkout the demo here: [lisnb's garage](http://lixipeng.me)~ ##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.