Skip to content

Commit

Permalink
use static blog instead of iframe (visgl#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Apr 12, 2017
1 parent 76ca7d7 commit 81b6f34
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 100 deletions.
75 changes: 0 additions & 75 deletions demo/src/components/blog.js

This file was deleted.

2 changes: 1 addition & 1 deletion demo/src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class Header extends Component {
<div className="links">
<Link activeClassName="active" to="examples">Gallery</Link>
<Link activeClassName="active" to="documentation">Documentation</Link>
<Link activeClassName="active" to="blog">Blog</Link>
<a href="http://uber.github.io/deck.gl/blog/latest">Blog</a>
</div>
</div>
</header>
Expand Down
5 changes: 0 additions & 5 deletions demo/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import App from './components/app';
import Home from './components/home';
import Gallery from './components/gallery';
import Page from './components/page';
import Blog from './components/blog';

import {examplePages, docPages} from './constants/pages';

Expand Down Expand Up @@ -56,10 +55,6 @@ export default () => (
<IndexRoute component={Home} />
{renderRouteGroup('examples', examplePages)}
{renderRouteGroup('documentation', docPages)}
<Route path="blog">
<IndexRoute component={Blog} />
<Route path="*" component={Blog} />
</Route>
<Redirect from="*" to="/" />
</Route>
</Router>
Expand Down
18 changes: 0 additions & 18 deletions demo/src/stylesheets/_blog.scss

This file was deleted.

1 change: 0 additions & 1 deletion demo/src/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ $white: #EDEDED;
$white-40: #8D9BA3;
$topbar-height: 64px;

@import 'blog';
@import 'home';
@import 'gallery';

Expand Down

0 comments on commit 81b6f34

Please sign in to comment.