From 2fc775d88c2385e1ec3ca3bdbb6653e9602b4071 Mon Sep 17 00:00:00 2001 From: Shain Singh Date: Sun, 13 Aug 2023 18:45:46 +1000 Subject: [PATCH 1/3] chore: modify .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8378c77..29c9dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ env .vscode _site/ Gemfile.lock +.DS_Store From f0dca0e19ef84efa8eb16bc37c8bf14418367854 Mon Sep 17 00:00:00 2001 From: Shain Singh Date: Sun, 13 Aug 2023 19:38:29 +1000 Subject: [PATCH 2/3] feat: add template for glossary --- tab_glossary.md | 159 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 tab_glossary.md diff --git a/tab_glossary.md b/tab_glossary.md new file mode 100644 index 0000000..54bcc28 --- /dev/null +++ b/tab_glossary.md @@ -0,0 +1,159 @@ +--- +title: Glossary +layout: null +tab: true +order: 3 +tags: related-tag +--- + +[0](#zero) [1](#one) [2](#two) [3](#three) [4](#4) [5](#five) [6](#six) +[7](#seven) [8](#eight) [9](#nine) [A](#a) [B](#b) [C](#c) [D](#d) [E](#e) +[F](#f) [G](#g) [H](#h) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) +[P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [W](#w) [X](#X) [Y](#Y) +[Z](#Z) + +--- + +## 0 {#zero} + +[]() + +## 1 {#one} + +[]() + +## 2 {#two} + +[]() + +## 3 {#three} + +[]() + +## 4 {#four} + +[]() + +## 5 {#five} + +[]() + +## 6 {#six} + +[]() + +## 7 {#seven} + +[]() + +## 8 {#eight} + +[]() + +## 9 {#nine} + +[]() + +## A {#a} + +[]() + +## B {#b} + +[]() + +## C {#c} + +[]() + +## D {#d} + +[]() + +## E {#e} + +[]() + +## F {#f} + +[]() + +## G {#g} + +[]() + +## H {#h} + +[]() + +## I {#i} + +[]() + +## J {#j} + +[]() + +## K {#k} + +[]() + +## L {#l} + +[]() + +## M {#m} + +[]() + +## N {#n} + +[]() + +## O {#o} + +[]() + +## P {#p} + +[]() + +## Q {#q} + +[]() + +## R {#r} + +[]() + +## S {#s} + +[]() + +## T {#t} + +[]() + +## U {#u} + +[]() + +## V {#v} + +[]() + +## W {#w} + +[]() + +## X {#x} + +[]() + +## Y {#y} + +[]() + +## Z {#z} + +[]() From 8022f97ec87428ec1b7d464c2ceaaadf0ba54604 Mon Sep 17 00:00:00 2001 From: Shain Singh Date: Sun, 13 Aug 2023 19:47:16 +1000 Subject: [PATCH 3/3] fix: typo in hyperlink --- tab_glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tab_glossary.md b/tab_glossary.md index 54bcc28..b1bd356 100644 --- a/tab_glossary.md +++ b/tab_glossary.md @@ -6,7 +6,7 @@ order: 3 tags: related-tag --- -[0](#zero) [1](#one) [2](#two) [3](#three) [4](#4) [5](#five) [6](#six) +[0](#zero) [1](#one) [2](#two) [3](#three) [4](#four) [5](#five) [6](#six) [7](#seven) [8](#eight) [9](#nine) [A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [G](#g) [H](#h) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) [P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [W](#w) [X](#X) [Y](#Y)