Fix typos

This commit is contained in:
Ryan Watters
2017-03-05 04:03:45 -06:00
parent 72685a7481
commit 149156391a
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ watch = true
[params]
organizationname = ""
sitedescription = ""
release = "0.20 (beta)"
release = "0.20 DEV"
# Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics
googleanalyticstrackingcode = ""
## Critical Render Path. If true, site style will be embedded in a <style> tag in each html <head> as part of Gulp Build. False puts a typical <link> to the stylesheet in <head>>
+1 -1
View File
@@ -1,7 +1,7 @@
---
title: The Benefits of Static Site Generators
linktitle: The Benefits of Static
description: Improved performance, security, ease of use, and exportability of content and just a few of the reasons static site generators have become so popular.
description: Improved performance, security, ease of use, and exportability of content are just a few of the reasons static site generators are so appealing.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
@@ -153,7 +153,7 @@ In your `./layouts/partials/` (or `./layouts/chrome/`) folder, depending on your
### Prism example
Prism is another popular highlighter library and is used on some major sites.
The [download section of the prism.js website] is simple to use and affords you a high degree of customization to pick only the languages you'll be using on your site.
The [download section of the prism.js website][prismdownload] is simple to use and affords you a high degree of customization to pick only the languages you'll be using on your site.
Similar to Highlight.js, you simply load `prism.css` in your `<head>` via whatever Hugo partial template is creating that part of your pages:
@@ -230,6 +230,7 @@ body {
Please see individual libraries' documentation for how to implement each of the JavaScript-based libraries.
[Prism]: http://prismjs.com
[prismdownload]: http://prismjs.com/download.html
[Highlight.js]: http://highlightjs.org/
[Rainbow]: http://craig.is/making/rainbows
[Syntax Highlighter]: http://alexgorbatchev.com/SyntaxHighlighter/