0.9.7 • Published 3 years ago

hexo-theme-saas v0.9.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

hexo-theme-saas

David deps

npm.io

Simple, awakening and sass-based.

(It's not for SaaS (Software as a Service) though.)

Demo

Demo / Live demo

Usage

For Hexo 5.0.0+:

npm install --asdeps hexo-theme-saas hexo-renderer-sass
# or: yarn add hexo-theme-saas hexo-renderer-sass

Then change in the _config.yml:

theme: saas

For 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-sass

Then change in the _config.yml:

theme: saas

Editing Custom Components

Comments

First, enable the comments feature:

features:
  comments: true

Then, 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/xmlrpc

Then, 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's index_generator settings.
  • This theme currently don't support categories.

License

MIT

0.9.7

3 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago