diff --git a/COPYsrc/index.html b/COPYsrc/index.html
index 8021188..8b08c0c 100644
--- a/COPYsrc/index.html
+++ b/COPYsrc/index.html
@@ -15,9 +15,7 @@
@@ -42,15 +40,9 @@ Exokit
-
-
diff --git a/COPYsrc/style/blog.css b/COPYsrc/style/blog.css
deleted file mode 100644
index dae782d..0000000
--- a/COPYsrc/style/blog.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.blog .blogHero{
- position: relative;
- min-height: 100vh;
-}
-.blog img{
- border-radius: 10px;
-}
\ No newline at end of file
diff --git a/ORGANIZATION.md b/ORGANIZATION.md
index 75eee35..b9d6411 100644
--- a/ORGANIZATION.md
+++ b/ORGANIZATION.md
@@ -10,11 +10,9 @@ Powered by [Hexo](https://hexo.io/)
- `COPYsrc` - Landing page files copied over after generating Hexo files.
- `src` - Content. Do not put CSS/JavaScript files here because Hexo will malform them.
- `_data/` -
- - `_posts/` - Blog posts.
- - `blog/index.md` - Hexo blog section metadata. Does **not** contain blog posts.
- `community/index.md` - Community page.
- `faq/index.md` - FAQ page.
- - `images/` - Site and blog images
+ - `images/` - Site images
- `themes/` - Layout, CSS, releases.
- `exokit/`
- `layout/` - HTML and templates.
diff --git a/_config.prod.yml b/_config.prod.yml
index 40bce43..3afa18e 100644
--- a/_config.prod.yml
+++ b/_config.prod.yml
@@ -9,7 +9,6 @@ description: "Native VR/AR/XR engine for JavaScript"
email:
language:
robots: all
-blog_title: Blog
# Color for ``.
## https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color
@@ -20,7 +19,6 @@ theme_color: black
## If your site is put in a sub-directory, set URL as `http://yoursite.com/child` and root as `/child/`.
url: https://exokit.org
root: /
-permalink: blog/:title/
tag_dir: tags
archive_dir: archives
category_dir: categories
diff --git a/scripts/redirects.js b/scripts/redirects.js
index a3d3f71..dab54ca 100644
--- a/scripts/redirects.js
+++ b/scripts/redirects.js
@@ -14,11 +14,6 @@ hexo.extend.generator.register('site-redirects', function () {
]);
});
-hexo.extend.generator.register('blog-redirects', function () {
- return expandRedirectObjs([
- ]);
-});
-
hexo.extend.generator.register('community-short-url-redirects', function () {
return expandRedirectObjs([
['github/', hexo.config.github.exokit.url],
diff --git a/src/_posts/helloworld.md b/src/_posts/helloworld.md
deleted file mode 100644
index fc2d377..0000000
--- a/src/_posts/helloworld.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Hello World"
-date: 2018-1-1
-layout: blog
-image:
- src: https://raw.githubusercontent.com/exokitxr/exokit/master/icon.png
-author: https://twitter.com/exokitxr|Exokit
----
-
-## Hello World
diff --git a/src/_posts/introducing-exokit.md b/src/_posts/introducing-exokit.md
deleted file mode 100644
index 5e8f777..0000000
--- a/src/_posts/introducing-exokit.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "Introducing Exokit: A Javascript Web Engine for the Post Screen Era"
-date: 2018-03-30
-layout: blog
-image:
- src: https://raw.githubusercontent.com/exokitxr/exokit/master/icon.png
-author: Nicholas Loomis
----
-
-## **The Industry Today**
-
-We have always dreamed of the future as a species, from Back to the Future to the recent Ready Player One, we are a society of dreamers when it comes to imagining what we can create with technology. In order to make that future a reality, we constantly push towards newer, faster, ever-improving mediums. Connecting to the internet, and the creativity of web development, have both been things that — as of late — have been a bit stabilized in how things are done; with Exokit, we hope to change that.
-
-Exokit is a new JavaScript engine that is built for the post-screen (mixed reality) age: it’s fast, open source, and made for developers to really unlock parts of online development that haven’t been there before. To quote one of Exokit’s developers, “Javascript (and the browser/engine platform as a whole) has become ubiquitous as both a language and a delivery mechanism for applications. The places where it was previously unthinkable to use JavaScript or a web browser — due to performance or impedance mismatch in programming model, for example — are being fixed with the likes of WASM and platform extensions like workers and off-screen rendering.”
-
-Of course alongside that, we need to mention the big platform goal Exokit is aiming for, which is the virtual, mixed, and augmented reality platforms, with products such as Magic Leap. Until now, web development on these platforms has been restrictive and difficult, with even the top development teams having to come up with hacks all over the place to get their projects working as intended. But as said before, that’s where Exokit comes in. “Integrating with other engines and frameworks is still a nightmare. Nobody’s solved this and everyone’s using hacks. I’m not convinced binary compatibility with native code is truly solvable at the JS layer. The sentiment I hear a lot from people reluctant to use the browser as a platform for games and VR/AR is that the platform is too restrictive. There are things that, for security and compatibility reasons, a traditional browser can’t let sites do. That includes a vast world of graphics features that WebGL/WebXR forbids in the spec, and native integrations that are by definition impossible in a traditional JS sandbox.” As you can see, developer restriction is the problem Exokit will address throughout its own development.
-
-## **The Mission of Exokit**
-
-The mission statement of Exokit and its team is that they are going to empower people to construct their own realities. “We want to empower VR and web developers with AR features today. In particular, we’d like to move the ball forward on amazing new APIs provided by the MLSDK, and experiment with native integrations between the web and existing 3D engines like Unreal and Unity (which a lot of developer are clamoring for). And of course, we think the world could use a truly hackable, embeddable, post-screen web engine that doesn’t move at a glacial pace (in both performance and features).” As the quote states, along with Magic Leap’s release of its SDK (Software Development Kit), a lot can be done in order to move forward with the development of new avenues of connection, web experiences, and real-life integration, which is exactly the space Exokit hopes to fill.
-
-## **Exokit’s Main Features/Capabilities**
-
-“By being simple and cutting ties with legacy browser stuff like 2D, it becomes easy to quickly extend and grok. And unlike Chrome, which takes a lot to build, you can change Exokit by editing a .js file.” Exokit is web development, compatible with native code, with no legacy code being dragged behind it, and on top of all of that, it’s open source. This, as stated earlier, allows web developers to operate more freely, and to convert already-made creations to VR/MR/AR more easily than ever before. “We’re basically trying to connect the dots from today to a pervasive AR future. And it starts with seamlessly taking existing content into the framework of the future.”
-
-Something that we haven’t mentioned yet, that also brings Exokit up a notch in our eyes, is the native code integration with Unity or Unreal as well, done through how Exokit’s sandboxing is tweaked from the normal “browser way” that we are used to with Chrome or Firefox. “With the world of graphics features that WebGL forbids in the spec, and the native integrations that are by definition impossible in a traditional JS sandbox, things need to change. That’s why Exokit is a Node application and can run native code, and it uses a completely different notion of sandboxing (process isolation of the whole browser, like a game on Steam). There’s a full native escape hatch for sites to run and plug into true native code, including plain Unity and Unreal.”
-
-Turning now more towards potential developers wanting to work with Exokit and get creating in Magic Leap and VR/AR, we put together a couple lists of things we thought you might want to know:
-
-## **A quick overview of the things Exokit can do**
-
-Load any http(s) site, Parse a programmatic DOM, Run any `