└── README.md /README.md: -------------------------------------------------------------------------------- 1 | maupassant 2 | ========== 3 | 4 | **IMPORTANT: This project is now [here](https://github.com/tufu9441/maupassant-hexo) maintained by @tufu9441. Please open issues/PR in that repo.** 5 | 6 | A simple Hexo template with great performance on different devices. 7 | 8 | ![template preview](https://ddydeg.by3302.livefilestore.com/y2p1ZgHER4eIFaEHhwaf96MvZH4_iLufEIDj7o8acDgI1GXFDtPI-eRAgvokFoR9irbz738gMmWc_N7yexG6uhB1Dcmelb0cXg8HexpiAdZ5HQ/m.png "Maupassant template preview") 9 | 10 | ## Install 11 | 12 | - install renderers 13 | 14 | ``` 15 | git clone https://github.com/icylogic/maupassant-hexo.git themes/maupassant 16 | npm install hexo-renderer-sass --save 17 | npm install hexo-renderer-jade --save 18 | ``` 19 | 20 | - Edit _config.yml in hexo root, change `theme` to `maupassant` 21 | 22 | ## Probable solutions 23 | 24 | - Check version of hexo and review ![Migrating from 2.x to 3.0](https://github.com/hexojs/hexo/wiki/Migrating-from-2.x-to-3.0) 25 | - Check if your terminal's current directory is hexo's root directory which contains `source/`, `themes/`, etc. 26 | - Feel free to open an [issue](https://github.com/icylogic/maupassant-hexo/issues/new) 27 | 28 | ## Maupassant on different platform: 29 | 30 | + Typecho:https://github.com/pagecho/maupassant/ 31 | + Octopress:https://github.com/pagecho/mewpassant/ 32 | + Farbox:https://github.com/pagecho/Maupassant-farbox/ 33 | + Wordpress:https://github.com/iMuFeng/maupassant/ 34 | + Hexo: https://github.com/icylogic/maupassant-hexo/ 35 | --------------------------------------------------------------------------------