867 Commits

Author SHA1 Message Date
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
JohnBlood
cbaec29173 docs: Add alternative for Wordpress import
I have had trouble getting the Wordpress to Hugo exporter working, so I
added this tip for others to take advantage of.
2016-04-03 13:35:42 +02:00
digitalcraftsman
9d639b182a docs: Add documentation for hasPrefix template func
Fixes #2039
2016-04-03 00:44:43 +02:00
Bjørn Erik Pedersen
07e9963f66 docs: Add doc and a test for readDir
Fixes #2009
2016-03-31 23:16:42 +02:00
Bjørn Erik Pedersen
7bf0d43ba8 Add readFile template func
This also includes a refactor of the hugofs package and its usage.

The motivation for that is:

The Afero filesystems are brilliant. Hugo's way of adding a dozen of global variables for the different filesystems was a mistake. In readFile (and also in some other places in Hugo today) we need a way to restrict the access inside the working dir. We could use ioutil.ReadFile and implement the path checking, checking the base path and the dots ("..") etc. But it is obviously better to use an Afero BasePathFs combined witha ReadOnlyFs. We could create a use-once-filesystem and handle the initialization ourselves, but since this is also useful to others and the initialization depends on some other global state (which would mean to create a new file system on every invocation), we might as well do it properly and encapsulate the predefined set of filesystems. This change also leads the way, if needed, to encapsulate the file systems in a struct, making it possible to have several file system sets in action at once (parallel multilanguage site building? With Moore's law and all...)

Fixes #1551
2016-03-31 21:24:18 +02:00
digitalcraftsman
b001f06665 docs: Mention CLA in the showcase contribution guidelines 2016-03-30 18:01:50 +02:00
Rob Muhlestein
b095046989 docs: Remove incorrent reference to list.html 2016-03-30 17:54:31 +02:00
digitalcraftsman
7bba0cf070 docs: Fix typo in templates/functions.md 2016-03-28 17:04:29 +02:00
Rob Muhlestein
d061939d94 docs: Add surge.sh to main page of static site hosters
See #1994
2016-03-28 16:44:13 +02:00
Robert Basic
6b017f8a76 docs: Document GitHub flavoured code fences
Fixes #1259
2016-03-28 16:38:28 +02:00
Robert Basic
376b4116fa docs: Document lastmod variable
Fixes #1351
2016-03-28 16:33:50 +02:00
Robert Basic
b9049b5771 docs: Document the split function
Fixes #1997
2016-03-28 15:58:41 +02:00
Scopel Emanuele
0de50e3ea6 docs: Add silvergeko.it to the showcase 2016-03-28 14:48:01 +02:00
Robert Basic
30982f28ba docs: Add robertbasic.com to the showcase 2016-03-27 19:52:07 +02:00
digitalcraftsman
aee4625b52 docs: Adapt commit message for showcase additions 2016-03-25 12:32:46 +01:00
digitalcraftsman
cc409de94d docs: Add search form powered by Algolia 2016-03-25 11:22:01 +01:00