From 28b295b64a7e341832a72b776d592c7c8a8560b1 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 27 Jan 2017 11:26:37 +0100 Subject: Organize files Signed-off-by: Noah Loomans --- _includes/head.html | 6 +++--- _posts/2017-01-04-welcome-to-jekyll.markdown | 25 ------------------------- android-chrome-192x192.png | Bin 62547 -> 0 bytes android-chrome-512x512.png | Bin 362742 -> 0 bytes apple-touch-icon.png | Bin 55864 -> 0 bytes articles/badges.md | 9 +++++++++ articles/index.md | 15 +++++++++++++++ articles/projects.md | 16 ++++++++++++++++ assets/icons/apple-touch-icon.png | Bin 0 -> 55864 bytes assets/icons/favicon-16x16.png | Bin 0 -> 1130 bytes assets/icons/favicon-32x32.png | Bin 0 -> 3021 bytes badges.md | 9 --------- favicon-16x16.png | Bin 1130 -> 0 bytes favicon-32x32.png | Bin 3021 -> 0 bytes index.md | 14 -------------- projects.md | 16 ---------------- 16 files changed, 43 insertions(+), 67 deletions(-) delete mode 100644 _posts/2017-01-04-welcome-to-jekyll.markdown delete mode 100644 android-chrome-192x192.png delete mode 100644 android-chrome-512x512.png delete mode 100644 apple-touch-icon.png create mode 100644 articles/badges.md create mode 100644 articles/index.md create mode 100644 articles/projects.md create mode 100644 assets/icons/apple-touch-icon.png create mode 100644 assets/icons/favicon-16x16.png create mode 100644 assets/icons/favicon-32x32.png delete mode 100644 badges.md delete mode 100644 favicon-16x16.png delete mode 100644 favicon-32x32.png delete mode 100644 index.md delete mode 100644 projects.md diff --git a/_includes/head.html b/_includes/head.html index fe538cf..3df323b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -13,7 +13,7 @@ - - - + + + diff --git a/_posts/2017-01-04-welcome-to-jekyll.markdown b/_posts/2017-01-04-welcome-to-jekyll.markdown deleted file mode 100644 index 279fcb7..0000000 --- a/_posts/2017-01-04-welcome-to-jekyll.markdown +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: layout -title: "Welcome to Jekyll!" -date: 2017-01-04 23:05:41 +0100 -categories: jekyll update ---- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: http://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index f7a6439..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index 8a1171d..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index fe0662e..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/articles/badges.md b/articles/badges.md new file mode 100644 index 0000000..4188488 --- /dev/null +++ b/articles/badges.md @@ -0,0 +1,9 @@ +--- +layout: layout +permalink: /badges/ +--- +Below you can see the badges that I earned, you can also view my +[credly profile](https://credly.com/u/2193255). + + \ No newline at end of file diff --git a/articles/index.md b/articles/index.md new file mode 100644 index 0000000..8e08935 --- /dev/null +++ b/articles/index.md @@ -0,0 +1,15 @@ +--- +layout: layout +permalink: / +--- +Hi, + +I'm Noah Loomans and this is my personal website, as of now i'm 17. Feel free +to look around, but don't expect much as this website is still a work in +progress. + +# Contact +If you wish to contect me please send me an email at +[noahloomans@gmail.com](mailto:noahloomans@gmail.com). And here is my +[PGP key](https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x8b2375f3b367df6d&fingerprint=on) if +your into that sort of thing. diff --git a/articles/projects.md b/articles/projects.md new file mode 100644 index 0000000..da6ec70 --- /dev/null +++ b/articles/projects.md @@ -0,0 +1,16 @@ +--- +layout: layout +permalink: /projects/ +--- +Here are some of the projects i'm currently working on: + + \ No newline at end of file diff --git a/assets/icons/apple-touch-icon.png b/assets/icons/apple-touch-icon.png new file mode 100644 index 0000000..fe0662e Binary files /dev/null and b/assets/icons/apple-touch-icon.png differ diff --git a/assets/icons/favicon-16x16.png b/assets/icons/favicon-16x16.png new file mode 100644 index 0000000..16a3dd9 Binary files /dev/null and b/assets/icons/favicon-16x16.png differ diff --git a/assets/icons/favicon-32x32.png b/assets/icons/favicon-32x32.png new file mode 100644 index 0000000..082c845 Binary files /dev/null and b/assets/icons/favicon-32x32.png differ diff --git a/badges.md b/badges.md deleted file mode 100644 index 4188488..0000000 --- a/badges.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: layout -permalink: /badges/ ---- -Below you can see the badges that I earned, you can also view my -[credly profile](https://credly.com/u/2193255). - - \ No newline at end of file diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 16a3dd9..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 082c845..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/index.md b/index.md deleted file mode 100644 index 22b9c76..0000000 --- a/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: layout ---- -Hi, - -I'm Noah Loomans and this is my personal website, as of now i'm 17. Feel free -to look around, but don't expect much as this website is still a work in -progress. - -# Contact -If you wish to contect me please send me an email at -[noahloomans@gmail.com](mailto:noahloomans@gmail.com). And here is my -[PGP key](https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x8b2375f3b367df6d&fingerprint=on) if -your into that sort of thing. diff --git a/projects.md b/projects.md deleted file mode 100644 index da6ec70..0000000 --- a/projects.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: layout -permalink: /projects/ ---- -Here are some of the projects i'm currently working on: - - \ No newline at end of file -- cgit v1.1