0.9.7 • Published 4 years ago
hexo-theme-saas v0.9.7
hexo-theme-saas
Simple, awakening and sass-based.
(It's not for SaaS (Software as a Service) though.)
Demo
Usage
For Hexo 5.0.0+:
npm install --asdeps hexo-theme-saas hexo-renderer-sass
# or: yarn add hexo-theme-saas hexo-renderer-sassThen change in the _config.yml:
theme: saasFor all versions of Hexo:
git clone https://github.com/outloudvi/hexo-theme-saas.git themes/saas
npm install --asdeps hexo-renderer-sass
# or: yarn add hexo-renderer-sassThen change in the _config.yml:
theme: saasEditing Custom Components
Comments
First, enable the comments feature:
features:
comments: trueThen, edit layout/_custom/comments.ejs to insert your own comment box.
Webmention / Pingback
First, set up the configurations:
features:
linkbackPostOnly: false
webmention: https://webmention.io/example.com/webmention
pingback: https://webmention.io/example.com/xmlrpcThen, edit layout/_custom/webmention.ejs to insert the webmention list.
A sample Webmention submission logic is also provided, which you might want to modify.
Notes
- This theme doesn't use
hexo-generator-index'sindex_generatorsettings. - This theme currently don't support categories.
License
MIT
