]> git.maquefel.me Git - brevno-suite/hugo/log
brevno-suite/hugo
10 years agohugo: Update contribution guidelines
Cameron Moore [Sat, 12 Mar 2016 23:35:06 +0000 (17:35 -0600)]
hugo: Update contribution guidelines

Refactor the contribution guidelines in the README and CONTRIBUTING
files.

Simplify the contribution guide in the README and move most of the
complex stuff into CONTRIBUTING.

Add an explicit commit message guidelines section to CONTRIBUTING.  Keep
all of the guidelines from Chris Beams except for the 72 character line
limit (we don't follow that, nor does the Go team).  Add three new
guidelines: package prefix in subject, references in body, and
encouragement of message body in general.

Add a new section to CONTRIBUTING on using Git Remotes.

10 years agocommands: Specify os port generic errors
Hanchen Wang [Tue, 14 Jun 2016 15:48:27 +0000 (11:48 -0400)]
commands: Specify os port generic errors

Closes #2217

10 years agocommands: Fix charsets in mimetypes
Bjørn Erik Pedersen [Wed, 15 Jun 2016 17:34:21 +0000 (19:34 +0200)]
commands: Fix charsets in mimetypes

Fixes #2218

10 years agoFix shortcode in markdown headers
Bjørn Erik Pedersen [Mon, 13 Jun 2016 17:10:53 +0000 (19:10 +0200)]
Fix shortcode in markdown headers

This issue was introduced as a fix to shortcode not working in RST.

One could argue that Blackfriday and friends should handle `#` in titles, but that will be a discussion
for another day.

The new placeholder pattern should be RST safe and work with titles.

And now with a test so this doesn't break again.

Fixes #2192
Fixes #2209
Closes #2210

10 years agodocs: Add upbeat.it to the showcase
Cesare [Sun, 12 Jun 2016 10:58:46 +0000 (12:58 +0200)]
docs: Add upbeat.it to the showcase

10 years agodocs: Add mayan-edms to the showcase
Roberto Rosario [Mon, 13 Jun 2016 23:51:27 +0000 (19:51 -0400)]
docs: Add mayan-edms to the showcase

10 years agoUnexport ShouldBuild and AssertShouldBuild
Bjørn Erik Pedersen [Tue, 14 Jun 2016 13:53:49 +0000 (15:53 +0200)]
Unexport ShouldBuild and AssertShouldBuild

10 years agohugolib: futureStats plural
Hanchen Wang [Mon, 13 Jun 2016 15:38:39 +0000 (11:38 -0400)]
hugolib: futureStats plural

10 years agohugolib: Handle unpecified date for IsFuture and IsExpired
Hanchen Wang [Mon, 13 Jun 2016 15:37:10 +0000 (11:37 -0400)]
hugolib: Handle unpecified date for IsFuture and IsExpired

10 years agohugolib: Add expiredStats to build feedback
Hanchen Wang [Thu, 19 May 2016 19:17:36 +0000 (15:17 -0400)]
hugolib: Add expiredStats to build feedback

10 years agohugolib: Bug fix futureStats
Hanchen Wang [Thu, 19 May 2016 19:15:03 +0000 (15:15 -0400)]
hugolib: Bug fix futureStats

10 years agohugolib: Refactor page.ShouldBuild and table driven test
Hanchen Wang [Wed, 11 May 2016 15:45:09 +0000 (11:45 -0400)]
hugolib: Refactor page.ShouldBuild and table driven test

10 years agodocs: Add ExpiryDate to the list of variables
Hanchen Wang [Wed, 11 May 2016 14:17:33 +0000 (10:17 -0400)]
docs: Add ExpiryDate to the list of variables

10 years agodocs: Example of how to use Order by ExpiryDate
Hanchen Wang [Wed, 11 May 2016 14:16:44 +0000 (10:16 -0400)]
docs: Example of how to use Order by ExpiryDate

10 years agodocs: Add instructions on buildExpired in build configurations
Hanchen Wang [Wed, 11 May 2016 14:15:53 +0000 (10:15 -0400)]
docs: Add instructions on buildExpired in build configurations

10 years agodocs: Add expirydate to front-matter doc
Hanchen Wang [Wed, 11 May 2016 14:14:54 +0000 (10:14 -0400)]
docs: Add expirydate to front-matter doc

10 years agocommands: Add listExpiredCmd for expired pages
Hanchen Wang [Wed, 11 May 2016 14:11:23 +0000 (10:11 -0400)]
commands: Add listExpiredCmd for expired pages

10 years agocommands: Add buildExpired flag
Hanchen Wang [Wed, 11 May 2016 14:10:35 +0000 (10:10 -0400)]
commands: Add buildExpired flag

10 years agohugolib: Add GroupByExpireDate function
Hanchen Wang [Wed, 11 May 2016 14:09:43 +0000 (10:09 -0400)]
hugolib: Add GroupByExpireDate function

10 years agohugolib: Add sort ByExpiryDate function
Hanchen Wang [Wed, 11 May 2016 14:08:48 +0000 (10:08 -0400)]
hugolib: Add sort ByExpiryDate function

10 years agohugelib: Add expiredCount as a Site variable
Hanchen Wang [Wed, 11 May 2016 14:06:05 +0000 (10:06 -0400)]
hugelib: Add expiredCount as a Site variable

10 years agohugolib: Support an expiration date
Hanchen Wang [Wed, 11 May 2016 14:04:53 +0000 (10:04 -0400)]
hugolib: Support an expiration date

10 years agoFix Emojfy for certain text patterns
Bjørn Erik Pedersen [Sat, 11 Jun 2016 18:40:56 +0000 (20:40 +0200)]
Fix Emojfy for certain text patterns

Fixes #2198

10 years agoChange hugo to Hugo in help text
Bjørn Erik Pedersen [Thu, 9 Jun 2016 14:03:25 +0000 (16:03 +0200)]
Change hugo to Hugo in help text

10 years agoUpdate the alias generated HTML files to conform to the W3C HTML spec
Marvin Pinto [Mon, 7 Mar 2016 20:05:51 +0000 (15:05 -0500)]
Update the alias generated HTML files to conform to the W3C HTML spec

- W3C recommends that there be a [whitespace character][1] between the
`;` and the `url=` portions.

- W3C also recommends that there be a [title][2] child in the `head`
element

[1]: https://www.w3.org/TR/html-markup/meta.http-equiv.refresh.html
[2]: https://www.w3.org/TR/html-markup/head.html

Closes #1933

10 years agoRemove unneeded casts in page.getParam
Sam Broughton [Mon, 6 Jun 2016 22:20:22 +0000 (23:20 +0100)]
Remove unneeded casts in page.getParam

Closes #2186

10 years agoFix urlesc import url in Dockerfile
Cody W. Opel [Wed, 8 Jun 2016 00:15:28 +0000 (20:15 -0400)]
Fix urlesc import url in Dockerfile

10 years agodocs: Add jamescampbell.us to the showcase
James Campbell [Mon, 6 Jun 2016 18:45:42 +0000 (14:45 -0400)]
docs: Add jamescampbell.us to the showcase

10 years agoBump version to 0.17-DEV
Steve Francia [Mon, 6 Jun 2016 13:10:55 +0000 (09:10 -0400)]
Bump version to 0.17-DEV

10 years agoUpdate release-notes.md v0.16
Steve Francia [Mon, 6 Jun 2016 12:37:59 +0000 (08:37 -0400)]
Update release-notes.md

bump 0.16 to the correct date and add meta generator note.

10 years agoGet Dockerfile up-to-date
Bjørn Erik Pedersen [Sun, 5 Jun 2016 09:06:04 +0000 (11:06 +0200)]
Get Dockerfile up-to-date

10 years agoAdd Hugo generator tag to home page if not present
Bjørn Erik Pedersen [Sat, 4 Jun 2016 11:45:56 +0000 (13:45 +0200)]
Add Hugo generator tag to home page if not present

Fixes #2182

10 years agoUpdate release-notes.md
Bjørn Erik Pedersen [Sat, 4 Jun 2016 19:44:38 +0000 (21:44 +0200)]
Update release-notes.md

10 years agodocs. Add the guranteed exit -1 on eror to Hugo 0.16 rel notes
Bjørn Erik Pedersen [Fri, 3 Jun 2016 22:14:32 +0000 (00:14 +0200)]
docs. Add the guranteed exit -1 on eror to Hugo 0.16 rel notes

It is a minor thing, but  BIG thing for many, including myself.

10 years agoSome polish and addends to 0.16 release notes
Bjørn Erik Pedersen [Fri, 3 Jun 2016 20:54:18 +0000 (22:54 +0200)]
Some polish and addends to 0.16 release notes

10 years agoPull the shootouts about 0.16 into the intro section
Bjørn Erik Pedersen [Fri, 3 Jun 2016 18:53:33 +0000 (20:53 +0200)]
Pull the shootouts about 0.16 into the intro section

10 years agoRemove HugoVersionSuffix "-DEV" prior to 0.16 release
Steve Francia [Fri, 3 Jun 2016 15:51:45 +0000 (11:51 -0400)]
Remove HugoVersionSuffix "-DEV" prior to 0.16 release

10 years agoupdate release notes for 0.16 release
Steve Francia [Thu, 2 Jun 2016 20:48:32 +0000 (16:48 -0400)]
update release notes for 0.16 release

10 years agoHandle errors during rereading properly
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

10 years agoIgnore __jb_tmp___ files created by IntelliJ
Steve Francia [Thu, 2 Jun 2016 19:29:52 +0000 (15:29 -0400)]
Ignore __jb_tmp___ files created by IntelliJ

10 years agoAnnotate temp files that Hugo ignores
Steve Francia [Thu, 2 Jun 2016 19:25:19 +0000 (15:25 -0400)]
Annotate temp files that Hugo ignores

10 years agodocs: Grammar fix in overview/quickstart.md
Frank Blecha [Tue, 31 May 2016 14:34:08 +0000 (08:34 -0600)]
docs: Grammar fix in overview/quickstart.md

10 years agodocs: Add Digital Ocean articles to press section
digitalcraftsman [Mon, 30 May 2016 18:25:50 +0000 (20:25 +0200)]
docs: Add Digital Ocean articles to press section

10 years agodocs: Add c't magazine article to press section
digitalcraftsman [Sun, 29 May 2016 10:02:07 +0000 (12:02 +0200)]
docs: Add c't magazine article to press section

10 years agodocs: Document UniqueID page variable
digitalcraftsman [Fri, 27 May 2016 18:12:58 +0000 (20:12 +0200)]
docs: Document UniqueID page variable

10 years agodocs: Add an example of how to use .PrevInSection
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

10 years agodocs: Add note about live reload script injection
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

10 years agodocs: Fix minor typo in overview/quickstart.md
Brijesh Bittu [Fri, 27 May 2016 17:22:09 +0000 (22:52 +0530)]
docs: Fix minor typo in overview/quickstart.md

10 years agodocs: Add novelist.xyz to the showcase
Peter Y. Chuang [Sun, 22 May 2016 10:04:34 +0000 (18:04 +0800)]
docs: Add novelist.xyz to the showcase

10 years agodocs: Fix typo / readability in extras/menu.md
Martin Linkov [Fri, 20 May 2016 11:32:52 +0000 (13:32 +0200)]
docs: Fix typo / readability in extras/menu.md

10 years agodocs: Add stefano.chodino.uk to the showcase gallery.
Stefano Chiodino [Sat, 21 May 2016 20:44:23 +0000 (21:44 +0100)]
docs: Add stefano.chodino.uk to the showcase gallery.

10 years agodocs: Add klingt.net 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

10 years agodocs: Clarify that watch is enabled by default
Amit Saha [Thu, 12 May 2016 21:54:41 +0000 (07:54 +1000)]
docs: Clarify that watch is enabled by default

10 years agodocs: Fix git clone for hugo_theme_robust in quickstart guide
nurp [Mon, 16 May 2016 21:57:15 +0000 (23:57 +0200)]
docs: Fix git clone for hugo_theme_robust in quickstart guide

10 years agodocs: Improve description for .Hugo.Generator
digitalcraftsman [Wed, 11 May 2016 18:59:31 +0000 (20:59 +0200)]
docs: Improve description for .Hugo.Generator

10 years agoFix broken template test
Bjørn Erik Pedersen [Mon, 9 May 2016 21:18:18 +0000 (23:18 +0200)]
Fix broken template test

10 years agoDon't add any space around Emojis
Bjørn Erik Pedersen [Mon, 9 May 2016 20:59:49 +0000 (22:59 +0200)]
Don't add any space around Emojis

10 years agoRemove kr/pretty dependency
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

10 years agodocs: Document relativeURLs
Cameron Moore [Sat, 7 May 2016 19:39:40 +0000 (14:39 -0500)]
docs: Document relativeURLs

Fixes #1342

10 years agoIgnore Byword temp files
Bjørn Erik Pedersen [Fri, 6 May 2016 18:30:03 +0000 (20:30 +0200)]
Ignore Byword temp files

Fixes #2126

10 years agoAdd non-string support in markdownify
Bjørn Erik Pedersen [Fri, 6 May 2016 08:11:17 +0000 (10:11 +0200)]
Add non-string support in markdownify

10 years agodocs: Fix typo in overview/configuration.md
yuzroz [Mon, 25 Apr 2016 05:50:52 +0000 (14:50 +0900)]
docs: Fix typo in overview/configuration.md

10 years agodocs: Fix typo in templates/content.md
Alex Leventer [Thu, 28 Apr 2016 16:32:13 +0000 (09:32 -0700)]
docs: Fix typo in templates/content.md

10 years agodocs: Fix links in the documentation
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>
10 years agodocs: Add 2626.info to the showcase
Masashi Tsuru [Tue, 3 May 2016 10:43:53 +0000 (19:43 +0900)]
docs: Add 2626.info to the showcase

10 years agotpl: Add intersect operator to where function
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

10 years agodocs: Add appernetic blog to showcase
Göran Svensson [Tue, 26 Apr 2016 11:49:34 +0000 (13:49 +0200)]
docs: Add appernetic blog to showcase

10 years agocommands: Sett mime type for CSS in Hugo server
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

10 years agohelpers: Use net/url for URL parsing in AbsURL
Cameron Moore [Wed, 27 Apr 2016 14:54:44 +0000 (09:54 -0500)]
helpers: Use net/url for URL parsing in AbsURL

Fixes #2112

10 years agoExport "detectFrontMatter" to fix caddy-hugo
Henrique Dias [Tue, 26 Apr 2016 20:21:15 +0000 (21:21 +0100)]
Export "detectFrontMatter" to fix caddy-hugo

Closes #2108

10 years agodocs: Add aydos.com to the showcase
Fahri Aydos [Sat, 23 Apr 2016 14:25:42 +0000 (17:25 +0300)]
docs: Add aydos.com to the showcase

10 years agoUpdate release-notes.md
Bjørn Erik Pedersen [Fri, 22 Apr 2016 21:45:39 +0000 (23:45 +0200)]
Update release-notes.md

10 years agodocs: More on release notes
Bjørn Erik Pedersen [Fri, 22 Apr 2016 19:37:36 +0000 (21:37 +0200)]
docs: More on release notes

10 years agodocs: Order by Lastmod in release notes
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:47:21 +0000 (20:47 +0200)]
docs: Order by Lastmod in release notes

