From 3bb5f9cbc5912b298c5f516351857c839638091c Mon Sep 17 00:00:00 2001 From: Matteo Locher Date: Thu, 7 Mar 2019 14:21:34 +0100 Subject: [PATCH 1/2] Add links page --- input/_NavBar.cshtml | 1 + input/links.cshtml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 input/links.cshtml diff --git a/input/_NavBar.cshtml b/input/_NavBar.cshtml index 2a480b6..5b45dff 100644 --- a/input/_NavBar.cshtml +++ b/input/_NavBar.cshtml @@ -1,4 +1,5 @@
  • About Me
  • Projects
  • +
  • Links
  • Archive
  • Tags
  • \ No newline at end of file diff --git a/input/links.cshtml b/input/links.cshtml new file mode 100644 index 0000000..9f21839 --- /dev/null +++ b/input/links.cshtml @@ -0,0 +1,4 @@ +Title: Links +--- + +

    List of my favorite links coming soon...

    \ No newline at end of file From ef088d4be876bda53f9052aae919b03ef72dff84 Mon Sep 17 00:00:00 2001 From: Matteo Locher Date: Sun, 10 Mar 2019 14:13:33 +0100 Subject: [PATCH 2/2] Begin on links page --- input/links.cshtml | 4 ---- input/links.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 input/links.cshtml create mode 100644 input/links.md diff --git a/input/links.cshtml b/input/links.cshtml deleted file mode 100644 index 9f21839..0000000 --- a/input/links.cshtml +++ /dev/null @@ -1,4 +0,0 @@ -Title: Links ---- - -

    List of my favorite links coming soon...

    \ No newline at end of file diff --git a/input/links.md b/input/links.md new file mode 100644 index 0000000..ec15327 --- /dev/null +++ b/input/links.md @@ -0,0 +1,10 @@ +Title: Links +--- + +# Blogs + +[Damien Bowden - Software Engineering](https://damienbod.com) + +# Tools + +# Other useful links \ No newline at end of file