Files
BlueRoseNote/07-Other/Node.js/Hexo/Hexo-Theme-Aurora主题笔记.md

26 lines
413 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 主题配色
主题css位于
- styles
- theme-variables.scss
# 数据存储
## appStore
- theme
- themeConfig
- hexoConfig
# 页面
主体App.vue逻辑位于main.ts。
## Component
头部导航栏:/components/Header/src/Header.vue
FooterContainer
Navigator
## Pages
存储hexo 文章模板。
- about.vue
- archives.vue
- category.vue
- index.vue
- links.vue
- tags.vue显示所有文章标签。