更新模块化配置支持
This commit is contained in:
33
config/_default/pages/articles.yml
Normal file
33
config/_default/pages/articles.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
title: 技术文章
|
||||
subtitle: 分享我的技术文章和学习笔记
|
||||
categories:
|
||||
- name: 最新文章
|
||||
icon: fas fa-pen
|
||||
sites:
|
||||
- name: Vue3最佳实践
|
||||
icon: fab fa-vuejs
|
||||
description: Vue3组合式API的使用技巧
|
||||
url: "#"
|
||||
- name: JavaScript进阶
|
||||
icon: fab fa-js
|
||||
description: JavaScript高级特性解析
|
||||
url: "#"
|
||||
- name: Git使用技巧
|
||||
icon: fab fa-git-alt
|
||||
description: Git常用命令和工作流
|
||||
url: "#"
|
||||
- name: Docker入门
|
||||
icon: fab fa-docker
|
||||
description: Docker基础知识和实践
|
||||
url: "#"
|
||||
- name: 学习笔记
|
||||
icon: fas fa-book
|
||||
sites:
|
||||
- name: React Hooks
|
||||
icon: fab fa-react
|
||||
description: React Hooks最佳实践
|
||||
url: "#"
|
||||
- name: Node.js实战
|
||||
icon: fab fa-node-js
|
||||
description: Node.js服务端开发笔记
|
||||
url: "#"
|
||||
29
config/_default/pages/bookmarks.yml
Normal file
29
config/_default/pages/bookmarks.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
title: 我的书签
|
||||
subtitle: 从浏览器导入的书签收藏
|
||||
categories:
|
||||
- name: 技术资源
|
||||
icon: fas fa-folder
|
||||
sites:
|
||||
- name: GitHub
|
||||
url: https://github.com/
|
||||
icon: fab fa-github
|
||||
description: "从书签导入: GitHub"
|
||||
- name: Stack Overflow
|
||||
url: https://stackoverflow.com/
|
||||
icon: fab fa-stack-overflow
|
||||
description: "从书签导入: Stack Overflow"
|
||||
- name: MDN Web Docs
|
||||
url: https://developer.mozilla.org/
|
||||
icon: fas fa-link
|
||||
description: "从书签导入: MDN Web Docs"
|
||||
- name: 社交媒体
|
||||
icon: fas fa-folder
|
||||
sites:
|
||||
- name: Twitter
|
||||
url: https://twitter.com/
|
||||
icon: fab fa-twitter
|
||||
description: "从书签导入: Twitter"
|
||||
- name: LinkedIn
|
||||
url: https://www.linkedin.com/
|
||||
icon: fab fa-linkedin
|
||||
description: "从书签导入: LinkedIn"
|
||||
29
config/_default/pages/friends.yml
Normal file
29
config/_default/pages/friends.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
title: 友情链接
|
||||
subtitle: 优秀的博主和朋友们
|
||||
categories:
|
||||
- name: 技术博主
|
||||
icon: fas fa-user-friends
|
||||
sites:
|
||||
- name: 小明的博客
|
||||
icon: fas fa-code
|
||||
description: 全栈开发工程师,分享技术心得
|
||||
url: "#"
|
||||
- name: 小红的前端
|
||||
icon: fas fa-paint-brush
|
||||
description: 专注前端开发与设计
|
||||
url: "#"
|
||||
- name: 小张的后端
|
||||
icon: fas fa-server
|
||||
description: 分享后端开发经验
|
||||
url: "#"
|
||||
- name: 技术社区
|
||||
icon: fas fa-laptop-code
|
||||
sites:
|
||||
- name: GitHub
|
||||
icon: fab fa-github
|
||||
description: 开源代码托管平台
|
||||
url: https://github.com
|
||||
- name: Stack Overflow
|
||||
icon: fab fa-stack-overflow
|
||||
description: 程序员问答社区
|
||||
url: https://stackoverflow.com
|
||||
43
config/_default/pages/home.yml
Normal file
43
config/_default/pages/home.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
categories:
|
||||
- name: 常用网站
|
||||
icon: fas fa-star
|
||||
sites:
|
||||
- name: Linux.do
|
||||
url: https://linux.do/
|
||||
icon: fab fa-linux
|
||||
description: 新的理想型社区
|
||||
- name: Google
|
||||
url: https://www.google.com
|
||||
icon: fab fa-google
|
||||
description: 全球最大的搜索引擎
|
||||
- name: GitHub
|
||||
url: https://www.github.com
|
||||
icon: fab fa-github
|
||||
description: 代码托管平台
|
||||
- name: Stack Overflow
|
||||
url: https://stackoverflow.com
|
||||
icon: fab fa-stack-overflow
|
||||
description: 程序员问答社区
|
||||
- name: ChatGPT
|
||||
url: https://chat.openai.com
|
||||
icon: fas fa-robot
|
||||
description: AI智能助手
|
||||
- name: 学习资源
|
||||
icon: fas fa-graduation-cap
|
||||
sites:
|
||||
- name: 哔哩哔哩
|
||||
url: https://www.bilibili.com
|
||||
icon: fas fa-play-circle
|
||||
description: 视频学习平台
|
||||
- name: 知乎
|
||||
url: https://www.zhihu.com
|
||||
icon: fas fa-question-circle
|
||||
description: 问答社区
|
||||
- name: 掘金
|
||||
url: https://juejin.cn
|
||||
icon: fas fa-book
|
||||
description: 高质量技术社区
|
||||
- name: LeetCode
|
||||
url: https://leetcode.cn
|
||||
icon: fas fa-code
|
||||
description: 算法刷题平台
|
||||
29
config/_default/pages/projects.yml
Normal file
29
config/_default/pages/projects.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
title: 我的项目
|
||||
subtitle: 这里展示了我的一些个人项目和开源贡献
|
||||
categories:
|
||||
- name: 个人项目
|
||||
icon: fas fa-code
|
||||
sites:
|
||||
- name: 个人导航站
|
||||
icon: fas fa-compass
|
||||
description: 一个简洁美观的个人导航页面
|
||||
url: "#"
|
||||
- name: Todo List
|
||||
icon: fas fa-tasks
|
||||
description: 基于Vue3的待办事项管理器
|
||||
url: "#"
|
||||
- name: 个人博客
|
||||
icon: fas fa-blog
|
||||
description: 使用Hexo搭建的技术博客
|
||||
url: "#"
|
||||
- name: 开源贡献
|
||||
icon: fas fa-code-branch
|
||||
sites:
|
||||
- name: Project A
|
||||
icon: fab fa-github
|
||||
description: 开源项目贡献
|
||||
url: "#"
|
||||
- name: Project B
|
||||
icon: fab fa-github
|
||||
description: 开源项目贡献
|
||||
url: "#"
|
||||
Reference in New Issue
Block a user