From 42a02d30ecf76ff82fdd8d1973cf4a9bf55e7a70 Mon Sep 17 00:00:00 2001 From: Lucas Rufkahr Date: Fri, 27 Feb 2026 22:58:11 -0600 Subject: [PATCH] test --- content/cpp/basics/index.md | 12 +++++++++++- content/cpp/contents.md | 5 +++++ layouts/_default/baseof.html | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 content/cpp/contents.md diff --git a/content/cpp/basics/index.md b/content/cpp/basics/index.md index f3af0bb..3853688 100644 --- a/content/cpp/basics/index.md +++ b/content/cpp/basics/index.md @@ -8,4 +8,14 @@ tags = 'cpp' chapter = '01' +++ -This is the basics +This is the basics: + +```c++ +// This is a code block + +int main() { + +return 0; + +} +``` diff --git a/content/cpp/contents.md b/content/cpp/contents.md new file mode 100644 index 0000000..44ba35d --- /dev/null +++ b/content/cpp/contents.md @@ -0,0 +1,5 @@ ++++ +date = '2026-02-27T22:44:20-06:00' +draft = true +title = 'Contents' ++++ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7fb7650..e1f88b8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,6 +2,9 @@ + + +