brevno-suite/hugo
8 years agocommands: Only watch relevant themes dir
Bjørn Erik Pedersen [Wed, 19 Oct 2016 17:59:15 +0000 (19:59 +0200)]
commands: Only watch relevant themes dir

The same behavior as for the root project.

Fixes #2602

8 years agoAdd page context to error logging in rendering
choeppler [Wed, 19 Oct 2016 13:22:40 +0000 (15:22 +0200)]
Add page context to error logging in rendering

Add logging of the errors/warnings which rst2html outputs to its stderr
stream when rendering rst documents. Note that rst2html outputs warnings
and errors to stderr but it also adds them to the generated html. ->
hugo logs everything in stderr as error.

Add / complete adding page context (path to file being rendered) to
anything logged by getRstContent and getAsciidocContent.

See #2570

8 years agoFix a more summary corner case
Bjørn Erik Pedersen [Tue, 18 Oct 2016 06:43:44 +0000 (08:43 +0200)]
Fix a more summary corner case

Also refactor the rendering pages test to accept more than one page source per test run, which wasn't really needed for this issue, but may be in the future.

Closes #2586
Fixes #2538

8 years agoConsolidate the Param methods
Bjørn Erik Pedersen [Mon, 17 Oct 2016 17:30:21 +0000 (19:30 +0200)]
Consolidate the Param methods

Maps in Viper, Hugo's config backing store, is now properly lower-cased not just on top level, the current situation.

While this is mostly a good thing, as you don't need to know the original casing to look up a value, it will be breaking for people doing direct lookups in the ´Site.Params` map.

We will try to find a solution to this "breakage", but the recommended method to get params values is via the `.Param` methods.

This method is now implemented on `Node`, `Page` and `Site` and is case-insensitive:

* Use `.Param "someKey" ` if you want page param with fall back to site param if not found on page.
* Use `.Site.Param "someKey"` to get a site param

See #2590

8 years agodocs: Add singular/plural i18n example
Bjørn Erik Pedersen [Wed, 12 Oct 2016 15:04:50 +0000 (17:04 +0200)]
docs: Add singular/plural i18n example

8 years agodocs: Add christianmendoza.me to the showcase
Christian Mendoza [Sun, 16 Oct 2016 17:46:10 +0000 (13:46 -0400)]
docs: Add christianmendoza.me to the showcase

8 years agodocs: Add fixatom.com to the showcase
Chen Fangzhou [Mon, 17 Oct 2016 08:33:50 +0000 (16:33 +0800)]
docs: Add fixatom.com to the showcase

8 years agodocs: Add hugojoomla to the tools section
digitalcraftsman [Mon, 17 Oct 2016 13:50:49 +0000 (15:50 +0200)]
docs: Add hugojoomla to the tools section

8 years agodocs: Remove merge artifact
János Illés [Sun, 16 Oct 2016 19:45:28 +0000 (21:45 +0200)]
docs: Remove merge artifact

8 years agohelpers: Slight improvement of ToLowerMap
Bjørn Erik Pedersen [Sun, 16 Oct 2016 20:49:21 +0000 (22:49 +0200)]
helpers: Slight improvement of ToLowerMap

See #2581

8 years agoFix case issue Viper vs Blackfriday config
Bjørn Erik Pedersen [Sun, 16 Oct 2016 17:28:21 +0000 (19:28 +0200)]
Fix case issue Viper vs Blackfriday config

There are still work to be done in the case department, but that will have to be another day.

Fixes #2581
See https://github.com/spf13/viper/issues/261

8 years agodocs: Update link for Ace template site
digitalcraftsman [Sun, 16 Oct 2016 12:39:09 +0000 (14:39 +0200)]
docs: Update link for Ace template site

8 years agodocs: Add docs.eurie.io to the showcase
iktakahiro [Sat, 15 Oct 2016 15:13:38 +0000 (00:13 +0900)]
docs: Add docs.eurie.io to the showcase

8 years agodocs: Add GitLab to Forestry.io integrations
digitalcraftsman [Sun, 16 Oct 2016 12:26:48 +0000 (14:26 +0200)]
docs: Add GitLab to Forestry.io integrations

8 years agoFix pygments check in test
Bjørn Erik Pedersen [Sat, 15 Oct 2016 14:47:43 +0000 (16:47 +0200)]
Fix pygments check in test

