From 8ece3c22847b98f11cdba5509f70ad53ce06f442 Mon Sep 17 00:00:00 2001 From: Nicholas Yang Date: Fri, 8 Feb 2019 14:33:52 -0500 Subject: [PATCH 1/3] gitignored public --- public/categories/index.xml | 14 -------------- public/index.xml | 14 -------------- public/sitemap.xml | 20 -------------------- public/tags/index.xml | 14 -------------- 4 files changed, 62 deletions(-) delete mode 100644 public/categories/index.xml delete mode 100644 public/index.xml delete mode 100644 public/sitemap.xml delete mode 100644 public/tags/index.xml diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 6e385a4..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Categories on My New Hugo Site - http://example.org/categories/ - Recent content in Categories on My New Hugo Site - Hugo -- gohugo.io - en-us - - - - - - \ No newline at end of file diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 884a3c9..0000000 --- a/public/index.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - My New Hugo Site - http://example.org/ - Recent content on My New Hugo Site - Hugo -- gohugo.io - en-us - - - - - - \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 60e0486..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - http://example.org/categories/ - 0 - - - - http://example.org/ - 0 - - - - http://example.org/tags/ - 0 - - - \ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index a8ab33c..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Tags on My New Hugo Site - http://example.org/tags/ - Recent content in Tags on My New Hugo Site - Hugo -- gohugo.io - en-us - - - - - - \ No newline at end of file From 6682a73084bf8893bfc25b51bdc526ec5289b345 Mon Sep 17 00:00:00 2001 From: Nicholas Yang Date: Fri, 8 Feb 2019 14:35:01 -0500 Subject: [PATCH 2/3] Wrote first welcome post --- content/posts/welcome.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/content/posts/welcome.md b/content/posts/welcome.md index f69482d..c94fb83 100644 --- a/content/posts/welcome.md +++ b/content/posts/welcome.md @@ -4,4 +4,24 @@ date: 2019-02-07T11:49:43-05:00 draft: true --- -Welcome to HackNYU's new tech blog! +Welcome to HackNYU's new tech blog! We've been working on various cool +projects such as the [HackNYU +website](https://github.com/hacknyu/website), a [cheating +detector](https://github.com/hacknyu/aletheia) and [this +blog](https://github.com/hacknyu/blog), so we figured we should write +up some of these projects. These write ups are going to be part +post-mortem, part highlighting the amazing work of the tech team, and +part an explanation of the work that goes into running the tech side +of an amazing hackathon. We hope that they're both interesting and +instructive. + +For those who don't know, HackNYU is NYU's annual student-run +hackathon. It takes place simultaneously in New York, Shanghai and Abu +Dhabi. This year, HackNYU is on February 15-17th. The New York +location of HackNYU is the largest college hackathon in New York City. + +The blog uses [Hugo](https://gohugo.io), a static site generator +written in Go. The theme is [Bootstrap v4 +Blog](https://themes.gohugo.io/hugo-theme-bootstrap4-blog/). + +We hope that you enjoy the blog! From 6e5568e4ba9bdead646c628e1c221210c94ab862 Mon Sep 17 00:00:00 2001 From: Nicholas Yang Date: Fri, 8 Feb 2019 15:54:42 -0500 Subject: [PATCH 3/3] Welcome post --- content/posts/welcome.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/posts/welcome.md b/content/posts/welcome.md index c94fb83..a8bb32c 100644 --- a/content/posts/welcome.md +++ b/content/posts/welcome.md @@ -2,6 +2,7 @@ title: "Welcome" date: 2019-02-07T11:49:43-05:00 draft: true +author: "Nicholas Yang" --- Welcome to HackNYU's new tech blog! We've been working on various cool @@ -25,3 +26,5 @@ written in Go. The theme is [Bootstrap v4 Blog](https://themes.gohugo.io/hugo-theme-bootstrap4-blog/). We hope that you enjoy the blog! + +Nicholas