10 years agodocs: Order by Lastmod
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:46:04 +0000 (20:46 +0200)]
docs: Order by Lastmod

10 years agoAdd ByLastmod page sort
Bjørn Erik Pedersen [Fri, 22 Apr 2016 18:43:00 +0000 (20:43 +0200)]
Add ByLastmod page sort

10 years agodocs: Add notion of exiting the themes folder in quickstart
Alvaro Garcia [Sun, 17 Apr 2016 17:27:43 +0000 (19:27 +0200)]
docs: Add notion of exiting the themes folder in quickstart

10 years agodocs: Grammar fixes in overview/quickstart.md
Cian Ruane [Thu, 21 Apr 2016 19:05:49 +0000 (20:05 +0100)]
docs: Grammar fixes in overview/quickstart.md

10 years agodocs: Update showcase screenshot of yulinling.net
lynxiayel [Thu, 21 Apr 2016 21:16:45 +0000 (17:16 -0400)]
docs: Update showcase screenshot of yulinling.net

10 years agodocs: Add some more fixes to release notes
Bjørn Erik Pedersen [Fri, 22 Apr 2016 17:03:46 +0000 (19:03 +0200)]
docs: Add some more fixes to release notes

10 years agodocs: Move image-width fix to style.css
digitalcraftsman [Fri, 22 Apr 2016 16:23:12 +0000 (18:23 +0200)]
docs: Move image-width fix to style.css

