diff --git a/_config.yml b/_config.yml index bc353cd..546376c 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,10 @@ kramdown: # docs: # output: true +collections: + notes: + output: true + highlighter: rouge diff --git a/_layouts/note.html b/_layouts/note.html new file mode 100644 index 0000000..d37a92a --- /dev/null +++ b/_layouts/note.html @@ -0,0 +1,23 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+
+

{{page.title}}

+

+ + {{content}} + +
+
+ +
+ {% include footer.html %} + + + \ No newline at end of file diff --git a/_layouts/noteindex.html b/_layouts/noteindex.html new file mode 100644 index 0000000..b1c6b19 --- /dev/null +++ b/_layouts/noteindex.html @@ -0,0 +1,32 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+
+

{{page.title}}

+

+ + {{content}} + +
    + {%for note in site.notes %} + {%if note.index != true %} +
  • + {{note.title}} +
  • + {%endif%} + {%endfor%} +
+ +
+
+ +
+ {% include footer.html %} + + \ No newline at end of file diff --git a/_notes/godmode.md b/_notes/godmode.md new file mode 100644 index 0000000..c10f9fe --- /dev/null +++ b/_notes/godmode.md @@ -0,0 +1,10 @@ +--- +layout: note +title: "Windows GodMode" +--- + +I don't remember why this works, or if it is intended to be removed, but creating a folder, then naming it the following will turn it into a quick link that gives access to all system administration tools. + +``` +GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} +``` \ No newline at end of file diff --git a/_notes/index.md b/_notes/index.md new file mode 100644 index 0000000..d7d23fa --- /dev/null +++ b/_notes/index.md @@ -0,0 +1,8 @@ +--- +layout: noteindex +index: true +title: "My notes" +--- + +Here is a collection of notes I have taken and docs I have written about various projects and topics, along with some notes from school. + diff --git a/notes/index.md b/notes/index.md deleted file mode 100644 index 77c0042..0000000 --- a/notes/index.md +++ /dev/null @@ -1,2 +0,0 @@ - -# Welcome to my notes! \ No newline at end of file diff --git a/r/godmode.md b/r/godmode.md index 931be36..935e6d8 100644 --- a/r/godmode.md +++ b/r/godmode.md @@ -1 +1 @@ -`GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}` \ No newline at end of file +`` \ No newline at end of file