404
The page you visited was not found.
diff --git a/archetypes/uninotes.md b/archetypes/uninotes.md new file mode 100644 index 0000000..83535c0 --- /dev/null +++ b/archetypes/uninotes.md @@ -0,0 +1,9 @@ ++++ +date = '{{ .Date }}' +draft = true +semester = ['S1'] +subjectcode = ['SUBJECT CODE'] +unit = 'Unit 1' +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +toc = true ++++ diff --git a/content/semester/_index.md b/content/semester/_index.md new file mode 100644 index 0000000..0c99ed7 --- /dev/null +++ b/content/semester/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Semester" +draft = false ++++ diff --git a/content/subjectcode/_index.md b/content/subjectcode/_index.md new file mode 100644 index 0000000..eb48a96 --- /dev/null +++ b/content/subjectcode/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Subject Code" +draft = false ++++ diff --git a/content/uninotes/_index.md b/content/uninotes/_index.md new file mode 100644 index 0000000..5e7c40e --- /dev/null +++ b/content/uninotes/_index.md @@ -0,0 +1,5 @@ ++++ +title = "UniNotes" +date = '2025-11-11T23:15:44+05:30' +draft = false ++++ diff --git a/content/uninotes/pbm-dcm1110-unit1.md b/content/uninotes/pbm-dcm1110-unit1.md new file mode 100644 index 0000000..bad686f --- /dev/null +++ b/content/uninotes/pbm-dcm1110-unit1.md @@ -0,0 +1,13 @@ ++++ +date = '2025-11-11T23:15:44+05:30' +draft = false +semester = ['S1'] +subjectcode = ['PBM DCM1110'] +unit = 'Unit 1' +title = 'Unit 1' +toc = true ++++ + +## Introduction + +Unit 1 notes go here. diff --git a/docs/404.html b/docs/404.html index ebb4ccc..9dfcd7a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,4 +7,4 @@
The page you visited was not found.