10 years agodocs: Move Algolia styling into style.css
digitalcraftsman [Fri, 22 Apr 2016 16:18:50 +0000 (18:18 +0200)]
docs: Move Algolia styling into style.css

10 years agoMake alias redirect output URL's relative
Sven Dowideit [Tue, 19 Apr 2016 01:40:15 +0000 (11:40 +1000)]
Make alias redirect output URL's relative

Closes #2093

10 years agodocs: Fix findRE typo
Cameron Moore [Thu, 21 Apr 2016 17:38:40 +0000 (12:38 -0500)]
docs: Fix findRE typo

10 years agodocs: Fix some typos in release notes
Bjørn Erik Pedersen [Thu, 21 Apr 2016 09:27:12 +0000 (11:27 +0200)]
docs: Fix some typos in release notes

10 years agodoc: Get feature list of 0.16 release notes up to date
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

10 years ago:books: Add ENV support to release notes
Bjørn Erik Pedersen [Wed, 20 Apr 2016 21:50:43 +0000 (23:50 +0200)]
:books: Add ENV support to release notes

10 years agoUpdate import path of fsnotify
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.

10 years agodocs: Add some doc about ENV config
Bjørn Erik Pedersen [Mon, 18 Apr 2016 16:44:51 +0000 (18:44 +0200)]
docs: Add some doc about ENV config

