My HexoJS Theme Collections
| package | description |
|---|---|
| hexo-theme-flowbite | Hexo theme build using tailwind and flowbite |
tgz file from Relase Folder<tgz>/package/<all files here> file to <hexo project>/hexo-theme-name/<here>npm install hexo-theme-flowbite or yarn add hexo-theme-flowbite (change theme name)for enable dynamic build on-fly like hexo-theme-flowbite add as dev dependencies (
yarn add -D hexo-theme-flowbite)
markdown-it see whyyarn add markdown-it@https://github.com/dimaslanjaka/markdown-it/raw/2000d25dec653f6e62a545b30f6d58fad20e6d1f/release/markdown-it.tgz
hexo-seoyarn add hexo-seo
Read how to configure hexo-seo
To update theme, just call npx hexo-theme-name on cwd hexo project. Sample:
All post metadata on {{ config.root }}/hexo-search.json with contents
[
{
"url": "url relative post",
"title": "post title",
"description": "post excerpt or description"
}
]
Step to contribute
git submodule update -i -r
touch yarn.lock
yarn install
yarn build
yarn run start
yarn run build
yarn run pack