diff --git a/content/posts/welcome.md b/content/posts/welcome.md index f69482d..a8bb32c 100644 --- a/content/posts/welcome.md +++ b/content/posts/welcome.md @@ -2,6 +2,29 @@ title: "Welcome" date: 2019-02-07T11:49:43-05:00 draft: true +author: "Nicholas Yang" --- -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! + +Nicholas 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