8 years agovendor: Add external
Bjørn Erik Pedersen [Sat, 15 Oct 2016 14:37:48 +0000 (16:37 +0200)]
vendor: Add external

8 years agoMake the pygments shortcode test matching less specific
Bjørn Erik Pedersen [Sat, 15 Oct 2016 13:29:17 +0000 (15:29 +0200)]
Make the pygments shortcode test matching less specific

So it does not fail on "other" pygments versions.

8 years agoImplement support for alias templates
Nate Finch [Sat, 15 Oct 2016 11:35:32 +0000 (07:35 -0400)]
Implement support for alias templates

This change adds a canonical alias.html template that is used for page
redirects, and passes the page as data to the template under .Page

Fixes #2533
Closes #2576

8 years agoUpdated link for Ace template site
vsopvsop [Sat, 15 Oct 2016 11:18:26 +0000 (16:48 +0530)]
Updated link for Ace template site

8 years agoUse govendor sync instead of get
Cameron Moore [Fri, 14 Oct 2016 21:41:02 +0000 (16:41 -0500)]
Use govendor sync instead of get

8 years agoRewrite TestRSSOutput to use Afero
Bjørn Erik Pedersen [Fri, 14 Oct 2016 14:41:55 +0000 (16:41 +0200)]
Rewrite TestRSSOutput to use Afero

When we have a virtual filesystem, we might as well test as close to the iron as possible.

8 years agoAdd workaround for block template crash
Bjørn Erik Pedersen [Fri, 14 Oct 2016 09:01:49 +0000 (11:01 +0200)]
Add workaround for block template crash

Fixes #2549

8 years agoUse example.org for replace-this-with-your-hugo-site.com
Bjørn Erik Pedersen [Fri, 14 Oct 2016 07:34:08 +0000 (09:34 +0200)]
Use example.org for replace-this-with-your-hugo-site.com

Fixes #2575

8 years agoAdded GitLab to Forestry.io integrations
Scott Gallant [Thu, 13 Oct 2016 14:24:51 +0000 (10:24 -0400)]
Added GitLab to Forestry.io integrations

8 years agoall: Remove dead code
Albert [Thu, 13 Oct 2016 11:51:16 +0000 (13:51 +0200)]
all: Remove dead code

8 years agoAdd context to asciidoc/-tor error logging
C. Hoeppler [Thu, 13 Oct 2016 08:30:43 +0000 (10:30 +0200)]
Add context to asciidoc/-tor error logging

Add DocumentName (path to the file being rendered) to RenderingContext
and use that information to include the path in the error print.

See #2399
Closes #2567

8 years agoAdd logging of asciidoc/-tor errors
C. Hoeppler [Thu, 13 Oct 2016 05:34:47 +0000 (07:34 +0200)]
Add logging of asciidoc/-tor errors

Add logging of the errors which asciidoc and asciidoctor output to their
stderr stream when converting asciidoc documents. Note that
asciidoctor's exit code may be SUCCESS even if there are ERROR messages
in its stderr output (tested with Asciidoctor 0.1.4 and 1.5.5).
Therefore log the stderr output whenever it is non-empty.

See #2399

8 years agoLog on error in translation file
Bjørn Erik Pedersen [Wed, 12 Oct 2016 14:54:29 +0000 (16:54 +0200)]
Log on error in translation file

Fixes #2562

8 years agotpl: Remove the spamming template errors
Bjørn Erik Pedersen [Wed, 12 Oct 2016 08:12:15 +0000 (10:12 +0200)]
tpl: Remove the spamming template errors

Fixes #2343

8 years agotpl: Factor out double Lookup in executeTemplate
Cameron Moore [Wed, 12 Oct 2016 06:26:39 +0000 (01:26 -0500)]
tpl: Factor out double Lookup in executeTemplate

8 years agotpl: Add partialCached template function
Cameron Moore [Mon, 10 Oct 2016 22:03:30 +0000 (17:03 -0500)]
tpl: Add partialCached template function

Supports an optional variant string parameter so that a given partial
will be cached based upon the name+variant.

Fixes #1368
Closes #2552

8 years agoAdd draft test
Bjørn Erik Pedersen [Tue, 11 Oct 2016 16:12:28 +0000 (18:12 +0200)]
Add draft test

