Revise site main menu and stylesheet, etc.

This commit is contained in:
Ryan Watters
2017-02-05 03:16:13 -06:00
parent e459a55f14
commit 36156cfc1f
11 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ watch = true
# Set to true to include a CDN call to FontAwesome
usefontawesome = true
# Sets the order of site sections in the sidebar navigation
sitemenuitems = ["About Hugo", "Getting Started", "Project Organization", "Managing Content", "Templates", "Functions", "Variables and Params", "Themes", "Hosting and Deployment", "Migrating to Hugo", "News and Articles", "Site Showcase", "Developer Tools", "Troubleshooting"]
sitemenuitems = ["About Hugo", "Getting Started", "Project Organization", "Content Management", "Templates", "Functions", "Variables and Params", "Themes", "Hosting and Deployment", "Migrating to Hugo", "News and Articles", "Site Showcase", "Developer Tools", "Troubleshooting"]
# MARKDOWN
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
@@ -1,5 +1,5 @@
---
title: Managing Content
title: Content Management
linktitle:
description: How content is organized and managed with Hugo.
date: 2017-02-01
+2 -1
View File
@@ -10,4 +10,5 @@ draft: false
slug:
aliases:
notes:
---
---
@@ -18,13 +18,12 @@
}
main.main {
width: 100%;
width:90%;
display: block;
margin-left: auto;
margin-right: auto;
max-width: $content-max-width;
// background-color: $body-bg-color;
padding:1em;
header.content-header {
display: block;
clear: both;
File diff suppressed because one or more lines are too long