Stefano Chiodino
326d3eaa20
docs: Add stefano.chodino.uk to the showcase gallery.
2016-05-22 11:25:07 +02:00
Andreas Linz
6ad67994b4
docs: Add klingt.net to the showcase gallery
2016-05-18 12:23:40 +02:00
Amit Saha
da39d44f2e
docs: Clarify that watch is enabled by default
2016-05-18 12:08:26 +02:00
nurp
95bcebb84f
docs: Fix git clone for hugo_theme_robust in quickstart guide
2016-05-17 21:10:04 +02:00
digitalcraftsman
626ca0d4b3
docs: Improve description for .Hugo.Generator
2016-05-11 20:59:31 +02:00
Cameron Moore
c704ae5e0f
docs: Document relativeURLs
...
Fixes #1342
2016-05-07 16:52:18 -05:00
yuzroz
88ead6e6e6
docs: Fix typo in overview/configuration.md
2016-05-04 21:44:28 +02:00
Alex Leventer
e47778c782
docs: Fix typo in templates/content.md
2016-05-04 21:40:22 +02:00
mattjmcnaughton
8ed5df05df
docs: Fix links in the documentation
...
A couple of internal links use `#toc_4` to attempt to locate a document
element within another document page. In both of these instances, there
is no element on the linked to pages with the id `#toc_4`. This commit
updates those links with the document elements which were the original
intended links, meaning these links now take you directly to the
intended element.
Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com>
2016-05-04 21:35:24 +02:00
Masashi Tsuru
03710eaa65
docs: Add 2626.info to the showcase
2016-05-03 20:23:04 +02:00
Christopher Mancini
7d086adbd7
tpl: Add intersect operator to where function
...
Returns true if a given field value that is a slice / array of strings, integers or floats contains elements in common with the matching value. It follows the same rules as the intersect function.
Closes #1945
2016-04-28 00:58:47 +02:00
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