See #2549

8 years agodocs: Remove deleted article "Hugo on Netlify — Insanely Fast Deploys"
digitalcraftsman [Mon, 10 Oct 2016 19:00:17 +0000 (21:00 +0200)]
docs: Remove deleted article "Hugo on Netlify — Insanely Fast Deploys"

8 years agodocs: Add "Hugo on Netlify" article to press.md
voom [Mon, 10 Oct 2016 13:57:40 +0000 (15:57 +0200)]
docs: Add "Hugo on Netlify" article to press.md

8 years agodocs: Add shapeshed.com to the showcase
George Ornbo [Mon, 10 Oct 2016 10:50:10 +0000 (11:50 +0100)]
docs: Add shapeshed.com to the showcase

8 years agodocs: Add thecodeking.co.uk to the showcase
TheCodeKing [Sun, 9 Oct 2016 22:23:58 +0000 (23:23 +0100)]
docs: Add thecodeking.co.uk to the showcase

8 years agodocs: Add Firebase Hosting to usage.md
Michael Bleigh [Sun, 9 Oct 2016 23:04:53 +0000 (16:04 -0700)]
docs: Add Firebase Hosting to usage.md

8 years agodocs: Add Firebase Hosting to hosting providers
Michael Bleigh [Sun, 9 Oct 2016 23:02:56 +0000 (16:02 -0700)]
docs: Add Firebase Hosting to hosting providers

8 years agodocs: Add webhook to tools for deployments
Adnan Hajdarević [Mon, 10 Oct 2016 11:15:12 +0000 (13:15 +0200)]
docs: Add webhook to tools for deployments

8 years agodocs: Mention GitLab hosting support
Robert Schilling [Mon, 10 Oct 2016 11:28:59 +0000 (13:28 +0200)]
docs: Mention GitLab hosting support

8 years agoFix broken build
Bjørn Erik Pedersen [Mon, 10 Oct 2016 13:17:13 +0000 (15:17 +0200)]
Fix broken build

8 years agohugolib: Prevent TestShortcodeTweet from accessing network
Cameron Moore [Mon, 10 Oct 2016 13:10:14 +0000 (08:10 -0500)]
hugolib: Prevent TestShortcodeTweet from accessing network

Overload `getJSON` and return mock response.  Also standardized error
reporting strings in tests.

Fixes #2359

8 years agovendor: Update Viper
Bjørn Erik Pedersen [Mon, 10 Oct 2016 11:41:14 +0000 (13:41 +0200)]
vendor: Update Viper

See #2536

8 years agosnap: Add "network-bind" plug for "hugo server" to work
Anthony Fok [Sun, 9 Oct 2016 15:53:09 +0000 (09:53 -0600)]
snap: Add "network-bind" plug for "hugo server" to work

See #2532

8 years agodocs: Add Forestry.io to the tools section
digitalcraftsman [Sun, 9 Oct 2016 12:20:14 +0000 (14:20 +0200)]
docs: Add Forestry.io to the tools section

8 years agodocs: Refactor /docs to use the block keyword
Bjørn Erik Pedersen [Mon, 20 Jun 2016 13:20:44 +0000 (15:20 +0200)]
docs: Refactor /docs to use the block keyword

Fixes #2226

8 years agoAllow to set cache dir in config file
Dimitri Merejkowsky [Sun, 9 Oct 2016 09:00:36 +0000 (11:00 +0200)]
Allow to set cache dir in config file

8 years agocommand: Fix hugo new for multiple architectures
Chase Adams [Sun, 9 Oct 2016 08:59:07 +0000 (01:59 -0700)]
command: Fix hugo new for multiple architectures

