diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-29 00:13:12 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-29 00:13:12 +0200 |
| commit | acd2ada05abebb6a520e6f85690d0287d50a8667 (patch) | |
| tree | 0e1d9cf09c936becf9f3527259913674433a7702 | |
| parent | 0af5d3a44b71ab94d8421e6a97c1471e98bb4c72 (diff) | |
Initial work
| -rw-r--r-- | config.toml | 5 | ||||
| -rw-r--r-- | content/cheatsheets/_index.md | 6 | ||||
| -rw-r--r-- | content/cheatsheets/bash.md | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 08647b0..b61abe6 100644 --- a/config.toml +++ b/config.toml @@ -33,3 +33,8 @@ customJs = ["js/main.js"] identifier = "about" weight = 300 url = "/about/" + + [[menu.main]] + name = "Cheatsheets" + weight = 400 + url = "/cheatsheets/" diff --git a/content/cheatsheets/_index.md b/content/cheatsheets/_index.md new file mode 100644 index 0000000..aa5e4d2 --- /dev/null +++ b/content/cheatsheets/_index.md @@ -0,0 +1,6 @@ ++++ +aliases = ["cheats", "cheatsheets", "sheet"] +title = "Cheatsheats" +author = "Adam Olech" +tags = ["index"] ++++ diff --git a/content/cheatsheets/bash.md b/content/cheatsheets/bash.md new file mode 100644 index 0000000..a5609f0 --- /dev/null +++ b/content/cheatsheets/bash.md @@ -0,0 +1,6 @@ ++++ +title = "bash" +disable_share = true ++++ + +Ya |
