Copy edits themes and tools

This commit is contained in:
Bjørn Erik Pedersen
2017-07-16 22:44:51 +02:00
parent 6a0581686d
commit 92726cf0a7
3 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ aliases: [/themes/overview/]
toc: false
---
Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites. You can view the themes created by the Hugo community on the [Hugo themes website][hugothemes].
Hugo provides a robust theming system that is easy to implement yet feature complete. You can view the themes created by the Hugo community on the [Hugo themes website][hugothemes].
Hugo themes are powered by the excellent Go template library and are designed to reduce code duplication. They are easy to simultaneously customize while retaining upgradability with the upstream theme.
Hugo themes are powered by the excellent Go template library and are designed to reduce code duplication. They are easy to both customize and keep in synch with the upstream theme.
[goprimer]: /templates/introduction/
[hugothemes]: http://themes.gohugo.io/
+1 -3
View File
@@ -1,7 +1,7 @@
---
title: Frontend Interfaces with Hugo
linktitle: Frontends
description: Do you (or your content authors) prefer a graphical user interface over a text editor? Give these frontends a try.
description: Do you prefer a graphical user interface over a text editor? Give these frontends a try.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
@@ -18,8 +18,6 @@ aliases: []
toc: false
---
Do you prefer a graphical user interface over a text editor? Give these frontends a try:
* [enwrite](https://github.com/zzamboni/enwrite). Enwrite enables evernote-powered, statically generated blogs and websites. Now posting to your blog or updating your website is as easy as writing a new note in Evernote!
* [caddy-hugo](https://github.com/hacdias/caddy-hugo). `caddy-hugo` is an add-on for [Caddy](https://caddyserver.com/) that delivers a good UI to edit the content of your Hugo website.
* [Lipi](https://github.com/SohanChy/Lipi). Lipi is a native GUI frontend written in Java to manage your Hugo websites.
+1 -1
View File
@@ -18,7 +18,7 @@ aliases: [/extras/highlighting/,/extras/highlight/]
toc: true
---
Hugo provides the ability for you to highlight source code in _two different ways_—either pre-processed server side from your content or to defer the processing to the client side, using a JavaScript library.
Hugo can highlight source code in _two different ways_—either pre-processed server side from your content or to defer the processing to the client side, using a JavaScript library.
## Server-side