Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions COPYsrc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<div class="navbar-nav">
<a class="nav-item nav-link pr-4 pl-4" href="docs/"><h5 class="font-weight-normal">Docs</h2></a>
<a class="nav-item nav-link pr-4 pl-4" href="faq/"><h5 class="font-weight-normal">FAQ</h2></a>
<a class="nav-item nav-link pr-4 pl-4" href="blog/"><h5 class="font-weight-normal">Blog</h2></a>
<a class="nav-item nav-link pr-4 pl-4" href="community/"><h5 class="font-weight-normal">Community</h2></a>
<a class="nav-item nav-link pr-4 pl-4" href="showcase/"><h5 class="font-weight-normal">Showcase</h2></a>
</div>
</div>

Expand All @@ -42,15 +40,9 @@ <h2 style="font-family: Bison;">Exokit</h2>
<div class="col-12 mb-4">
<a href="faq/"><h5 class="font-weight-light">FAQ</h5></a>
</div>
<div class="col-12 mb-4">
<a href="blog/"><h5 class="font-weight-light">Blog</h5></a>
</div>
<div class="col-12 mb-4">
<a href="community/"><h5 class="font-weight-light">Community</h5></a>
</div>
<div class="col-12 mb-4">
<a href="showcase/"><h5 class="font-weight-light">Showcase</h5></a>
</div>
<div class="col-12 mb-4">
<i id="closeLittleNav" class="fas fa-times fa-2x" style="margin-bottom: 5vh; cursor: pointer;"></i>
</div>
Expand Down
7 changes: 0 additions & 7 deletions COPYsrc/style/blog.css

This file was deleted.

4 changes: 1 addition & 3 deletions ORGANIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions _config.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description: "Native VR/AR/XR engine for JavaScript"
email:
language:
robots: all
blog_title: Blog

# Color for `<meta name="theme-color">`.
## https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color
Expand All @@ -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
Expand Down
5 changes: 0 additions & 5 deletions scripts/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
10 changes: 0 additions & 10 deletions src/_posts/helloworld.md

This file was deleted.

44 changes: 0 additions & 44 deletions src/_posts/introducing-exokit.md

This file was deleted.

6 changes: 0 additions & 6 deletions src/blog/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ people who come together to make developing WebXR a rewarding experience.

## News

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

Expand Down
98 changes: 0 additions & 98 deletions themes/exokit/layout/blog.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions themes/exokit/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<li class="menu-item">
<a href="<%- url_for('faq/') %>">FAQ</a>
</li>
<!-- <li class="menu-item">
<a href="<%- url_for('blog/') %>">Blog</a>
</li> -->
<li class="menu-item">
<a href="<%- url_for('community/') %>">Community</a>
</li>
Expand Down
1 change: 0 additions & 1 deletion themes/exokit/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<% pageTitle = page.full_title || (isHome ? projectTitle : pageTitle + config.title) %>
<% src = page.image && page.image.src %>
<% if (src && src.indexOf('http') === -1) { %>
<% src = absolute_url_for('/images/blog/' + src); %>
<% } %>
<% var metaImage = src || (absolute_url_for(meta_image(page, 'images/card.jpg'), {secure: false}) + '?v2') %>
<% var metaImageSecure = src || (absolute_url_for(meta_image(page, 'images/card.jpg'), {secure: true}) + '?v2') %>
Expand Down
14 changes: 0 additions & 14 deletions themes/exokit/layout/partials/blog/image.ejs

This file was deleted.

6 changes: 0 additions & 6 deletions themes/exokit/layout/partials/blog/metadata.ejs

This file was deleted.

11 changes: 0 additions & 11 deletions themes/exokit/layout/partials/examples/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@
Get Started
</a>

<div class="list examples-list blog-list">
<h2 class="page-title"><a href="/blog">Blog</a></h2>
<ul id="examplesSubnav"
class="subnav examples-subnav borderless-links">
<% var lastPost = site.posts.sort('-date').data[0] %>
<li class="example-item">
<a class="subnav-link" href="<%- lastPost.path %>" title="<%- lastPost.title %>"><%- lastPost.title %></a>
</li>
</ul>
</div>

<!-- Documentation list. -->
<div class="list examples-list">
<ul id="examplesSubnav"
Expand Down
1 change: 0 additions & 1 deletion themes/exokit/layout/partials/secondary/sidebar_header.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<%
var links = [
{url: 'docs/introduction/', text: 'Docs'},
{url: 'blog/', text: 'Blog'},
{url: 'community/', text: 'Community'},
{url: 'showcase/', text: 'Showcase'},
{url: config.github.exokit.url, text: 'GitHub', slug: 'github', title: 'Exokit Project Repository'},
Expand Down
2 changes: 0 additions & 2 deletions themes/exokit/source/css/_common.styl
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ h4
.copy__wrap
padding 40px

[data-page-type="blog"] .copy__wrap
padding-top: 20px;

.nav, .subnav
list-style-type none
Expand Down
20 changes: 0 additions & 20 deletions themes/exokit/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -337,26 +337,6 @@ span[itemprop]
top 4px
width 20px

.blog-list
display none
padding-bottom 10px
+media--desktop()
display block

.blog-list .page-title a
border-bottom 0
font-weight 300
font-size 15px
color rgba(0,0,0,0.6)
font-weight 100
letter-spacing 0.02em

.blog-list .subnav-link
width 210px
overflow hidden
text-overflow ellipsis
white-space nowrap

.example-nav
margin-top 18px
+media--768()
Expand Down
17 changes: 0 additions & 17 deletions themes/exokit/source/css/secondary.styl
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ a
.post__projects-text
li p
display inline
.blog-attribution
border none
color $medium

.post__timestamp
font-weight 500
Expand All @@ -240,9 +237,6 @@ a
p
margin 0

.content--blog h1 + .post--listing
margin-top 9px /* To align the borders nicely since there's no visible <h1>. */

.post--listing + .post--listing
margin-top 30px

Expand Down Expand Up @@ -447,14 +441,6 @@ video
.docs-header + blockquote
margin 4em 0 2em

.blog-subnav a
font-size: 15px;
line-height: 1.8;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

[data-is-mobile="true"] #docs-version
border 1px solid #CCC

Expand Down Expand Up @@ -549,9 +535,6 @@ video
text-overflow ellipsis
white-space nowrap

.content--blog .page__title
margin-bottom 7px

.logo__wordmark
margin-bottom 20px

Expand Down