hexo-themes

My HexoJS Theme Collections

package description
hexo-theme-flowbite Hexo theme build using tailwind and flowbite

How to install

for enable dynamic build on-fly like hexo-theme-flowbite add as dev dependencies (yarn add -D hexo-theme-flowbite)

How to update markdown-it to latest for Hexo

yarn add markdown-it@https://github.com/dimaslanjaka/markdown-it/raw/2000d25dec653f6e62a545b30f6d58fad20e6d1f/release/markdown-it.tgz

How to enable auto SEO

yarn add hexo-seo

Read how to configure hexo-seo

How to update

To update theme, just call npx hexo-theme-name on cwd hexo project. Sample:

image

Features

more detailed config here

Search data

All post metadata on {{ config.root }}/hexo-search.json with contents

[
  {
    "url": "url relative post",
    "title": "post title",
    "description": "post excerpt or description"
  }
]

Contribute

Step to contribute

Setup

git submodule update -i -r
touch yarn.lock
yarn install
yarn build

Live testing

yarn run start

Bundle

yarn run build
yarn run pack