See #2090

10 years agocommands: Support config from ENV
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

10 years agodocs: Fix typo in tutorials/how-to-contribute-to-hugo.md
digitalcraftsman [Sun, 17 Apr 2016 18:56:05 +0000 (20:56 +0200)]
docs: Fix typo in tutorials/how-to-contribute-to-hugo.md

10 years agoAdd some schemaless BaseURL tests
Bjørn Erik Pedersen [Sun, 17 Apr 2016 17:55:38 +0000 (19:55 +0200)]
Add some schemaless BaseURL tests

See #2085

10 years agodocs: Fix grammar in templates/partials.md
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.

10 years agodocs: Add tutorialonfly.com to the showcase
callmelanmao [Fri, 15 Apr 2016 06:50:19 +0000 (14:50 +0800)]
docs: Add tutorialonfly.com to the showcase

10 years agodocs: Fix lastmod date for chipsncookies in showcase
digitalcraftsman [Fri, 15 Apr 2016 16:45:46 +0000 (18:45 +0200)]
docs: Fix lastmod date for chipsncookies in showcase

10 years agodocs: Add barricade.io to the showcase
David Coallier [Fri, 15 Apr 2016 13:25:03 +0000 (14:25 +0100)]
docs: Add barricade.io to the showcase

10 years agodocs: sa.muel.be has moved to chipsncookies.com in 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

10 years agoImprove build labels in README
Bjørn Erik Pedersen [Fri, 15 Apr 2016 11:02:03 +0000 (13:02 +0200)]
Improve build labels in README

10 years agotpl: Do not write to cache when ignoring cache
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

10 years agoChomp Unicode BOM if present
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