diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-07-03 00:26:08 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-07-03 00:26:08 -0500 |
| commit | cf6302904d61ead65e6294e7f1be406eb68ef5f9 (patch) | |
| tree | 2d034809bbf8db2db79e413ace9cab44a7044ae6 /index.html | |
| parent | 7a5a585ead8c4e967980adc2ab9c7502e47694fd (diff) | |
✨📝🔧 Add generator bin and files
Includes config for eslint, and jsdoc, plus the executable
Squashed commit of the following:
commit 7726a2743994800f5c0afbc23e5b529107b79450
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:25:43 2017 -0500
Update changelog
commit 78ad8ab788020c09848a852e48827781aa17341a
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:25:38 2017 -0500
Remove unused image
commit 1cd659307a39669cf0fc8d0f676b25625fd16ba2
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:23:53 2017 -0500
Remove trailing slash on index
commit 944160fcbc364e4a829be91e6ad32521b4f94987
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:21:50 2017 -0500
Add example blog post
commit 70645d0214d5d363accfedc3e2583e97232c930e
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:20:44 2017 -0500
✨ Add binary / generator to lib
commit bb8f8bb6e12c89bc4b9b3766fd2ef8e924422005
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:20:29 2017 -0500
🔧 Add package.json
commit 7e9b6f52c1c91bf963319ddeb1696bfac4130b95
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:19:57 2017 -0500
🔧 Add eslint config
commit 26ee06bbf1c2f20620c81fa94c4a9b40460bd401
Author: Ben Beltran <ben@nsovocal.com>
Date: Mon Jul 3 00:19:31 2017 -0500
Move static files to template / static
commit db84351cbb8e8c4729123650d1cb3a6150da0502
Author: Ben Beltran <ben@nsovocal.com>
Date: Sun Jul 2 21:39:20 2017 -0500
Use a hidden name for posts directory
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 197 |
1 files changed, 0 insertions, 197 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 10d4919..0000000 --- a/index.html +++ /dev/null @@ -1,197 +0,0 @@ -<!doctype html> -<html> - <head> - <meta charset="utf-8"> - <meta name="description" content="This is the blog at unlimited.pizza"> - - <title>blog 🍕</title> - - <link href="css/style.css" rel="stylesheet"> - - </head> - <body> - <header class="main-header"> - <a href="/">Blog</a> - </header> - <main> - <article id="1"> - <h1>This is the title of an entry</h1> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <h2>Subheading 1 (h2)</h2> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <ul> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ul> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <h3>Other types of subheadings, other types of lists (h3)</h3> - <ol> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ol> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - </article> - <hr> - <article id="2"> - <h1>This is the title of another entry</h1> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <h2>Subheading 1 (h2)</h2> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <ul> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ul> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <img src="/images/example_image.png" alt="Picture: two persons in a ceremony"> - <h3>Other types of subheadings, other types of lists (h3)</h3> - <ol> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ol> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - </article> - <hr> - <article id="3"> - <h1>This is the title of the last entry</h1> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <h2>Subheading 1 (h2)</h2> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <ul> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ul> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - <h3>Other types of subheadings, other types of lists (h3)</h3> - <ol> - <li>There will be <strong>lists</strong></li> - <li>Lists will have <em>tags</em></li> - <li>And everything else <a href="/">in the world</a></li> - </ol> - <p> - An entry will have paragraphs, these paragraphs will contain text. The - text should be formatted correctly: visitors will want to read whatever - is in the blog, so it should be readable. It should account for several - types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It - should even support <a href="/">links</a> - </p> - </article> - </main> - <footer> - <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p> - </footer> - </body> -</html> - |