Update more section descriptions

This commit is contained in:
Ryan Watters
2017-02-05 03:49:25 -06:00
parent 36156cfc1f
commit 5dfb30976a
6 changed files with 12 additions and 6 deletions
+2
View File
@@ -33,6 +33,8 @@ designing websites, but also very useful when creating content.
## How Fast is Hugo? ## How Fast is Hugo?
{{< youtube "CdiDYZ51a2o" >}}
## What Does Hugo Do? ## What Does Hugo Do?
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
title: Content Management title: Content Management
linktitle: linktitle:
description: How content is organized and managed with Hugo. description: Content organization, summaries, archetypes, front matter, and supported formats.
date: 2017-02-01 date: 2017-02-01
publishdate: 2017-02-01 publishdate: 2017-02-01
lastmod: 2017-02-01 lastmod: 2017-02-01
@@ -25,7 +25,7 @@
{{ end }} {{ end }}
</ul> </ul>
<div class="nav-buttons"> <div class="nav-buttons">
<a role="button" class="icon-forum" href="https://discuss.gohugo.io" target="_blank">Community Forum</a><br> <a role="button" class="icon-forum" href="https://discuss.gohugo.io" target="_blank">Discussion Forum</a><br>
<a role="button" class="icon-mailing-list" href="{{.Site.BaseURL}}mailing-list/">Join the Mailing List</a> <a role="button" class="icon-mailing-list" href="{{.Site.BaseURL}}mailing-list/">Join the Mailing List</a>
</div> </div>
</nav> </nav>
@@ -18,7 +18,7 @@
} }
main.main { main.main {
width:90%; width: 90%;
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@@ -66,4 +66,7 @@ main.main {
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
div + h2 {
margin-top: 1em;
}
} }
@@ -38,11 +38,12 @@ main#homepage {
margin-bottom: .5em; margin-bottom: .5em;
padding: 16px 8px; padding: 16px 8px;
@include MQ(M) { @include MQ(M) {
width: $M * .9 * .48; max-width: $M * .9 * .48;
margin-bottom: 1em; margin-bottom: 1em;
} }
@include MQ(L) { @include MQ(L) {
width: 860px * .9 * .31; max-width: 860px * .9 * .31;
margin-left:.2em;
} }
h2 { h2 {
font-size: 1em; font-size: 1em;
File diff suppressed because one or more lines are too long