Theme switch
Just modify the /themes/index.js
file in the code to switch between multiple themes.
export * from './NEXT' // the Theme effect// other theme// export * from './Fukasawa'// export * from './Hexo'
The following 3 themes are currently supported, and there is a config_theme.js file under each theme for style configuration.
Next
- Preview Next
- Screenshot:
Hexo
- Preview Hexo
- Screenshot:
Fukasawa
- Preview Fukasawa
- Screenshot:
Medium
- Preview Medium
- Screenshot:
Empty
The themes/Empty directory is an empty template. When creating a new set of themes, you can copy this directory for development. The theme style is developed using the React+TailwindCss framework. Welcome all technical gods to submit their own themes~