diff --git a/components/navbar.js b/components/navbar.js
index 266f92f..d325862 100755
--- a/components/navbar.js
+++ b/components/navbar.js
@@ -17,6 +17,9 @@ const NavBar = (props, sections) => {
+
News and such
diff --git a/next.config.js b/next.config.js
index 1e9fc57..2afb30c 100755
--- a/next.config.js
+++ b/next.config.js
@@ -20,4 +20,4 @@ module.exports = {
publicRuntimeConfig: {
analytics_code: process.env.GTAG
}
-}
+}
\ No newline at end of file
diff --git a/pages/about.js b/pages/about.js
new file mode 100644
index 0000000..ae7fc30
--- /dev/null
+++ b/pages/about.js
@@ -0,0 +1,46 @@
+import "../components/main"
+import getConfig from 'next/config'
+import Layout from "../components/main"
+import Link from 'next/link'
+
+export async function getServerSideProps(context) {
+
+ const { serverRuntimeConfig } = getConfig()
+
+ const secres = await fetch(serverRuntimeConfig.base_path + `/api/sections`)
+ const secdata = await secres.json()
+
+ const pagedata = {'title': 'About Angry Beanie'}
+
+ return {
+ props: { sections : secdata, pagedata }, // will be passed to the page component as props
+ }
+
+}
+
+function About({sections, pagedata}) {
+ return
+
About Angry Beanie
+
+ Welcome to Angry Beanie. A place where I stick stuff that I make, whether it's blog posts, podcasts, videos, photos, whatever. If I make it I put it here.
+
+
+
Contact me
+ If you want to get a hold of me regarding anything I put up here, you can get me on the socials.
+