Skip to content

Commit d715d72

Browse files
remove blog mentions and files
1 parent 16363f8 commit d715d72

File tree

19 files changed

+1
-260
lines changed

19 files changed

+1
-260
lines changed

COPYsrc/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
<div class="navbar-nav">
1616
<a class="nav-item nav-link pr-4 pl-4" href="docs/"><h5 class="font-weight-normal">Docs</h2></a>
1717
<a class="nav-item nav-link pr-4 pl-4" href="faq/"><h5 class="font-weight-normal">FAQ</h2></a>
18-
<a class="nav-item nav-link pr-4 pl-4" href="blog/"><h5 class="font-weight-normal">Blog</h2></a>
1918
<a class="nav-item nav-link pr-4 pl-4" href="community/"><h5 class="font-weight-normal">Community</h2></a>
20-
<a class="nav-item nav-link pr-4 pl-4" href="showcase/"><h5 class="font-weight-normal">Showcase</h2></a>
2119
</div>
2220
</div>
2321

@@ -42,15 +40,9 @@ <h2 style="font-family: Bison;">Exokit</h2>
4240
<div class="col-12 mb-4">
4341
<a href="faq/"><h5 class="font-weight-light">FAQ</h5></a>
4442
</div>
45-
<div class="col-12 mb-4">
46-
<a href="blog/"><h5 class="font-weight-light">Blog</h5></a>
47-
</div>
4843
<div class="col-12 mb-4">
4944
<a href="community/"><h5 class="font-weight-light">Community</h5></a>
5045
</div>
51-
<div class="col-12 mb-4">
52-
<a href="showcase/"><h5 class="font-weight-light">Showcase</h5></a>
53-
</div>
5446
<div class="col-12 mb-4">
5547
<i id="closeLittleNav" class="fas fa-times fa-2x" style="margin-bottom: 5vh; cursor: pointer;"></i>
5648
</div>

COPYsrc/style/blog.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

ORGANIZATION.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Powered by [Hexo](https://hexo.io/)
1010
- `COPYsrc` - Landing page files copied over after generating Hexo files.
1111
- `src` - Content. Do not put CSS/JavaScript files here because Hexo will malform them.
1212
- `_data/` -
13-
- `_posts/` - Blog posts.
14-
- `blog/index.md` - Hexo blog section metadata. Does **not** contain blog posts.
1513
- `community/index.md` - Community page.
1614
- `faq/index.md` - FAQ page.
17-
- `images/` - Site and blog images
15+
- `images/` - Site images
1816
- `themes/` - Layout, CSS, releases.
1917
- `exokit/`
2018
- `layout/` - HTML and templates.

_config.prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: "Native VR/AR/XR engine for JavaScript"
99
email:
1010
language:
1111
robots: all
12-
blog_title: Blog
1312

1413
# Color for `<meta name="theme-color">`.
1514
## https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color
@@ -20,7 +19,6 @@ theme_color: black
2019
## If your site is put in a sub-directory, set URL as `http://yoursite.com/child` and root as `/child/`.
2120
url: https://exokit.org
2221
root: /
23-
permalink: blog/:title/
2422
tag_dir: tags
2523
archive_dir: archives
2624
category_dir: categories

scripts/redirects.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ hexo.extend.generator.register('site-redirects', function () {
1414
]);
1515
});
1616

17-
hexo.extend.generator.register('blog-redirects', function () {
18-
return expandRedirectObjs([
19-
]);
20-
});
21-
2217
hexo.extend.generator.register('community-short-url-redirects', function () {
2318
return expandRedirectObjs([
2419
['github/', hexo.config.github.exokit.url],

src/_posts/helloworld.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/_posts/introducing-exokit.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/blog/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/community/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ people who come together to make developing WebXR a rewarding experience.
2121

2222
## News
2323

24-
- [Blog](../blog/) - collects the latest
25-
news, upcoming events, and cool projects that other people are working on.
2624
- [Twitter](https://twitter.com/exokitxr) - Keep up to date with awesome
2725
projects that people are doing and announcements.
2826

themes/exokit/layout/blog.ejs

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)