Skip to content

Commit

Permalink
find many bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
iach526526 committed Aug 17, 2024
1 parent c999c5c commit 0b5ac45
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 214 deletions.
4 changes: 2 additions & 2 deletions blog/2021-08-26-welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Welcome
authors: [elvismao]
tags: [hello]
---

這是測試 blog
<!-- truncate -->
<!-- @format -->
[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
<!-- truncate -->

Simply add Markdown files (or folders) to the `blog` directory.
:::tip
Expand Down
6 changes: 3 additions & 3 deletions docs/Website/announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ sidebar_position: 5

```json
{
lcd: {
text”: “顯示文字,
link”: “下方按鈕連結
"lcd": {
"text": "顯示文字",
"link": "下方按鈕連結"
}
}
```
Expand Down
44 changes: 22 additions & 22 deletions docs/Website/edit-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@ _那拜託不要亂動_

```json
{
arrowParens”: “avoid,
bracketSpacing: true,
endOfLine”: “lf”,
htmlWhitespaceSensitivity”: “css,
insertPragma: true,
singleAttributePerLine: false,
bracketSameLine: false,
jsxBracketSameLine: false,
jsxSingleQuote: false,
printWidth: 80,
proseWrap”: “preserve,
quoteProps”: “as-needed,
requirePragma: false,
semi: true,
singleQuote: false,
tabWidth: 4,
trailingComma”: “es5,
useTabs: false,
embeddedLanguageFormatting”: “auto,
vueIndentScriptAndStyle: false,
parser”: “babel
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": true,
"singleAttributePerLine": false,
"bracketSameLine": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false,
"embeddedLanguageFormatting": "auto",
"vueIndentScriptAndStyle": false,
"parser": "babel"
}
```

## 注意事項

* 要製作分頁請開資料夾,並命名檔案為 `index.html`
* 特殊活動有開倉庫可以直接[使用 GitHub Pages 部屬](如何使用-Github-Pages-部屬營隊網站%3F)
* 特殊活動有開倉庫可以直接[使用 GitHub Pages 部屬](./github-pages.md)
17 changes: 9 additions & 8 deletions docs/Website/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ sidebar_position: 1

# 中電會網站維護指引

<!-- ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/SCAICT/website-data/.github%2Fworkflows%2Fevents.yml?label=公告部屬&style=flat-square) ![Workflow](https://img.shields.io/github/deployments/SCAICT/Website/production?label=前端部屬&style=flat-square) ![code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square&label=格式化風格)
<div>
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/SCAICT/website-data/.github%2Fworkflows%2Fevents.yml?label=公告部屬&style=flat-square) ![Workflow](https://img.shields.io/github/deployments/SCAICT/Website/production?label=前端部屬&style=flat-square) ![code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square&label=格式化風格)

</div>

> 網址: <https://scaict.org>
> 網址: [scaict.org](https://scaict.org)
## 基本操作

* [如何編輯 GitHub 檔案?](如何編輯%20GitHub%20檔案%3F)
* [如何編輯網站?](如何編輯網站%3F)
* [如何新增公告及活動?](如何新增公告及活動%3F)
* [如何使用 Github Pages 部屬營隊網站?](如何使用-Github-Pages-部屬營隊網站%3F)
* [如何編輯 GitHub 檔案?](./edit.md)
* [如何編輯網站?](./edit-website.md)
* [如何新增公告及活動?](./announcement.md)
* [如何使用 Github Pages 部屬營隊網站?](./github-pages.md)

## 常見及不常見問題

* [為甚麼我的資料沒有更新到網頁中?](為甚麼我的資料沒有更新到網頁中%3F)
* [XXX倉庫是拿來幹嘛的?](XXX%E5%80%89%E5%BA%AB%E6%98%AF%E6%8B%BF%E4%BE%86%E5%B9%B9%E5%98%9B%E7%9A%84%3F) -->
* [為甚麼我的資料沒有更新到網頁中?](./github-pages.md)
* [XXX倉庫是拿來幹嘛的?](./repo.md)
2 changes: 1 addition & 1 deletion docs/Website/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sidebar_position: 2

有一些網頁倉庫看起來匪夷所思,以下是他們故事:

* [SCAICT.github.io](https://github.com/SCAICT/SCAICT.github.io) - 為避免首頁被其他活動倉庫使用 [GitHub Pages 部屬](如何使用-Github-Pages-部屬營隊網站%3F)時占走而建立的倉庫。永久重定向到中電會首頁。
* [SCAICT.github.io](https://github.com/SCAICT/SCAICT.github.io) - 為避免首頁被其他活動倉庫使用 [GitHub Pages 部屬](./github-pages.md)時占走而建立的倉庫。永久重定向到中電會首頁。
* [google-auth](https://github.com/SCAICT/google-auth) - 中電會舊的Google的驗證碼生成器。已封存。
* [Website-Frontend](https://github.com/SCAICT/Website-Frontend) - 第二屆沒做完的網頁。已封存。
5 changes: 5 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
title: 中電會文檔
---
這裡是一個神奇的地方,包括一些技術秘密。不用我廢話了,開始閱讀吧
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config = {
sidebarPath: "./sidebars.js",
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/SCAICT/doc",
editUrl: "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
},
blog: {
showReadingTime: true,
Expand Down
Loading

0 comments on commit 0b5ac45

Please sign in to comment.