Compare commits

...

2 Commits

  1. 8
      .vuepress/sidebar/zh.ts
  2. 6
      .vuepress/themeConfig.ts
  3. 2
      guide/README.md
  4. 2
      guide/markdown.md
  5. 2
      guide/page.md
  6. 2
      intro.md
  7. 4
      posts/blog_of_stei.md
  8. 2
      slide.md

8
.vuepress/sidebar/zh.ts

@ -1,9 +1,3 @@ @@ -1,9 +1,3 @@
import { defineSidebarConfig } from "vuepress-theme-hope";
export const zh = defineSidebarConfig({
"/": [
"",
"home",
"slide",
],
});
export const zh = "auto";

6
.vuepress/themeConfig.ts

@ -90,9 +90,11 @@ export default defineThemeConfig({ @@ -90,9 +90,11 @@ export default defineThemeConfig({
navbar: navbar.zh,
// sidebar
sidebar: sidebar.zh,
sidebar: false,
footer: "Copyright © 2022 XJTU-STEI",
headingDepth: 2,
footer: "Powered by VuePress, Served by Nginx",
displayFooter: true,

2
guide/README.md

@ -2,6 +2,8 @@ @@ -2,6 +2,8 @@
icon: creative
category:
- 使用指南
article: false
timeline: false
---
# 主要功能与配置演示

2
guide/markdown.md

@ -6,6 +6,8 @@ category: @@ -6,6 +6,8 @@ category:
tag:
- markdown
author: Mr.Hope
article: false
timeline: false
---
VuePress 的每个文档页面都是由 Markdown 渲染而成。所以你需要通过在相应路径创建编写 Markdown 建立你的文档或博客页面。

2
guide/page.md

@ -20,6 +20,8 @@ sticky: false @@ -20,6 +20,8 @@ sticky: false
star: false
# 你可以自定义页脚
footer: 这是测试显示的页脚
article: false
timeline: false
---
## 页面信息

2
intro.md

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
---
icon: info
article: false
timeline: false
---
# 关于我们

4
posts/blog_of_stei.md

@ -13,10 +13,14 @@ star: true @@ -13,10 +13,14 @@ star: true
# 西安交通大学电信科协官方站点
## 站点简介
今天是2022年3月3日,在购买服务器并搭建好`gitea`和`jenkins`之后,终于完成并测试成功了本站的版本控制及自动部署。本站采用`vuepress`框架,由`vuepress-theme-hope`驱动,采用`gitea`进行版本控制,集成`jenkins`CI/CD进行自动化构建部署。如有部署相关问题请咨询[NaiveTomcat](mailto:tomdang@naivetomcat.cn)。
本站将主要发布西安交通大学电信科协的相关博文以及教程性文本。
## 撰写者须知
请文章撰写者参考[撰写指南](/guide/)进行文章编辑。如有疑惑可进一步参考[vuepress-theme-hope文档](https://vuepress-theme-hope.github.io/v2/zh/guide/)及[vuepress文档](https://vuepress.vuejs.org/zh/guide/)。
建议在本地使用带有`Markdown`语法高亮或预览的编辑器进行编辑,如有条件建议先在本地预览项目。对项目仓库的推送将会触发CI部署至生产服务器。

2
slide.md

@ -2,6 +2,8 @@ @@ -2,6 +2,8 @@
title: 幻灯片页
icon: slides
layout: Slide
article: false
timeline: false
---
<!-- markdownlint-disable MD024 MD033 -->

Loading…
Cancel
Save