|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 6 | + <title>Lorem Ipsum</title> |
| 7 | + <meta name="viewport" content="width=device-width"> |
| 8 | + <link rel="icon" type="image/png" href="/blog/assets/favicon.png" /> |
| 9 | + <link rel="shortcut icon" type="image/png" href="/blog/assets/favicon.png" /> |
| 10 | + |
| 11 | + <!-- syntax highlighting CSS --> |
| 12 | + <link rel="stylesheet" href="/blog/css/syntax.css"> |
| 13 | + |
| 14 | + <!-- Custom CSS --> |
| 15 | + <link rel="stylesheet" href="/blog/css/main.css"> |
| 16 | + |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + |
| 20 | + <div class="site"> |
| 21 | + |
| 22 | + <!-- header --> |
| 23 | + <div class="header"> |
| 24 | + <h1 class="title"><a href="/blog/">zoblog</a></h1> |
| 25 | + <span class="meta"> / notes to anyone who is interested</span> |
| 26 | + <span style="float:right;" class="metasmaller"><a href="https://zobkiw.github.io">zobkiw.github.io</a> / <a href="https://twitter.com/zobskewed">@zobskewed</a></span> |
| 27 | + </div> |
| 28 | + |
| 29 | + <!-- content --> |
| 30 | + <span class="metasmaller">« <a href="/blog/">home</a></span> |
| 31 | +<br /><br /> |
| 32 | + |
| 33 | +<span class="metalarger">Lorem Ipsum</span> |
| 34 | +<span class="metasmaller metalighter"> / 01 Apr 2014</span> |
| 35 | +<span class="metasmaller metalighter"> / notes</span> |
| 36 | + |
| 37 | +<div class="post"> |
| 38 | +<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod |
| 39 | +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, |
| 40 | +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo |
| 41 | +consequat. </p> |
| 42 | + |
| 43 | +<p>Duis aute irure dolor in reprehenderit in voluptate velit esse |
| 44 | +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non |
| 45 | +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> |
| 46 | + |
| 47 | +<!-- |
| 48 | +You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes! |
| 49 | +To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext. |
| 50 | +
|
| 51 | +Jekyll also offers powerful support for code snippets: |
| 52 | +
|
| 53 | +
|
| 54 | +<div class="highlight"><pre><code class="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> |
| 55 | + <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span> |
| 56 | +<span class="k">end</span> |
| 57 | +<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span> |
| 58 | +<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span> |
| 59 | +</code></pre></div> |
| 60 | +
|
| 61 | +
|
| 62 | +Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. |
| 63 | +
|
| 64 | +
|
| 65 | +
|
| 66 | +--> |
| 67 | + |
| 68 | +</div> |
| 69 | + |
| 70 | +<br /> |
| 71 | + |
| 72 | +<span class="metasmaller">« <a href="/blog/">home</a></span> |
| 73 | + |
| 74 | + |
| 75 | + <!-- hardcoded stuff --> |
| 76 | + |
| 77 | + <!-- footer --> |
| 78 | + <div class="footer"> |
| 79 | + <span class="meta"><a href="https://zobkiw.github.io">zobkiw.github.io</a> / <a href="https://twitter.com/zobskewed">@zobskewed</a></span> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + |
| 83 | + </body> |
| 84 | +</html> |
0 commit comments