-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NEVSTOP
committed
Jan 2, 2025
1 parent
8a0d55f
commit 2993de7
Showing
209 changed files
with
13,786 additions
and
1,659 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
# Generated website directory | ||
_site/ | ||
|
||
# Sass cache | ||
.sass-cache/ | ||
|
||
# Jekyll cache & metadata | ||
_draft/ | ||
.jekyll-cache/ | ||
.jekyll-metadata | ||
|
||
# Notes graph metadata | ||
_includes/notes_graph.json | ||
|
||
# Obsidian config | ||
.obsidian/ | ||
*.lnk |
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"MD041": false, | ||
"MD013": false, | ||
"MD025": false, | ||
"MD036": false, | ||
"MD024": false, | ||
"MD033": false | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Cacher", | ||
"Disqus", | ||
"disqushandler", | ||
"DQMH", | ||
"gildesmarais", | ||
"gitbook", | ||
"HEXCODE", | ||
"jemoji", | ||
"JKISM", | ||
"Kiven", | ||
"ldquo", | ||
"longtitle", | ||
"lsquo", | ||
"mathjax", | ||
"mkdn", | ||
"mkdown", | ||
"nevstop", | ||
"rdquo", | ||
"rsquo", | ||
"sighingnow", | ||
"tdms", | ||
"Unsubscription", | ||
"untra" | ||
], | ||
"cmake.configureOnOpen": false, | ||
"todo-tree.tree.disableCompactFolders": false, | ||
"todo-tree.tree.showCountsInTree": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: | ||
layout: home | ||
TranslationCheck: False | ||
--- | ||
|
||
<!-- 404.html | ||
- [ ] Add a link to the homepage | ||
- [ ] Add a link to the sitemap | ||
- [ ] Add a link to the search page | ||
- [ ] Add link to search 'labview-csm' tag in github | ||
- [ ] Add link to download the latest release | ||
--> | ||
|
||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<!-- <div class="container"> | ||
<h1>404</h1> | ||
<p><strong>{{ site.data[site.active_lang].l10n.PageNotFound }} :( </strong></p> | ||
<p>{{ site.data[site.active_lang].l10n.TheRequestedPageCouldNotBeFound }}</p> | ||
</div> --> | ||
|
||
# 404 | ||
|
||
{{ site.data[site.active_lang].l10n.PageNotFound }} :( | ||
|
||
{{ site.data[site.active_lang].l10n.TheRequestedPageCouldNotBeFound }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,74 @@ | ||
title: Communicable State Machine(CSM) | ||
include: ['_pages'] | ||
exclude: ['_includes/notes_graph.json'] | ||
# You may need to change the base URL depending on your deploy configuration. | ||
baseurl: '' | ||
# Configurations | ||
title: Communicable State Machine(CSM) | ||
longtitle: Communicable State Machine(CSM) Wiki | ||
author: NEVSTOP-LAB | ||
github_username: NEVSTOP-LAB | ||
email: [email protected] | ||
description: > | ||
Wiki website for Communicable State Machine(CSM) Framework and its applications. | ||
# If you are using a host that cannot resolve URLs that do | ||
# not end with .html (such as Neocities), set this to 'true'. | ||
use_html_extension: false | ||
version: 1.0 | ||
gitbook_version: 3.2.3 | ||
|
||
# Set to `true` to open non-internal links in new tabs, or | ||
# set to `false` to open non-internal links in current tab. | ||
open_external_links_in_new_tab: true | ||
url: 'https://nevstop-lab.github.io/' | ||
baseurl: '/CSM-Wiki' | ||
rss: RSS | ||
|
||
# Set to `true` to replace tweet URLs with Twitter embeds. | ||
# Note that doing so will negatively the reader's privacy | ||
# as their browser will communicate with Twitter's servers. | ||
embed_tweets: false | ||
# bootstrap: use the remote theme for the site itself | ||
remote_theme: sighingnow/jekyll-gitbook | ||
|
||
permalink: pretty | ||
relative_permalinks: false | ||
toc: | ||
enabled: true | ||
h_min: 1 | ||
h_max: 2 | ||
|
||
plugins: | ||
- jekyll-last-modified-at | ||
- jekyll-loading-lazy | ||
- jekyll-polyglot | ||
# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}} | ||
favicon_path: /assets/gitbook/images/favicon.ico | ||
|
||
# markdown render engine. | ||
markdown: kramdown | ||
kramdown: | ||
auto_ids: true | ||
input: GFM | ||
math_engine: mathjax | ||
smart_quotes: lsquo,rsquo,ldquo,rdquo | ||
toc_levels: 1..6 #原本这里是1~6 | ||
syntax_highlighter: rouge | ||
syntax_highlighter_opts: | ||
guess_lang: true | ||
|
||
syntax_highlighter_style: colorful | ||
|
||
markdown_ext: markdown,mkdown,mkdn,mkd,md | ||
|
||
# Permalinks | ||
permalink: /:categories/:year-:month-:day-:title:output_ext | ||
|
||
# Disqus comments | ||
# disqushandler: sighingnow | ||
|
||
sass: | ||
sass_dir: _sass | ||
style: :compressed | ||
exclude: | ||
- _drafts | ||
|
||
collections: | ||
notes: | ||
pages: | ||
output: true | ||
permalink: /:slug | ||
|
||
defaults: | ||
- scope: | ||
path: "**/*" | ||
values: | ||
layout: "default" | ||
- scope: | ||
path: "_notes/**/*.md" | ||
values: | ||
layout: "note" | ||
|
||
languages: ["en", "zh-cn"] | ||
default_lang: "en" | ||
exclude_from_localization: ["javascript", "images", "css", "public", "assets"] | ||
permalink: /:collection/:path/ | ||
|
||
page_width: 1200px | ||
|
||
destination: ./_site | ||
incremental: false | ||
regenerate: true | ||
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-readme-index | ||
- jemoji | ||
- jekyll-polyglot | ||
- jekyll-loading-lazy | ||
|
||
languages: ["zh", "en"] | ||
default_lang: "zh" | ||
exclude_from_localization: ["javascript", "images", "css", "public"] | ||
parallel_localization: true |
Oops, something went wrong.