Changes `%q` to `%s`. `%q` was safely escaping the `\` in windows so that it was printing `\\`. Uses `filepath.Join` for example filepath so that the output is OS specific and since this required splitting up the multiline string, it's refactored into a separate function..

Fixes #2401

8 years agovendor: Revert latest Viper
Bjørn Erik Pedersen [Sat, 8 Oct 2016 17:05:41 +0000 (19:05 +0200)]
vendor: Revert latest Viper

See #2536

8 years agoAdd quiet mode
Bjørn Erik Pedersen [Sat, 8 Oct 2016 16:26:16 +0000 (18:26 +0200)]
Add quiet mode

Needed to run benchmarks without the stats getting in the way of the benchmark stats.

Fixes #1218

8 years agovendor: Update dependencies
Bjørn Erik Pedersen [Sat, 8 Oct 2016 13:09:34 +0000 (15:09 +0200)]
vendor: Update dependencies

8 years agodocs: Stylize "Mac OS" as "macOS" in v0.17 release notes
Anthony Fok [Fri, 7 Oct 2016 16:43:34 +0000 (10:43 -0600)]
docs: Stylize "Mac OS" as "macOS" in v0.17 release notes

8 years agodocs: Fix grammar in v0.17 release notes
Cameron Moore [Fri, 7 Oct 2016 15:16:48 +0000 (10:16 -0500)]
docs: Fix grammar in v0.17 release notes

Also trimmed trailing whitespace.

8 years agosnapcraft.yaml: Bump version to 0.18-DEV
Anthony Fok [Fri, 7 Oct 2016 16:12:46 +0000 (10:12 -0600)]
snapcraft.yaml: Bump version to 0.18-DEV

and set grade to "devel" for the new development series.

8 years agorelease: version bump to v0.18-DEV
Steve Francia [Fri, 7 Oct 2016 15:11:43 +0000 (11:11 -0400)]
release: version bump to v0.18-DEV

8 years agosnapcraft.yaml: Bump version to 0.17 for release v0.17
Anthony Fok [Fri, 7 Oct 2016 14:42:05 +0000 (08:42 -0600)]
snapcraft.yaml: Bump version to 0.17 for release

8 years agocommands: Bump min_version to 0.17 for "new theme" subcommand
Anthony Fok [Fri, 7 Oct 2016 14:36:28 +0000 (08:36 -0600)]
commands: Bump min_version to 0.17 for "new theme" subcommand

8 years agorelease: version bump to 0.17
Steve Francia [Fri, 7 Oct 2016 14:08:57 +0000 (10:08 -0400)]
release: version bump to 0.17

8 years agovendor: update viper to latest version
Steve Francia [Fri, 7 Oct 2016 14:05:27 +0000 (10:05 -0400)]
vendor: update viper to latest version

8 years agoadd release notes for v0.17
Steve Francia [Fri, 7 Oct 2016 13:48:39 +0000 (09:48 -0400)]
add release notes for v0.17

8 years agodocs: Add rahulrai.in to the showcase
Rahul Rai [Tue, 4 Oct 2016 04:39:46 +0000 (15:39 +1100)]
docs: Add rahulrai.in to the showcase

8 years agoWhitelist startinline pygments option
Kim Gressens [Thu, 6 Oct 2016 12:59:49 +0000 (14:59 +0200)]
Whitelist startinline pygments option

8 years agotravis: Reintroduce asciidoctor to build
Bjørn Erik Pedersen [Thu, 6 Oct 2016 07:31:57 +0000 (09:31 +0200)]
travis: Reintroduce asciidoctor to build

Fixes #2524

8 years agosnapcraft.yaml: Change grade from "devel" to "stable"
Anthony Fok [Wed, 5 Oct 2016 13:01:57 +0000 (07:01 -0600)]
snapcraft.yaml: Change grade from "devel" to "stable"

So that the snap can be uploaded to the Candidate channel
in the Ubuntu store, now that the 0.17 release is impending.

8 years agotravis: Remove asciidoctor from build
Bjørn Erik Pedersen [Wed, 5 Oct 2016 12:36:50 +0000 (14:36 +0200)]
travis: Remove asciidoctor from build

It fails. Will have to investigate.

8 years agotravis: Fix asciidoctor build
Bjørn Erik Pedersen [Wed, 5 Oct 2016 12:27:52 +0000 (14:27 +0200)]
travis: Fix asciidoctor build

8 years agotravis: Lock asciidoctor to 1.5.4
Bjørn Erik Pedersen [Wed, 5 Oct 2016 12:11:56 +0000 (14:11 +0200)]
travis: Lock asciidoctor to 1.5.4

1.5.5 (the newly released) seems to break.

8 years agodocs: Regenerate commands doc
Bjørn Erik Pedersen [Wed, 5 Oct 2016 08:23:45 +0000 (10:23 +0200)]
docs: Regenerate commands doc

8 years agoAdd hugo env command
Bjørn Erik Pedersen [Wed, 5 Oct 2016 08:20:25 +0000 (10:20 +0200)]
Add hugo env command

Useful for bug reports.

Fixes #2523

8 years agodocs: Us vs you
Pine [Sun, 2 Oct 2016 22:45:23 +0000 (15:45 -0700)]
docs: Us vs you

8 years agodocs: Improve home page
Mark D. Blackwell [Sun, 2 Oct 2016 02:19:22 +0000 (22:19 -0400)]
docs: Improve home page

Organize CSS and Javascript files into directories, separating vendor
source code from home-grown.

Separate new properties and selectors in Bootstrap CSS (already edited
for Hugo) from:
1. Original property values; and
2. Changed property values.

For the home page:

1. Clarify the English text;
2. Add some element names to classes in CSS selectors (to speed loading);
3. Document the Owl Carousel and Highlight.js versions;
4. Add Owl Carousel's license;
5. Restore HTML comments to browser source views;
6. Make the beginning GitHub button transparent on focus (like the others);

7. For the final, colored Twitter and Github buttons:
  a. Remove the dotted box on focus; and
  b. Color them green on active.

8. To increase (layout/) source readability:
  a. Place `class` attributes before `href` attributes;
  b. In `class` attributes, place more-specific class names before
     less-specific; and
  c. Comment the beginnings and ends of Bootstrap rows.

9. To increase understandability during development:
  a. Document the meaning of CSS file, `HPstyles` by renaming it to
     `home-page-style`;
  b. Move inline styling to CSS stylesheets;
  c. Separate @media queries to a file;
  d. Separate the inline Owl Carousel custom Javascript to a file;
  e. Use regular Owl Carousel CSS files instead of minified ones; and
  f. Rename the wide, landscape desk background image filename from
     `desk-long` to `desk-wide`.

8 years agodoc: Improving language in archetypes doc
Tim Rourke [Sat, 1 Oct 2016 12:21:13 +0000 (07:21 -0500)]
doc: Improving language in archetypes doc

8 years agoUpdate Dockerfile to pull in missing test dependency
Andrew Speed [Sat, 1 Oct 2016 11:02:35 +0000 (12:02 +0100)]
Update Dockerfile to pull in missing test dependency

Add the missing github.com/fortytw2/leaktest dependency required for
hugo_site_tests.

8 years agodocs: Add Lipi to tools section
digitalcraftsman [Sat, 1 Oct 2016 09:43:38 +0000 (11:43 +0200)]
docs: Add Lipi to tools section

8 years agoFix URL in multilanguage sitemap index
Bjørn Erik Pedersen [Fri, 30 Sep 2016 14:24:09 +0000 (16:24 +0200)]
Fix URL in multilanguage sitemap index

Fixes #2509

8 years agodocs: Fix typo in tutorials/how-to-contribute-to-hugo.md
digitalcraftsman [Wed, 28 Sep 2016 15:27:18 +0000 (17:27 +0200)]
docs: Fix typo in tutorials/how-to-contribute-to-hugo.md

8 years agoContributing: Link the "How to contribute" tutorial
digitalcraftsman [Wed, 28 Sep 2016 15:25:24 +0000 (17:25 +0200)]
Contributing: Link the "How to contribute" tutorial

8 years agodocs: Add notes about multilingual menus
digitalcraftsman [Wed, 28 Sep 2016 15:17:57 +0000 (17:17 +0200)]
docs: Add notes about multilingual menus

8 years agoReadme: Clarify usage of Gitter
digitalcraftsman [Wed, 28 Sep 2016 12:51:40 +0000 (14:51 +0200)]
Readme: Clarify usage of Gitter

8 years agodocs: Add tryo labs article to press.md
patdhlk [Tue, 27 Sep 2016 19:53:00 +0000 (21:53 +0200)]
docs: Add tryo labs article to press.md

8 years agoDeprecate PageMeta.WordCount etc.
Bjørn Erik Pedersen [Wed, 28 Sep 2016 09:05:21 +0000 (11:05 +0200)]
Deprecate PageMeta.WordCount etc.

Fix #2503

8 years agoFix half-broken self-closing shortcodes
Bjørn Erik Pedersen [Tue, 27 Sep 2016 19:11:34 +0000 (21:11 +0200)]
Fix half-broken self-closing shortcodes

Fixes #2498

8 years agodocs: Fix typo on hosting-on-gitlab
Joseph Anderson [Tue, 27 Sep 2016 13:23:16 +0000 (08:23 -0500)]
docs: Fix typo on hosting-on-gitlab

Corrects "github" typo to "gitlab"

8 years agocommands: Revise instructions after "hugo new site"
Anthony Fok [Mon, 26 Sep 2016 20:23:57 +0000 (14:23 -0600)]
commands: Revise instructions after "hugo new site"

mainly to fit inside 80-column wide terminal windows.

See #1164

8 years agovendor: Update Viper
Bjørn Erik Pedersen [Mon, 26 Sep 2016 15:06:58 +0000 (17:06 +0200)]
vendor: Update Viper

See #2495

8 years agovendor: Update cast
Bjørn Erik Pedersen [Mon, 26 Sep 2016 08:50:38 +0000 (10:50 +0200)]
vendor: Update cast

See #2495

8 years agoFix leaky goroutine
Bjørn Erik Pedersen [Fri, 23 Sep 2016 17:04:19 +0000 (19:04 +0200)]
Fix leaky goroutine

By making the err chan buffered so both go routines can return.

Also make sure that any errors are logged.

Fixes #2488

8 years agoMake multilingual respect DisableSitemap
Bjørn Erik Pedersen [Fri, 23 Sep 2016 08:30:55 +0000 (10:30 +0200)]
Make multilingual respect DisableSitemap

Fixes #2485

8 years agoAdd TestChangeDefaultLanguage
Bjørn Erik Pedersen [Wed, 21 Sep 2016 12:09:41 +0000 (14:09 +0200)]
Add TestChangeDefaultLanguage

8 years agotpl: Polish i18n tests
Bjørn Erik Pedersen [Tue, 20 Sep 2016 11:22:56 +0000 (13:22 +0200)]
tpl: Polish i18n tests

* Make the type/var names more specific. They live in the test namespace, but there are other tests there.
* Camel case variable
* Small change suggested by Golint

8 years agotpl: Improve tests and docs for i18n
Mitchell Cohen [Tue, 20 Sep 2016 09:11:57 +0000 (05:11 -0400)]
tpl: Improve tests and docs for i18n

8 years agovendor: Update go-toml
Bjørn Erik Pedersen [Tue, 20 Sep 2016 08:35:11 +0000 (10:35 +0200)]
vendor: Update go-toml

Fixes #2439

8 years agovendor: Update dependencies
Bjørn Erik Pedersen [Mon, 19 Sep 2016 21:24:36 +0000 (23:24 +0200)]
vendor: Update dependencies

8 years agoRemove some unused vars
Bjørn Erik Pedersen [Mon, 19 Sep 2016 20:14:15 +0000 (22:14 +0200)]
Remove some unused vars

8 years agocommands: Add some band-aid to convert
Bjørn Erik Pedersen [Mon, 19 Sep 2016 08:52:07 +0000 (10:52 +0200)]
commands: Add some band-aid to convert

Fixes #2458

8 years agotpl: Set i18n bundle once per test run
Bjørn Erik Pedersen [Mon, 19 Sep 2016 00:44:21 +0000 (02:44 +0200)]
tpl: Set i18n bundle once per test run

No real practical difference, but more clear.

8 years agoAdd vendoring with govendor
Cameron Moore [Sun, 18 Sep 2016 22:10:10 +0000 (17:10 -0500)]
Add vendoring with govendor

8 years agoFix i18n with missing translations and add tests
Mitchell Cohen [Sun, 18 Sep 2016 20:18:13 +0000 (16:18 -0400)]
Fix i18n with missing translations and add tests

8 years agohelpers: Skip TestGetRealPath on Windows when not in CI
Bjørn Erik Pedersen [Sun, 18 Sep 2016 20:04:32 +0000 (22:04 +0200)]
helpers: Skip TestGetRealPath on Windows when not in CI

`os.Symlink` needs administrator rights on Windows,
and this seems to be the simplest fix while still getting the tests run on Appveyor.

Fixes #2476

8 years agoFail early in TestGetRealPath
Bjørn Erik Pedersen [Sun, 18 Sep 2016 17:52:42 +0000 (19:52 +0200)]
Fail early in TestGetRealPath

See #2476