This package has been deprecated

Author message:

This project has been abandoned.

hexo-theme-saas

0.9.7 • Public • Published

hexo-theme-saas

David deps

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

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-theme-saas

Weekly Downloads

2

Version

0.9.7

License

MIT

Unpacked Size

49.6 kB

Total Files

53

Last publish

Collaborators

  • outloudvi