Skip to content

Commit

Permalink
Bump to v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed Jun 17, 2015
1 parent a31344f commit 597ae6d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxel",
"version": "1.0.2",
"version": "1.1.0",
"description": "A minimal theme.",
"url": "https://github.com/rishabhsrao/voxel",
"license": "./license.md",
Expand Down
Binary file added dist/images/css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Code</h3>

<p>Cum sociis natoque penatibus et magnis dis <code>code element</code> montes, nascetur ridiculus mus.</p>

<div class="voxel-code-snippet syntax">
<div class="voxel-code-snippet voxel-code-snippet--js syntax">
<pre>
<span class="c1">// Sample JavaScript. Courtesy https://highlightjs.org</span>
<span class="kr">import</span> <span class="p">{</span><span class="nx">x</span><span class="p">,</span> <span class="nx">y</span><span class="p">}</span> <span class="nx">as</span> <span class="nx">p</span> <span class="nx">from</span> <span class="s1">'point'</span><span class="p">;</span>
Expand Down Expand Up @@ -142,6 +142,24 @@ <h3>Code</h3>
</pre>
</div>

<div class="voxel-code-snippet voxel-code-snippet--html syntax">
<pre><span class="cp">&lt;!doctype html&gt;</span>
<span class="nt">&lt;html</span> <span class="na">class=</span><span class="s">"no-js"</span> <span class="na">lang=</span><span class="s">"en"</span><span class="nt">&gt;</span>
<span class="nt">&lt;head&gt;</span>
<span class="nt">&lt;meta</span> <span class="na">charset=</span><span class="s">"utf-8"</span><span class="nt">&gt;</span>
<span class="nt">&lt;title&gt;</span>Voxel<span class="nt">&lt;/title&gt;</span>

<span class="nt">&lt;meta</span> <span class="na">http-equiv=</span><span class="s">"X-UA-Compatible"</span> <span class="na">content=</span><span class="s">"IE=edge"</span><span class="nt">&gt;</span>
<span class="nt">&lt;meta</span> <span class="na">name=</span><span class="s">"description"</span> <span class="na">content=</span><span class="s">"A minimal theme."</span><span class="nt">&gt;</span>
<span class="nt">&lt;meta</span> <span class="na">name=</span><span class="s">"viewport"</span> <span class="na">content=</span><span class="s">"width=device-width, initial-scale=1, minimal-ui"</span><span class="nt">&gt;</span>
<span class="nt">&lt;/head&gt;</span>
<span class="nt">&lt;body&gt;</span>
<span class="c">&lt;!-- Content --&gt;</span>
<span class="nt">&lt;/body&gt;</span>
<span class="nt">&lt;/html&gt;</span>
</pre>
</div>

<p>Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>

<p>Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui.</p>
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxel",
"version": "1.0.2",
"version": "1.1.0",
"description": "A minimal theme.",
"url": "https://github.com/rishabhsrao/voxel",
"license": "./license.md",
Expand Down

0 comments on commit 597ae6d

Please sign in to comment.