108 Commits

Author SHA1 Message Date
Regis Philibert
bae2403551 Add Cascade documentation
Fixes #905
2019-09-09 18:32:03 -04:00
Bjørn Erik Pedersen
d087cf3068
Update image docs for 0.58 2019-09-04 17:33:09 +02:00
Jace
09af197dbb Added missing content back for #626 2019-08-30 17:35:46 +02:00
Johannes Ernst
181b20112c Use index.md instead of _index.md in example
The about directory in the example has no children, but the example used _index.md. This is confusing to beginners.
2019-08-22 20:45:19 +02:00
Reilly Wood
cc8ebb712a Update link to Chroma style gallery
The link to the style gallery is old – it looks like it dates back to Pygments, it does not include all of the styles available in Chroma (I noticed because it was missing the Solarized styles).

I've updated it to point to the updated style gallery [linked in Chroma's official README](https://github.com/alecthomas/chroma#styles).
2019-08-22 09:20:51 +02:00
Ken Huang
0bbbde4354 Fix typo 2019-08-10 10:01:18 -04:00
Oleksii Rudenko
fe33c2307f Add JustComments to the list of alternatives 2019-07-30 10:31:54 -04:00
Christian Oliff
d86e10b1e7 HTTPS links in Docs
I didn't touch old release notes and some code examples.
All links were tested and in some cases updated to prevent redirects where URLs have changed.
2019-07-30 10:31:12 -04:00
Christian Oliff
61164c4621 HTTPS links in formats.md
all links have been tested and redirect to HTTPS so this saves redirects
2019-07-26 07:36:24 -04:00
Christian Oliff
0aceae5711 HTTPS link to yaml.org/spec
saves a HTTP redirect :-)
2019-07-26 07:35:53 -04:00
Christian Oliff
5dd7f703fc HTTPS all links in syntax-highlighting.md
All have been tested and either redirect to HTTPS or are available on HTTPS
2019-07-26 07:35:23 -04:00
Bjørn Erik Pedersen
78c69a198e Merge commit '35febb2e2a3780c3338a2665fddea7dda28a17f4' 2019-07-15 23:50:56 +02:00
Niklas Fasching
8c5915264c Add org to front matter formats
actually it's 5, there's also csv. Afaict it's not meant to be used in that way
though so let's just add org.
2019-07-10 11:14:37 +02:00
Bruno Amaral
4627cfe9ab added commento.io to the list 2019-06-30 18:58:11 -04:00
Hanzei
88f559e816 Fix spelling mistakes 2019-06-14 14:58:38 +02:00
Stephen Paulger
7c120346b1 Fix typo in syntax highlighting page.
hightlighting -> highlighting.
2019-06-13 17:37:37 +02:00
Mihira Jayasekera
f01dc555df
Correct some typos
Note that I changed the reading time example for pluralization from ‘One minute read’ to ‘One minute _to_ read’ because, in common US usage at least, this might properly be punctuated as ‘One-minute read’, and longer would be handled like ‘12-minute read’ (not ‘12 minutes read’), so it actually wouldn’t make a good example for demonstraing single and plural forms. By adding ‘to’, though, the example aligns with common US usage while also serving as an example of single and plural forms.

Closes #694
2019-06-13 17:35:33 +02:00
invzhi
424c0207ad baseurl -> baseURL 2019-06-08 11:38:33 +02:00
Niklas Fasching
29065e8269 Improve Org mode support: Replace goorgeous with go-org
Sadly, goorgeous has not been updated in over a year and still has a lot of
open issues (e.g. no support for nested lists).

