less than 1 minute read

更新-260725 | 发布-260723

✳️ 目录
ℹ️ 更新

260705

修改导航

1、新增页面

新增页面 _pages/fsem.md,内容如下:

---
title: "就业"
permalink: /fsem/   # 固定链接,后续导航栏会用到
layout: single            # 使用单栏布局,干净简洁
---

欢迎来到就业板块,请选择您感兴趣的类别:

<div style="display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px;">
  <a href="/categories/jobs/" style="padding: 15px 30px; background: #f0f0f0; border-radius: 8px; text-decoration: none; font-weight: bold;">📝 求职</a>
  <a href="/categories/recam/" style="padding: 15px 30px; background: #f0f0f0; border-radius: 8px; text-decoration: none; font-weight: bold;">📢 招聘</a>
  <a href="/categories/exp/" style="padding: 15px 30px; background: #f0f0f0; border-radius: 8px; text-decoration: none; font-weight: bold;">💡 经验</a>
</div>

<p style="margin-top: 30px;">点击上方链接,查看对应分类下的所有文章。</p>

2、修改主导航

main:
- title: "就业"
    url: /fsem/

3、新增存档页面

新增 _pages/cat-recam.md,内容如下:

新增 _pages/cat-jobs.md,内容如下:

新增 _pages/cat-exp.md,内容如下:

Categories:

Updated: