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

sample.md « post « content « exampleSite - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ce579904f554dd60ad9728aae3eb93e7c798aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Sample Post"
date: 2017-07-04T19:54:29-05:00
tags: ["blog", "post"]
---

<div class="well content-header">
    <img src="/images/hugo-logo.svg" alt="hugo logo"  />
</div>

<!--this tag makes only images show on the main page-->
<!--more-->

---

<!--
  Section links are seperated with a |
-->

[Section A](#Section-A) | [Section B](#Section-B)

---