everything but a mess
This commit is contained in:
parent
1c7941dd13
commit
8d5f5f0e30
@ -3,21 +3,21 @@
|
||||
#Comment 请选择一个
|
||||
#---start---
|
||||
comment:
|
||||
service: twikoo # 可选: twikoo, waline, giscus
|
||||
service: nothing # 可选: twikoo, waline, giscus
|
||||
# 侧边栏配置
|
||||
#---start---
|
||||
sidebar:
|
||||
# 用户信息
|
||||
name: "system:error"
|
||||
name: "OhMyIWB"
|
||||
slogen: "不定期分享 IWB 小知识、软件、更新等内容"
|
||||
avatar: "https://github.com/MacroMeng.png"
|
||||
avatar: "github.com/MacroMeng.png"
|
||||
# 导航菜单
|
||||
nav:
|
||||
- name: "首页"
|
||||
icon: "home"
|
||||
url: "/"
|
||||
|
||||
- name: "文章归档"
|
||||
- name: "文章"
|
||||
icon: "article"
|
||||
url: "/diary/"
|
||||
|
||||
@ -29,10 +29,6 @@ nav:
|
||||
icon: "tag"
|
||||
url: "/tags/"
|
||||
|
||||
- name: "关于"
|
||||
icon: "person"
|
||||
url: "/about/"
|
||||
|
||||
- name: "友链"
|
||||
icon: "link"
|
||||
url: "/links/"
|
||||
@ -77,7 +73,7 @@ custom:
|
||||
#字体设置
|
||||
#---start---
|
||||
font:
|
||||
primary: pingfang # 只能选择一个: lxwk dingtalk pingfang 或者false
|
||||
primary: lxwk # 只能选择一个: lxwk dingtalk pingfang 或者false
|
||||
#---end---
|
||||
#Footer
|
||||
#---start---
|
||||
@ -95,11 +91,11 @@ footer:
|
||||
theme_name: "materialis"
|
||||
|
||||
# 自定义徽章
|
||||
# badges:
|
||||
# - text: "开源"
|
||||
# variant: "small"
|
||||
# icon: "code"
|
||||
# href: "https://github.com/yourname/your-theme"
|
||||
badges:
|
||||
- text: "由 MacrosMeng 用♥️制作"
|
||||
variant: "small"
|
||||
icon: "volunteer_activism"
|
||||
href: "/"
|
||||
|
||||
# - text: "v1.0.0"
|
||||
# variant: "small"
|
||||
@ -154,4 +150,9 @@ index_generator:
|
||||
#-updated:按文章更新日期降序排列
|
||||
#title:按文章标题字母顺序排列
|
||||
#-title:按文章标题字母倒序排列
|
||||
#random:随机排列
|
||||
#random:随机排列
|
||||
data:
|
||||
about:
|
||||
name: "OhMyIWB"
|
||||
title: "不定期分享 IWB 小知识、软件、更新等内容"
|
||||
description: "你好👋这里是OMI"
|
||||
|
||||
15
_config.yml
15
_config.yml
@ -3,7 +3,7 @@
|
||||
## Source: https://github.com/hexojs/hexo/
|
||||
|
||||
# Site
|
||||
title: OhMyIWB
|
||||
title: "OhMyIWB"
|
||||
subtitle: '不定期分享 IWB 知识/软件/更新/...的地方'
|
||||
description: ''
|
||||
keywords:
|
||||
@ -91,12 +91,13 @@ pagination_dir: page
|
||||
## include:/exclude: options only apply to the 'source/' folder
|
||||
include:
|
||||
exclude:
|
||||
- "*.yml"
|
||||
ignore:
|
||||
|
||||
# Extensions
|
||||
## Plugins: https://hexo.io/plugins/
|
||||
## Themes: https://hexo.io/themes/
|
||||
theme: Materialis
|
||||
theme: materialis
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/one-command-deployment
|
||||
@ -108,4 +109,12 @@ feed:
|
||||
path: feed.xml
|
||||
limit: 20
|
||||
content: true
|
||||
order_by: -date
|
||||
order_by: -date
|
||||
|
||||
data:
|
||||
about:
|
||||
title: ""
|
||||
name: ""
|
||||
description: ""
|
||||
skills:
|
||||
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
name: "你的名字"
|
||||
title: "前端开发者 & 博主"
|
||||
description: "这里写关于我的详细介绍,可以写多行文字..."
|
||||
|
||||
skills:
|
||||
- "Updates"
|
||||
- "Skills"
|
||||
- "Softwares"
|
||||
- "More"
|
||||
|
||||
contacts:
|
||||
- name: "STCN论坛帖子"
|
||||
icon: "chat"
|
||||
link: "https://forum.smart-teach.cn/d/1783"
|
||||
- name: "联系我"
|
||||
icon: "email"
|
||||
link: "mailto:meng-yc@outook.com"
|
||||
|
||||
projects:
|
||||
- name: "1145141919810"
|
||||
description: "我是滚木"
|
||||
link: "about:blank"
|
||||
@ -1,9 +0,0 @@
|
||||
- name: STCN 论坛
|
||||
url: https://forum.smart-teach.cn
|
||||
avatar: https://forum.smart-teach.cn/assets/favicon-v4ksoaxf.png
|
||||
desc: 智教联盟论坛 - 智教联盟致力于为教学辅助类应用提供全方面扶持与帮助。
|
||||
|
||||
- name: MacrosMeng
|
||||
url: https://mm666.qzz.io
|
||||
avatar: https://mm666.qzz.io/images/AvatarPic.png
|
||||
desc: MacrosMeng 的个人网站
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: about
|
||||
date: 2026-5-16 00:00:00
|
||||
type: about
|
||||
layout: about
|
||||
---
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: tags
|
||||
date: 2026-05-16 00:00:00
|
||||
title: 标签
|
||||
date: 2025-10-04 19:04:54
|
||||
type: tags
|
||||
layout: tags
|
||||
layout: tag
|
||||
---
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit c1b939c4991f96446a3adbc93ebe2745706c796c
|
||||
Loading…
x
Reference in New Issue
Block a user