832 Commits

Author SHA1 Message Date
Göran Svensson
26fe1ca2f8 docs: Add appernetic blog to showcase 2016-04-27 22:05:45 +02:00
Fahri Aydos
0c25842a31 docs: Add aydos.com to the showcase 2016-04-23 21:57:31 +02:00
Bjørn Erik Pedersen
e22cbc227f Update release-notes.md 2016-04-22 23:45:39 +02:00
Bjørn Erik Pedersen
bbab932cb2 docs: More on release notes 2016-04-22 21:37:36 +02:00
Bjørn Erik Pedersen
24d0cce9ce docs: Order by Lastmod in release notes 2016-04-22 20:47:21 +02:00
Bjørn Erik Pedersen
a086b15918 docs: Order by Lastmod 2016-04-22 20:46:04 +02:00
Alvaro Garcia
9629e92c3d docs: Add notion of exiting the themes folder in quickstart 2016-04-22 19:47:59 +02:00
Cian Ruane
f0c63bdca4 docs: Grammar fixes in overview/quickstart.md 2016-04-22 19:43:11 +02:00
lynxiayel
76a0ea7b72 docs: Update showcase screenshot of yulinling.net 2016-04-22 19:36:33 +02:00
Bjørn Erik Pedersen
1e2410a407 docs: Add some more fixes to release notes 2016-04-22 19:03:46 +02:00
digitalcraftsman
28d302a372 docs: Move image-width fix to style.css 2016-04-22 18:23:12 +02:00
digitalcraftsman
4da95449d6 docs: Move Algolia styling into style.css 2016-04-22 18:18:50 +02:00
Cameron Moore
ba7b3b50cb docs: Fix findRE typo 2016-04-21 12:38:40 -05:00
Bjørn Erik Pedersen
a28483b6b3 docs: Fix some typos in release notes 2016-04-21 11:27:12 +02:00
Bjørn Erik Pedersen
84ce4c76a6 doc: Get feature list of 0.16 release notes up to date 2016-04-21 11:23:54 +02:00
Bjørn Erik Pedersen
0de3977467 📚 Add ENV support to release notes 2016-04-20 23:50:43 +02:00
Bjørn Erik Pedersen
e435b6e290 docs: Add some doc about ENV config
See #2090
2016-04-18 18:45:37 +02:00
digitalcraftsman
281dca1862 docs: Fix typo in tutorials/how-to-contribute-to-hugo.md 2016-04-17 20:57:21 +02:00
Ernie Hershey
be58a50884 docs: Fix grammar in templates/partials.md
Noticed this sentence seemingly missing a word or two.
2016-04-15 18:57:30 +02:00
callmelanmao
8f9a489891 docs: Add tutorialonfly.com to the showcase 2016-04-15 18:54:42 +02:00
digitalcraftsman
80362974a4 docs: Fix lastmod date for chipsncookies in showcase 2016-04-15 18:45:46 +02:00
David Coallier
e6b3b85467 docs: Add barricade.io to the showcase 2016-04-15 18:43:55 +02:00
Sam Debruyn
b68ca899ef docs: sa.muel.be has moved to chipsncookies.com in showcase 2016-04-15 18:31:07 +02:00
Robert Basic
8524aeac55 tpl: Do not write to cache when ignoring cache
Fixes #2067
Closes #2069
2016-04-14 10:48:26 +02:00
Bjørn Erik Pedersen
088fd4f77d docs: Add plainIDAnchors change to release notes 2016-04-12 18:39:07 +02:00
Bjørn Erik Pedersen
59b492bc48 docs: Update default for plainIDAnchors 2016-04-12 18:36:45 +02:00
Bjørn Erik Pedersen
f1991fa87f docs: Fix example for Param method
Fixes #2070
2016-04-11 13:26:33 +02:00
Robert Basic
d68aaea379 helpers: Ignore cache for Pygments when flag set
When the --ignoreCache flag is set to true, do not write and read
the Pygments results to/from the cache directory.

