blur-admin/articles/hello-world/index.html

118 lines
6.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="admin,dashboard,template,angular,bootstrap,blur,panel,html,css,javascript">
<title>BlurAdmin documentation - README</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml" title="Ramblings of an immor(t)al demigod">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900|Anonymous+Pro:400,700,400italic,700italic&amp;subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="/blur-admin/css/main.css">
<link rel="shortcut icon" href="/blur-admin/images/favicon.png">
</head>
<body>
<div class="container">
<div class="nav-main">
<div class="wrap"><a href="/blur-admin/" class="nav-home"><img src="/blur-admin/images/blur-admin-logo.png" width="36" height="36" class="nav-logo">&nbsp;<span class="blur-label">Blur</span>Admin</a>
<ul class="nav-site nav-site-internal">
<li><a href="/blur-admin/">Home</a></li>
<li><a href="/blur-admin/articles/red-herring/" class="active">Docs</a></li>
</ul><span class="nav-docs-right">Need some help? Let us know! <a href="mailto:help@akveo.com">help@akveo.com</a></span>
</div>
</div>
<section class="content wrap documentationContent">
<div class="nav-docs">
<div class="nav-docs section">
<h3>Second Group</h3>
<ul>
<li><a href="/blur-admin/articles/red-herring/">A red herring</a></li>
<li><a href="/blur-admin/articles/bamboo-cutter/">Taketori Monogatari</a></li>
</ul>
</div>
<div class="nav-docs section">
<h3>First Group</h3>
<ul>
<li><a href="/blur-admin/articles/another-test/">Code and stuff!</a></li>
<li><a href="/blur-admin/articles/hello-world/" class="active">README</a></li>
</ul>
</div>
<div class="nav-docs section">
<h3>Third Group</h3>
<ul>
<li><a href="/blur-admin/articles/markdown-syntax/">Markdown syntax</a></li>
</ul>
</div>
</div>
<div class="inner-content">
<h1>README</h1>
<div class="subHeader"></div><p>Welcome to your new blog! This is the default blog template with <span class="caps">RSS</span>, pagination and an archive. There are other templates available run <code>wintersmith new --help</code> to list&nbsp;them.</p>
<h2 id="_repeat-after-me-_-this-is-my-blog-there-are-many-like-it-but-this-one-is-mine-my-blog-is-my-best-friend-it-is-my-life-i-must-master-it-as-i-must-master-my-life-my-blog-without-me-is-useless-without-my-blog-i-am-useless-"><em>Repeat after me:</em> This is my blog. There are many like it, but this one is mine. My blog is my best friend. It is my life. I must master it as I must master my life. My blog, without me, is useless. Without my blog, I am&nbsp;useless.</h2>
<p>Good, now, the directory structure of your blog is as&nbsp;follows:</p>
<pre><code>├── config.json &lt;- site configuration
├── contents
│ ├── about.md
│ ├── archive.json
│ ├── articles &lt; each article has its own directory
│ │ ├── another-test
│ │ │ └── index.md
│ │ ├── bamboo-cutter
│ │ │ ├── index.md
│ │ │ └── taketori_monogatari.jpg
│ │ ├── hello-world
│ │ │ └── index.md
│ │ ├── markdown-syntax
│ │ │ └── index.md
│ │ └── red-herring
│ │ ├── banana.png
│ │ └── index.md
│ ├── authors &lt;- author metadata, check author.jade
│ │ ├── baker.json
│ │ └── the-wintersmith.json
│ ├── css
│ │ └── main.css
│ └── feed.json
├── plugins
│ └── paginator.coffee &lt;- paginator plugin
├── templates
│ ├── archive.jade
│ ├── article.jade
│ ├── author.jade
│ ├── feed.jade
│ ├── index.jade
│ └── layout.jade
└── views
└── articles.coffee &lt;- view that lists articles
</code></pre><p>Articles are sorted by date and 3 are shown per page, you can configure this and more in config.json. Check paginator.coffee for all options related to pagination, most plugins also have their own&nbsp;options.</p>
<h3 id="a-typical-article">A typical&nbsp;article</h3>
<pre><code class="lang-markdown">---
title: Hear me blog
author: johndoe
<span class="section">date: 2012-12-12 12:12
---</span>
This will be shown as the article excerpt.
<span class="section">## A h2, hr or &lt;span class="more"&gt; marks where the intro cuts off</span>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</code></pre>
<h2 id="links-in-the-markdown-to-other-items-in-the-content-tree-will-be-resolved-for-you-">Links in the markdown to other items in the content tree will be resolved for&nbsp;you.</h2>
<p>For example a link to <code>../bamboo-cutter/index.md</code> resolves to <a href="/blur-admin/articles/bamboo-cutter/"><code>/articles/bamboo-cutter/</code></a>.</p>
<hr>
<p>This is where I leave you to your own devices. Join <strong>#wintersmith</strong> on freenode if you have any&nbsp;questions.</p>
</div>
</section>
<footer class="wrap">
<div class="left">Powered by Angular, Bootsrap, Gulp and more...</div>
<div class="right">© 20152016 Akveo LLC<br />Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</div>
</footer>
</div>
</body>
</html>