Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'post/index.html')
-rw-r--r--post/index.html75
1 files changed, 32 insertions, 43 deletions
diff --git a/post/index.html b/post/index.html
index faa4da1..5c435fa 100644
--- a/post/index.html
+++ b/post/index.html
@@ -1,15 +1,14 @@
<!DOCTYPE html>
-<html lang="en-US">
+<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
-<meta name="keywords" content="">
-<meta name="author" content="">
-<meta name="generator" content="Hugo 0.37.1" />
+<meta name="author" content="Hugo Authors">
+<meta name="generator" content="Hugo 0.54.0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="https://htdvisser.github.io/hugo-base16-theme/css/style.css" type="text/css">
+<link rel="stylesheet" href="/hugo-base16-theme/css/style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css">
-<link rel="alternate" href="https://htdvisser.github.io/hugo-base16-theme/index.xml" type="application/rss+xml" title="Hugo Base16 Theme">
+<link rel="alternate" href="/hugo-base16-theme/index.xml" type="application/rss+xml" title="Hugo Base16 Theme">
<title>Posts - Hugo Base16 Theme</title>
</head>
<body>
@@ -26,85 +25,75 @@
<div class="container">
+
<main role="main" class="article-list">
<h1 class="list-title">Posts</h1>
-
-<article class="list-item" itemscope itemtype="http://schema.org/Blog">
- <h2 class="headline" itemprop="headline"><a href="https://htdvisser.github.io/hugo-base16-theme/post/creating-a-new-theme/">Creating a New Theme</a></h2>
+ <article class="list-item" itemscope itemtype="http://schema.org/Blog">
+ <h2 class="headline" itemprop="headline"><a href="/hugo-base16-theme/post/markdown-syntax/">Markdown Syntax Guide</a></h2>
<div class="meta">
<span class="key">published on</span>
- <span class="val"><time itemprop="datePublished" datetime="2014-09-28">September 28, 2014</time></span>
+ <span class="val"><time itemprop="datePublished" datetime="2019-03-11">March 11, 2019</time></span>
</div>
<section class="summary">
- Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme.
-We&rsquo;ll start with creating a new site with a very basic template. <a href="https://htdvisser.github.io/hugo-base16-theme/post/creating-a-new-theme/">Read More...</a>
+ <p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p> <a href="/hugo-base16-theme/post/markdown-syntax/">Read More...</a>
</section>
</article>
-
-<article class="list-item" itemscope itemtype="http://schema.org/Blog">
- <h2 class="headline" itemprop="headline"><a href="https://htdvisser.github.io/hugo-base16-theme/post/migrate-from-jekyll/">Migrate to Hugo from Jekyll</a></h2>
+ <article class="list-item" itemscope itemtype="http://schema.org/Blog">
+ <h2 class="headline" itemprop="headline"><a href="/hugo-base16-theme/post/rich-content/">Rich Content</a></h2>
<div class="meta">
<span class="key">published on</span>
- <span class="val"><time itemprop="datePublished" datetime="2014-03-10">March 10, 2014</time></span>
+ <span class="val"><time itemprop="datePublished" datetime="2019-03-10">March 10, 2019</time></span>
</div>
<section class="summary">
- Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
-▾ &lt;root&gt;/ ▾ images/ logo.png should become
-▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static. <a href="https://htdvisser.github.io/hugo-base16-theme/post/migrate-from-jekyll/">Read More...</a>
+ <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> <a href="/hugo-base16-theme/post/rich-content/">Read More...</a>
</section>
</article>
-
-<article class="list-item" itemscope itemtype="http://schema.org/Blog">
- <h2 class="headline" itemprop="headline"><a href="https://htdvisser.github.io/hugo-base16-theme/post/goisforlovers/">(Hu)go Template Primer</a></h2>
+ <article class="list-item" itemscope itemtype="http://schema.org/Blog">
+ <h2 class="headline" itemprop="headline"><a href="/hugo-base16-theme/post/placeholder-text/">Placeholder Text</a></h2>
<div class="meta">
<span class="key">published on</span>
- <span class="val"><time itemprop="datePublished" datetime="2014-04-02">April 02, 2014</time></span>
+ <span class="val"><time itemprop="datePublished" datetime="2019-03-09">March 09, 2019</time></span>
</div>
<section class="summary">
- Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
-This document is a brief primer on using go templates. <a href="https://htdvisser.github.io/hugo-base16-theme/post/goisforlovers/">Read More...</a>
+ <h2 id="mole-et-vultus-populifer-quaque-primoque-non">Mole et vultus populifer quaque primoque non</h2>
+
+<p>Lorem est tota propiore conpellat pectoribus de
+pectora summo.</p> <a href="/hugo-base16-theme/post/placeholder-text/">Read More...</a>
</section>
</article>
+</main>
+
+ <nav class="paginator">
+
+ <span class="nav-left faded">&lt; Prev</span>
-<article class="list-item" itemscope itemtype="http://schema.org/Blog">
- <h2 class="headline" itemprop="headline"><a href="https://htdvisser.github.io/hugo-base16-theme/post/hugoisforlovers/">Getting Started with Hugo</a></h2>
- <div class="meta">
- <span class="key">published on</span>
- <span class="val"><time itemprop="datePublished" datetime="2014-04-02">April 02, 2014</time></span>
+ <span>1 / 2</span>
- </div>
- <section class="summary">
- Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
-Save it somewhere specific as we will be using it in the next step.
-More complete instructions are available at installing hugo
-Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now.
-Follow the following steps:
- Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands: <a href="https://htdvisser.github.io/hugo-base16-theme/post/hugoisforlovers/">Read More...</a>
- </section>
-</article>
+
+ <a class="nav-right" href="/hugo-base16-theme/post/page/2/">Next &gt;</a>
+
+ </nav>
-
-</main>
</div>
<footer>
<div class="container">
- <span class="copyright">&copy; 2014 Hugo Base16 Theme - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
+ <span class="copyright">&copy; 2019 Hugo Base16 Theme - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
</div>
</footer>