Fixes #2066
Closes #2068
2016-04-10 20:55:57 +02:00
Bjørn Erik Pedersen
ca5bda55cb docs: Regenerate the commands docs 2016-04-09 23:01:55 +02:00
digitalcraftsman
311ee89bcc hugolib: Add option to disable rendering of 404 page
Fixes #1889
Closes #2037
2016-04-09 20:25:59 +02:00
Göran Svensson
13e4d5bac5 docs: Add commercial services to the "Tools" section 2016-04-09 14:03:45 +02:00
JoeArizona
9808642e43 docs: Fix missing step in Windows version check instructions
The procedure Start button --> Settings --> About was missing a step. Corrected it to: Start --> Settings --> System --> About. Also replaced ASCII arrows (-->) with Unicode right arrow character (U+2192).
2016-04-09 13:43:40 +02:00
Erik Ebsen
0269795f1e docs: Document Go 1.6's new ability to trim whitespace 2016-04-09 13:21:23 +02:00
Bjørn Erik Pedersen
f7145d4fe6 docs: Fix Go version in install guide 2016-04-09 13:16:56 +02:00
digitalcraftsman
acbc4c2f6d docs: Remove remaining Mercurial references 2016-04-09 12:40:58 +02:00
digitalcraftsman
9553c85c1c docs: Remove Mercurial from contribution tutorial
Fixes #2064
2016-04-08 21:52:50 +02:00
digitalcraftsman
7f49f462d1 docs: Add "How to contribute to Hugo" tutorial 2016-04-08 19:18:58 +02:00
Julien Chien
279f0986b4 docs: Fix references to section list templates
Fixes #2032
2016-04-08 10:15:48 -05:00
Anthony Fok
d2b6fc9396 docs: Correct date for proper sorting in showcase 2016-04-08 20:23:10 +08:00
Bjørn Erik Pedersen
2b9f5d4105 docs: Add one more quote 2016-04-08 00:06:39 +02:00
Bjørn Erik Pedersen
b4f34169f3 docs: Limit the quotes on front page to the last two years
We should get some new ones in there.

Also shuffle the order. This also means no merging into 0.15-docs ...

Which also means we should get a release out there ... soon!

See #2055

Also See https://github.com/BurntSushi/toml/issues/129 for an explanation to the little bit ugly dates.
2016-04-07 23:46:46 +02:00
Robert Basic
dbbdabbea0 docs: Use data folder for website carousel
Fixes #2055
2016-04-07 22:50:38 +02:00
Sven Dowideit
0fc375d39b Document and clean SourceRelativeLinksEval code 2016-04-07 20:10:38 +02:00
digitalcraftsman
8f07e645ba tpl: Add findRE template func 2016-04-05 22:26:03 +02:00
Bjørn Erik Pedersen
21f4d4727e Do not create robots.txt by default
Meny people, including me, have a custom robots.txt in static.

Also remove that option from the command line; it doesn't feel
important enough.

Fixes ##2049
2016-04-05 22:20:39 +02:00
Philipp Oppermann
c9efcea73c Disable syntax guessing for PygmentsCodeFences by default
This disables highlighting for fenced code blocks without explicitly specified language. It also introduces a new `PygmentsCodeFencesGuessSyntax` config option (defaulting to false).

To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true`

This is a breaking change.
2016-04-04 22:19:36 +02:00
ysqi
0c103430bb docs: Add yushuangqi.com to the showcase 2016-04-04 20:37:39 +02:00
digitalcraftsman
9ac02ed3fc docs: embed YouTube video in Windows installation tutorial 2016-04-03 14:28:12 +02:00
JohnBlood
05136c59b9 docs: Update set PATH instructions for Windows 2016-04-03 14:22:50 +02:00
Robert Basic
18190cd17a docs: Fix menu in firefox
Fixes #1875
2016-04-03 14:04:48 +02:00