go-org fixes most of those issues and supports a larger subset of Org mode
syntax.
2019-06-08 10:13:00 +02:00
pacollins
5b7c6b5a17 remove google plus 2019-05-30 18:16:45 +02:00
Bruno Amaral
8c81c762a3 Remove references to Google+
According to google, this is no longer supported and structured data should be used instead: https://support.google.com/webmasters/answer/6083347?hl=en
2019-05-26 19:24:45 +02:00
Bjørn Erik Pedersen
5e08b6930d
Fix date description 2019-05-03 21:17:20 +02:00
Daniel J. Summers
bd462671da Fix typo
"boolean valuable" -> "boolean variable value"
2019-04-28 11:39:10 +02:00
Daniel J. Summers
0522a25958 no -> fr
consistency in examples (I suspect it used to use Norse, but now uses French)
2019-04-27 22:04:32 +02:00
Bjørn Erik Pedersen
13097daf2e
Update shortcode docs vs 0.55 2019-04-18 09:58:51 +02:00
Bjørn Erik Pedersen
9a7e192314
Update URL docs for relative URLs etc 2019-04-18 09:48:39 +02:00
Rohan Verma
c166cef47e Fix typo 2019-04-13 14:26:49 +02:00
Leon Overweel
23adeb672a Point mmark links to its new repository
This document linked to [a deprecated repository](https://github.com/miekg/mmark), which has been moved [here](https://github.com/mmarkdown/mmark). There is also no longer a separate page for its syntax, so I consolidated the links to both link to the new repo.
2019-04-12 08:55:33 -04:00
Bjørn Erik Pedersen
a5a5f5d75c
Start of taxonomy docs update for Hugo 0.55
Closes https://github.com/gohugoio/hugo/issues/5843
2019-04-11 14:11:59 +02:00
Jim McDonald
86a190c920 docs: Add information about summary front matter variable 2019-04-06 00:17:54 +02:00
Bjørn Erik Pedersen
41a3e19cbd hugolib: Allow page-relative aliases
Fixes #5757
2019-04-02 10:32:47 +02:00
Unknown
f2ec3f2a6f Fix broken link 404
Link to front-matter was pointing to table-of-contents that gave a 404.
2019-03-21 12:46:48 +01:00
Devin Schulz
f8b0f31c6d Fix typo in cross references
logg -> log
2019-03-11 15:33:03 +01:00
Rodolfo Carvalho
86850f3c33 Fix typos in multilingual.md 2019-03-07 12:59:44 +01:00
Salim B
b68d0d892f Fix typo 2019-03-07 08:45:15 +01:00
David Haberthür
112420c467 Fix typo
https://github.com/gohugoio/hugo/pull/5677, second try...
2019-02-04 22:19:19 +01:00
Michael Henderson
2dfeeda45e fix typo by removing stray paren 2019-01-20 10:33:47 -05:00
Regis Philibert
91e8be85a1
Fixes https://github.com/gohugoio/hugo/issues/5609 2019-01-15 15:10:28 -05:00
Kaushal Modi
b73dcb9adc Consistently use "posts" as section name in examples
While Hugo does not care if the section is named "post" or "posts",
this commit normalizes the whole Hugo documentation to use "posts"
when used as an example for a section name to prevent user confusion.

Fixes https://github.com/gohugoio/hugoDocs/issues/720.

Also highlight the use of `site.Params.mainSections`.
2019-01-14 13:23:53 -05:00
Sergio Nogueiras Fernández
f5a8c9d4fa Update static-files.md
Explain how to access static files
2019-01-04 12:33:34 +01:00
Alex Hogen
40d88d98f7 Fix ToC example to use binary true/false
The example code seemed to require that `toc` be set to the *string* `"false"` instead of the boolean keyword `false`. However, the text said the `toc` variable should be set to boolean `true`/`false` keywords, not strings. I'm not very familiar with GoLang so I could be completely wrong. I just know that the following Hugo page preamble did not work with the original code, but does work with the proposed fix.

```
+++

toc = false

+++
```
2019-01-02 09:58:16 +01:00
Jono Hey
4a11f3f17c Fix typo
Changed `you` to `your`
2018-12-31 07:08:54 -04:00
Danny Guo
2dbfc0a492 Fix a typo in taxonomies 2018-12-31 06:58:13 -04:00
Mihira Jayasekera
785e375f57 Change 'my-another-post' to 'my-other-post'
Sounds more natural this way.
2018-12-26 00:26:17 +01:00
Harry Weppner
bd91d1cfdd Fix typo 2018-12-18 09:53:33 +01:00
Benjamin Petersen
d1cf9adc41 Fix typo
See #684
2018-12-11 20:47:51 +01:00
peaceiris
a9a281233c Fixed incorrect usage of the code-toggle shortcode 2018-12-01 10:45:16 +01:00
Bjørn Erik Pedersen
2d1d92b88c
Merge branch 'temp52' 2018-11-28 16:25:09 +01:00
Bjørn Erik Pedersen
36736ca280 tpl: Add "param" shortcode
Fixes #4010
2018-11-27 17:34:03 +01:00
Bjørn Erik Pedersen
b5c3bcd3b6
Update multilingual.md 2018-10-30 22:33:33 +01:00