Comment on page
Introduction

Hexo is a fast, simple, powerful blog framework, with ultra-fast generation speed, support for Markdown, one-click deployment and high scalability.
Aomori is a theme developed based on a series of advantages of Hexo. The idea of the theme is to hope that bloggers can focus more on producing content and readers can focus more on receiving information.
Aomori provides many features that support its concept.
- Rich Website Style
- Rich Theme Configuration
- Optimize multimedia playback
- Excellent SEO optimization
- Responsive layout
- Open source and continuously updated
Run the command to install NPM dependencies
npm i hexo-theme-aomori -S
Basic configuration in the Global
_config.yml
theme: aomori
highlight:
enable: false
Last modified 1yr ago