diff --git a/archetypes/cpp.md b/archetypes/book.md similarity index 72% rename from archetypes/cpp.md rename to archetypes/book.md index 9a28245..e236d21 100644 --- a/archetypes/cpp.md +++ b/archetypes/book.md @@ -4,8 +4,6 @@ draft = true title = '{{ replace .File.ContentBaseName "-" " " | title }}' layout = '' type = 'book' -tags = 'cpp' -chapter = '' -+++ - -# This is a Note +tags = '' +chapterno = 0 ++++ \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..35f7060 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,10 @@ ++++ +date = '2026-02-28T10:28:34-06:00' +draft = true +title = '' ++++ + +Welcome to the main page. Here you will find some things. + + +{{< booklist >}} \ No newline at end of file diff --git a/content/calculus/frontcover.md b/content/calculus/frontcover.md new file mode 100644 index 0000000..2ef0a77 --- /dev/null +++ b/content/calculus/frontcover.md @@ -0,0 +1,9 @@ ++++ +date = '2026-02-28T22:19:00-06:00' +draft = true +title = 'Calculus Notes' +layout = 'frontcover' +type = 'book' +tags = 'calculus' +chapterno = 0 ++++ \ No newline at end of file diff --git a/content/cpp/frontcover.md b/content/cpp/frontcover.md index 33177fd..96f2952 100644 --- a/content/cpp/frontcover.md +++ b/content/cpp/frontcover.md @@ -1,7 +1,7 @@ +++ date = '2026-02-27T22:44:20-06:00' draft = false -title = 'CPP Notes' +title = 'C++ Notes' type = 'book' layout = 'frontcover' tags = 'cpp' diff --git a/content/physics/frontcover.md b/content/physics/frontcover.md new file mode 100644 index 0000000..1aa8853 --- /dev/null +++ b/content/physics/frontcover.md @@ -0,0 +1,9 @@ ++++ +date = '2026-02-28T22:16:48-06:00' +draft = true +title = 'Physics Notes' +layout = 'frontcover' +type = 'book' +tags = 'physics' +chapterno = 0 ++++ \ No newline at end of file diff --git a/layouts/_shortcodes/booklist.html b/layouts/_shortcodes/booklist.html new file mode 100644 index 0000000..1f0f1e5 --- /dev/null +++ b/layouts/_shortcodes/booklist.html @@ -0,0 +1,7 @@ +{{ $books := where .Site.AllPages "Layout" "frontcover" }} +Books: + \ No newline at end of file