Steve Francia [Thu, 2 Jun 2016 20:48:32 +0000 (16:48 -0400)]
update release notes for 0.16 release
Steve Francia [Thu, 2 Jun 2016 20:47:28 +0000 (16:47 -0400)]
Handle errors during rereading properly
Without this fix, any error during rereading would cause Hugo to hang.
Fixes #2168
Closes #2179
Steve Francia [Thu, 2 Jun 2016 19:29:52 +0000 (15:29 -0400)]
Ignore __jb_tmp___ files created by IntelliJ
Steve Francia [Thu, 2 Jun 2016 19:25:19 +0000 (15:25 -0400)]
Annotate temp files that Hugo ignores
Frank Blecha [Tue, 31 May 2016 14:34:08 +0000 (08:34 -0600)]
docs: Grammar fix in overview/quickstart.md
digitalcraftsman [Mon, 30 May 2016 18:25:50 +0000 (20:25 +0200)]
docs: Add Digital Ocean articles to press section
digitalcraftsman [Sun, 29 May 2016 10:02:07 +0000 (12:02 +0200)]
docs: Add c't magazine article to press section
digitalcraftsman [Fri, 27 May 2016 18:12:58 +0000 (20:12 +0200)]
docs: Document UniqueID page variable
Roy Reveltas [Wed, 18 May 2016 07:43:30 +0000 (08:43 +0100)]
docs: Add an example of how to use .PrevInSection
It's not a common knowledge what the "pointer" is so let's
add an example of how to use .PrevInSection
David King [Wed, 25 May 2016 19:20:22 +0000 (20:20 +0100)]
docs: Add note about live reload script injection
Answers common question in docs.
https://discuss.gohugo.io/t/livereload-only-works-on-the-homepage/1006/4
Brijesh Bittu [Fri, 27 May 2016 17:22:09 +0000 (22:52 +0530)]
docs: Fix minor typo in overview/quickstart.md
Peter Y. Chuang [Sun, 22 May 2016 10:04:34 +0000 (18:04 +0800)]
docs: Add novelist.xyz to the showcase
Martin Linkov [Fri, 20 May 2016 11:32:52 +0000 (13:32 +0200)]
docs: Fix typo / readability in extras/menu.md
Stefano Chiodino [Sat, 21 May 2016 20:44:23 +0000 (21:44 +0100)]
docs: Add stefano.chodino.uk to the showcase gallery.
Andreas Linz [Sun, 15 May 2016 21:25:46 +0000 (23:25 +0200)]
docs: Add klingt.net to the showcase gallery
Amit Saha [Thu, 12 May 2016 21:54:41 +0000 (07:54 +1000)]
docs: Clarify that watch is enabled by default
nurp [Mon, 16 May 2016 21:57:15 +0000 (23:57 +0200)]
docs: Fix git clone for hugo_theme_robust in quickstart guide
digitalcraftsman [Wed, 11 May 2016 18:59:31 +0000 (20:59 +0200)]
docs: Improve description for .Hugo.Generator
Bjørn Erik Pedersen [Mon, 9 May 2016 21:18:18 +0000 (23:18 +0200)]
Fix broken template test
Bjørn Erik Pedersen [Mon, 9 May 2016 20:59:49 +0000 (22:59 +0200)]
Don't add any space around Emojis
Bjørn Erik Pedersen [Sun, 8 May 2016 11:15:58 +0000 (13:15 +0200)]
Remove kr/pretty dependency
Fixes #2124
See https://github.com/kr/text/issues/6
Cameron Moore [Sat, 7 May 2016 19:39:40 +0000 (14:39 -0500)]
docs: Document relativeURLs
Fixes #1342
Bjørn Erik Pedersen [Fri, 6 May 2016 18:30:03 +0000 (20:30 +0200)]
Ignore Byword temp files
Fixes #2126
Bjørn Erik Pedersen [Fri, 6 May 2016 08:11:17 +0000 (10:11 +0200)]
Add non-string support in markdownify
yuzroz [Mon, 25 Apr 2016 05:50:52 +0000 (14:50 +0900)]
docs: Fix typo in overview/configuration.md
Alex Leventer [Thu, 28 Apr 2016 16:32:13 +0000 (09:32 -0700)]
docs: Fix typo in templates/content.md
mattjmcnaughton [Wed, 4 May 2016 02:16:14 +0000 (22:16 -0400)]
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>
Masashi Tsuru [Tue, 3 May 2016 10:43:53 +0000 (19:43 +0900)]
docs: Add 2626.info to the showcase
Christopher Mancini [Mon, 11 Apr 2016 20:58:27 +0000 (16:58 -0400)]
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
Göran Svensson [Tue, 26 Apr 2016 11:49:34 +0000 (13:49 +0200)]
docs: Add appernetic blog to showcase
Bjørn Erik Pedersen [Wed, 27 Apr 2016 19:39:57 +0000 (21:39 +0200)]
commands: Sett mime type for CSS in Hugo server
Fixes #2104
Cameron Moore [Wed, 27 Apr 2016 14:54:44 +0000 (09:54 -0500)]
helpers: Use net/url for URL parsing in AbsURL
Fixes #2112
Henrique Dias [Tue, 26 Apr 2016 20:21:15 +0000 (21:21 +0100)]
Export "detectFrontMatter" to fix caddy-hugo
Closes #2108
Fahri Aydos [Sat, 23 Apr 2016 14:25:42 +0000 (17:25 +0300)]
docs: Add aydos.com to the showcase
Bjørn Erik Pedersen [Fri, 22 Apr 2016 21:45:39 +0000 (23:45 +0200)]
Update release-notes.md
Bjørn Erik Pedersen [Fri, 22 Apr 2016 19:37:36 +0000 (21:37 +0200)]
docs: More on release notes
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:47:21 +0000 (20:47 +0200)]
docs: Order by Lastmod in release notes
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:46:04 +0000 (20:46 +0200)]
docs: Order by Lastmod
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:43:00 +0000 (20:43 +0200)]
Add ByLastmod page sort
Alvaro Garcia [Sun, 17 Apr 2016 17:27:43 +0000 (19:27 +0200)]
docs: Add notion of exiting the themes folder in quickstart
Cian Ruane [Thu, 21 Apr 2016 19:05:49 +0000 (20:05 +0100)]
docs: Grammar fixes in overview/quickstart.md
lynxiayel [Thu, 21 Apr 2016 21:16:45 +0000 (17:16 -0400)]
docs: Update showcase screenshot of yulinling.net
Bjørn Erik Pedersen [Fri, 22 Apr 2016 17:03:46 +0000 (19:03 +0200)]
docs: Add some more fixes to release notes
digitalcraftsman [Fri, 22 Apr 2016 16:23:12 +0000 (18:23 +0200)]
docs: Move image-width fix to style.css
digitalcraftsman [Fri, 22 Apr 2016 16:18:50 +0000 (18:18 +0200)]
docs: Move Algolia styling into style.css
Sven Dowideit [Tue, 19 Apr 2016 01:40:15 +0000 (11:40 +1000)]
Make alias redirect output URL's relative
Closes #2093
Cameron Moore [Thu, 21 Apr 2016 17:38:40 +0000 (12:38 -0500)]
docs: Fix findRE typo
Bjørn Erik Pedersen [Thu, 21 Apr 2016 09:27:12 +0000 (11:27 +0200)]
docs: Fix some typos in release notes
Bjørn Erik Pedersen [Thu, 21 Apr 2016 09:23:54 +0000 (11:23 +0200)]
doc: Get feature list of 0.16 release notes up to date
Bjørn Erik Pedersen [Wed, 20 Apr 2016 21:50:43 +0000 (23:50 +0200)]
:books: Add ENV support to release notes
Anthony Fok [Wed, 20 Apr 2016 14:28:26 +0000 (22:28 +0800)]
Update import path of fsnotify
Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify"
per upstream recommendation.
See https://github.com/fsnotify/fsnotify/issues/108 for rationale.
Bjørn Erik Pedersen [Mon, 18 Apr 2016 16:44:51 +0000 (18:44 +0200)]
docs: Add some doc about ENV config
See #2090
Bjørn Erik Pedersen [Mon, 18 Apr 2016 16:37:32 +0000 (18:37 +0200)]
commands: Support config from ENV
So
```bash
env HUGO_TITLE="Some Title" hugo server
```
Will change the `title`.
Fixes #2090
digitalcraftsman [Sun, 17 Apr 2016 18:56:05 +0000 (20:56 +0200)]
docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
Bjørn Erik Pedersen [Sun, 17 Apr 2016 17:55:38 +0000 (19:55 +0200)]
Add some schemaless BaseURL tests
See #2085
Ernie Hershey [Fri, 15 Apr 2016 03:05:24 +0000 (23:05 -0400)]
docs: Fix grammar in templates/partials.md
Noticed this sentence seemingly missing a word or two.
callmelanmao [Fri, 15 Apr 2016 06:50:19 +0000 (14:50 +0800)]
docs: Add tutorialonfly.com to the showcase
digitalcraftsman [Fri, 15 Apr 2016 16:45:46 +0000 (18:45 +0200)]
docs: Fix lastmod date for chipsncookies in showcase
David Coallier [Fri, 15 Apr 2016 13:25:03 +0000 (14:25 +0100)]
docs: Add barricade.io to the showcase
Sam Debruyn [Thu, 14 Apr 2016 19:53:26 +0000 (21:53 +0200)]
docs: sa.muel.be has moved to chipsncookies.com in showcase
Bjørn Erik Pedersen [Fri, 15 Apr 2016 11:02:03 +0000 (13:02 +0200)]
Improve build labels in README
Robert Basic [Sun, 10 Apr 2016 10:11:18 +0000 (12:11 +0200)]
tpl: Do not write to cache when ignoring cache
Fixes #2067
Closes #2069
Mattias Wadman [Tue, 12 Apr 2016 22:14:00 +0000 (00:14 +0200)]
Chomp Unicode BOM if present
Useful if using or sharing files with users that use editors that
append a unicode byte order marker header (like Windows notepad).
This will still assume files are UTF-8 encoded.
Closes #2075
Bjørn Erik Pedersen [Wed, 13 Apr 2016 17:13:33 +0000 (19:13 +0200)]
Revert "tpl: Extend where to iterate over maps"
Committed by accident.
This reverts commit
0141a02160ee7b91642d3c3475959d6742ccd693.
Bjørn Erik Pedersen [Wed, 13 Apr 2016 14:17:43 +0000 (16:17 +0200)]
Update Travis config to Go 1.5.4 and 1.6.1
Cameron Moore [Wed, 13 Apr 2016 01:31:14 +0000 (20:31 -0500)]
tpl: Extend where to iterate over maps
Refactor and extend where to iterate over maps.
Bjørn Erik Pedersen [Tue, 12 Apr 2016 17:18:02 +0000 (19:18 +0200)]
Fix broken tests
Bjørn Erik Pedersen [Tue, 12 Apr 2016 16:39:07 +0000 (18:39 +0200)]
docs: Add plainIDAnchors change to release notes
Bjørn Erik Pedersen [Tue, 12 Apr 2016 16:36:45 +0000 (18:36 +0200)]
docs: Update default for plainIDAnchors
Bjørn Erik Pedersen [Tue, 12 Apr 2016 16:34:46 +0000 (18:34 +0200)]
Default to plainIDAnchors
Fixes #2057
Bjørn Erik Pedersen [Tue, 12 Apr 2016 16:11:52 +0000 (18:11 +0200)]
Revert "Add Node.ID"
This reverts commit
5ef52294f90c51697bd3f918b3c3ed83baff657a.
Bjørn Erik Pedersen [Tue, 12 Apr 2016 16:11:24 +0000 (18:11 +0200)]
Revert "Use Node.ID for anchor ID"
This reverts commit
cd558958a0c0ecd06f7560a38e27334fe983e0de.
Bjørn Erik Pedersen [Mon, 11 Apr 2016 11:26:33 +0000 (13:26 +0200)]
docs: Fix example for Param method
Fixes #2070
Bjørn Erik Pedersen [Mon, 11 Apr 2016 11:17:25 +0000 (13:17 +0200)]
Use Node.ID for anchor ID
Fixes #2057
Bjørn Erik Pedersen [Mon, 11 Apr 2016 09:49:02 +0000 (11:49 +0200)]
Add Node.ID
Fixes #2071
Robert Basic [Sun, 10 Apr 2016 08:11:00 +0000 (10:11 +0200)]
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
Bjørn Erik Pedersen [Sun, 10 Apr 2016 11:49:32 +0000 (13:49 +0200)]
Fix section menus for lazy blogger
IsMenuCurrent was always returning false for the top level entries.
Fixes #2065
Bjørn Erik Pedersen [Sat, 9 Apr 2016 23:36:53 +0000 (01:36 +0200)]
hugofs: Add package doc
Bjørn Erik Pedersen [Sat, 9 Apr 2016 23:36:03 +0000 (01:36 +0200)]
create: Add package doc
Bjørn Erik Pedersen [Sat, 9 Apr 2016 23:34:15 +0000 (01:34 +0200)]
bufpool: Add package doc
Bjørn Erik Pedersen [Sat, 9 Apr 2016 22:14:16 +0000 (00:14 +0200)]
Add GoDocs badge
Bjørn Erik Pedersen [Sat, 9 Apr 2016 21:01:55 +0000 (23:01 +0200)]
docs: Regenerate the commands docs
digitalcraftsman [Sat, 2 Apr 2016 22:22:31 +0000 (00:22 +0200)]
hugolib: Add option to disable rendering of 404 page
Fixes #1889
Closes #2037
nitoyon [Tue, 27 Oct 2015 16:55:57 +0000 (01:55 +0900)]
Move section initialization to Site.assembleSections
Closes #1527
Bjørn Erik Pedersen [Sat, 9 Apr 2016 12:25:33 +0000 (14:25 +0200)]
Fix potential data race in test
Göran Svensson [Thu, 7 Apr 2016 22:12:29 +0000 (00:12 +0200)]
docs: Add commercial services to the "Tools" section
Aditya Bhargava [Sat, 12 Mar 2016 22:36:16 +0000 (14:36 -0800)]
docs: Document how to install dependencies for tests
Fixes #919
JoeArizona [Tue, 5 Apr 2016 00:22:24 +0000 (17:22 -0700)]
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).
Erik Ebsen [Sat, 2 Apr 2016 15:34:04 +0000 (10:34 -0500)]
docs: Document Go 1.6's new ability to trim whitespace
Bjørn Erik Pedersen [Sat, 9 Apr 2016 11:16:56 +0000 (13:16 +0200)]
docs: Fix Go version in install guide
digitalcraftsman [Sat, 9 Apr 2016 10:40:58 +0000 (12:40 +0200)]
docs: Remove remaining Mercurial references
ypnos [Sun, 20 Mar 2016 20:40:03 +0000 (21:40 +0100)]
Save auto-detected markup type in Page.Markup
If Page.Markup was not set by the user, it will now be set after
guessing from the file extension. This means, Page.Markup will be set in
any case. It can be used by a theme to differentiate between markup
types.
Fixes #1950
digitalcraftsman [Fri, 8 Apr 2016 19:52:50 +0000 (21:52 +0200)]
docs: Remove Mercurial from contribution tutorial
Fixes #2064
digitalcraftsman [Fri, 8 Apr 2016 19:36:35 +0000 (21:36 +0200)]
tpl: Add replaceRE to the "smoke tests"
Fixes #2063
Bjørn Erik Pedersen [Fri, 8 Apr 2016 19:11:44 +0000 (21:11 +0200)]
Make Hugo build without Mercurial
By creating a fork of the Bitbucket inflect repo. It hasn't changed since 2013,
so it must be considered pretty stable.
Fixes #2062
digitalcraftsman [Sun, 3 Apr 2016 11:32:11 +0000 (13:32 +0200)]
docs: Add "How to contribute to Hugo" tutorial
Nik Nyby [Wed, 2 Mar 2016 18:54:56 +0000 (13:54 -0500)]
docs: Use HTTPS links in README where appropriate
digitalcraftsman [Sat, 2 Apr 2016 23:24:56 +0000 (01:24 +0200)]
commands: Add helpful instuctions after "hugo new site"
Fixes #1164
Bjørn Erik Pedersen [Thu, 7 Apr 2016 18:03:03 +0000 (20:03 +0200)]
hugolib: Un-export internal Site-methods
These are obviously internal and for the most part undocumented, creating lots of GoLint warnings.
See #1160
See #2014
Julien Chien [Sat, 2 Apr 2016 22:29:36 +0000 (15:29 -0700)]
docs: Fix references to section list templates
Fixes #2032