mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update more section descriptions
This commit is contained in:
@@ -33,6 +33,8 @@ designing websites, but also very useful when creating content.
|
||||
|
||||
## How Fast is Hugo?
|
||||
|
||||
{{< youtube "CdiDYZ51a2o" >}}
|
||||
|
||||
|
||||
## What Does Hugo Do?
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Content Management
|
||||
linktitle:
|
||||
description: How content is organized and managed with Hugo.
|
||||
description: Content organization, summaries, archetypes, front matter, and supported formats.
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
<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>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
main.main {
|
||||
width:90%;
|
||||
width: 90%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -66,4 +66,7 @@ main.main {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
div + h2 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,11 +38,12 @@ main#homepage {
|
||||
margin-bottom: .5em;
|
||||
padding: 16px 8px;
|
||||
@include MQ(M) {
|
||||
width: $M * .9 * .48;
|
||||
max-width: $M * .9 * .48;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@include MQ(L) {
|
||||
width: 860px * .9 * .31;
|
||||
max-width: 860px * .9 * .31;
|
||||
margin-left:.2em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1em;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user