Socket
Book a DemoInstallSign in
Socket

hexo-theme-flowbite

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-flowbite

Hexo theme made with flowbite

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
0
Created
Source

hexo-theme-flowbite

HexoJS theme build with TailwindCSS and Flowbite

Features

  • Responsive
  • Auto SEO
  • Custom HTML Injection
  • FancyBox multimedia display

Requirements

  • Hexo renderer nunjucks

Preview

  • https://www.webmanajemen.com/hexo-themes/hexo-theme-flowbite/

Installation

Read Here

Configuration

Before starting. Make sure the location of your theme is.

when theme in themes/flowbite the yaml config filename is _config.flowbite.yml

when theme in themes/hexo-theme-flowbite the yaml config filename is _config.hexo-theme-flowbite.yml

Read Here

Syntax highlighter

This theme only working for highlight.js with below configuration

  • apply to _config.yml
# https://github.com/hexojs/hexo-util
# https://hexo.io/docs/syntax-highlight.html
syntax_highlighter: highlight.js
highlight:
  enable: true
  line_number: false
  auto_detect: false
  tab_replace: '  ' # replace tabs with 2 spaces
  wrap: false
  hljs: true
prismjs:
  enable: false
  preprocess: true
  line_number: true
  tab_replace: '  ' # replace tabs with 2 spaces

Loading animation

Show loading animation before page fully loaded. (boolean)

  • apply to theme yaml config
loading_animation:
  enable: true
  # type mini: small loader fixed on top right
  # type full: full page loader
  type: mini

Show gallery each post (boolean)

  • apply to theme yaml config
gallery: true

Disqus comment

Integrate disqus comment system (string)

  • apply to site yaml config
disqus_shortname: YOUR_DISQUS_USERNAME

remove disqus_shortname to disable disqus comment system

Code injection

Inject your own widget html see folder

File PathDescription
source/_data/hexo-theme-flowbite/head.htmlinject html codes before </head>
source/_data/hexo-theme-flowbite/body.htmlinject html codes before </body>
source/_data/hexo-theme-flowbite/before-post.htmlinject html before post
source/_data/hexo-theme-flowbite/after-post.htmlinject html after post
source/_data/hexo-theme-flowbite/aside.htmlinject html on aside bottom section

Keywords

hexo

FAQs

Package last updated on 21 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts