brevno-suite/hugo
9 years agoGroup vars in paginator
Bjørn Erik Pedersen [Fri, 8 Jan 2016 21:55:19 +0000 (22:55 +0100)]
Group vars in paginator

It's easier to read.

9 years agoDocs: add panel showing the last revision of a page
digitalcraftsman [Mon, 4 Jan 2016 17:15:08 +0000 (18:15 +0100)]
Docs: add panel showing the last revision of a page

The panel also contains the version of the
documentation.

9 years agoDocs: Copyedit extras/robots-txt.md
Anthony Fok [Thu, 7 Jan 2016 04:11:02 +0000 (21:11 -0700)]
Docs: Copyedit extras/robots-txt.md

9 years agodocs: Add lastmod to content files
Bjørn Erik Pedersen [Wed, 6 Jan 2016 22:45:19 +0000 (23:45 +0100)]
docs: Add lastmod to content files

Based on last commit in Git.

9 years agoUpdate press.md
ominty [Tue, 5 Jan 2016 12:02:18 +0000 (13:02 +0100)]
Update press.md

New entry: Harald Weidner in german at Cologne Linux Meeting 2015: Link to set of slides available on bottom of page

9 years agoAdd embeded template for robots.txt
Ivan Fraixedes [Tue, 8 Dec 2015 21:13:09 +0000 (21:13 +0000)]
Add embeded template for robots.txt

9 years agoReplace *bytes.Buffer with io.Writer in rendering
Daniel Martí [Sun, 3 Jan 2016 11:53:45 +0000 (12:53 +0100)]
Replace *bytes.Buffer with io.Writer in rendering

Found via github.com/mvdan/interfacer.

9 years agoUpdate and refactor to ack Go Authors
Cameron Moore [Tue, 5 Jan 2016 22:10:29 +0000 (16:10 -0600)]
Update and refactor to ack Go Authors

9 years agoDocs: Update copyright year on gohugo.io front page
Anthony Fok [Tue, 5 Jan 2016 06:47:12 +0000 (23:47 -0700)]
Docs: Update copyright year on gohugo.io front page

9 years agoDocs: Run "brew update" before "brew install hugo"
Anthony Fok [Tue, 5 Jan 2016 06:36:57 +0000 (23:36 -0700)]
Docs: Run "brew update" before "brew install hugo"

Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.

See #824, #1067, #1537, #1633 and #1749

9 years agoAdd some trailing newline shortcode tests
Bjørn Erik Pedersen [Mon, 4 Jan 2016 22:48:05 +0000 (23:48 +0100)]
Add some trailing newline shortcode tests

See #1753

9 years agoUse a Docker container to build hugo
Sven Dowideit [Mon, 4 Jan 2016 07:27:21 +0000 (17:27 +1000)]
Use a Docker container to build hugo

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
9 years agoAdded documentation about variable scoping in "partials".
Alexandre Bourget [Fri, 1 Jan 2016 21:08:39 +0000 (16:08 -0500)]
Added documentation about variable scoping in "partials".

9 years agoAdded "Caddy server"'s handling of 404 errors.
Alexandre Bourget [Wed, 30 Dec 2015 09:19:28 +0000 (04:19 -0500)]
Added "Caddy server"'s handling of 404 errors.

9 years agoSmall refactor: don't call `p.Permalink()` for all aliases, call it only
Alexandre Bourget [Wed, 30 Dec 2015 05:47:59 +0000 (00:47 -0500)]
Small refactor: don't call `p.Permalink()` for all aliases, call it only
once and only if necessary.

9 years agoUpdate doc to reflect default value of watch variable
Kartik Singhal [Sun, 3 Jan 2016 03:41:06 +0000 (22:41 -0500)]
Update doc to reflect default value of watch variable

9 years agoAllow renaming of sitemap.xml
Gerben Castel [Thu, 10 Dec 2015 19:39:06 +0000 (19:39 +0000)]
Allow renaming of sitemap.xml

9 years agoadded remaining relevant options
Ben Thomas [Mon, 7 Dec 2015 17:00:28 +0000 (10:00 -0700)]
added remaining relevant options

9 years agoadded more pygments opts
Ben Thomas [Fri, 4 Dec 2015 00:17:48 +0000 (17:17 -0700)]
added more pygments opts

9 years agoRename random to shuffle. Remove count parameteter to simplify its role. Add tests...
Antti Järvinen [Mon, 7 Dec 2015 05:27:37 +0000 (07:27 +0200)]
Rename random to shuffle. Remove count parameteter to simplify its role. Add tests for randomising.

9 years agoAdd Random function to template functions
Antti Järvinen [Sun, 6 Dec 2015 10:28:03 +0000 (12:28 +0200)]
Add Random function to template functions

Adds Random function to pick N random items from sequence.

9 years agoFix /.xml RSSLink when uglyurls are enabled
John McFarlane [Mon, 7 Dec 2015 05:34:09 +0000 (21:34 -0800)]
Fix /.xml RSSLink when uglyurls are enabled

Prior to this commit the root url with uglyurls enabled is "/.xml".
This commit relates to #175.

9 years agoAdded async version of Google Analytics internal template
Wade Fitzpatrick [Thu, 17 Dec 2015 05:56:16 +0000 (15:56 +1000)]
Added async version of Google Analytics internal template

9 years agoCopy static files changed
Fabiano Frizzo [Sat, 2 Jan 2016 16:44:57 +0000 (14:44 -0200)]
Copy static files changed

Fix watcher copy static theme files for
changed files

See #1644 #1559

9 years agoAdd to press.md two articles about Hugo on AWS Lambda
Anthony Fok [Sun, 3 Jan 2016 12:14:13 +0000 (05:14 -0700)]
Add to press.md two articles about Hugo on AWS Lambda

and one article about WordPress-to-Hugo migration

9 years agoChange Gitter badge to "gitter | dev chat" in README.md
Anthony Fok [Sun, 3 Jan 2016 10:33:10 +0000 (03:33 -0700)]
Change Gitter badge to "gitter | dev chat" in README.md

using the badges-as-a service provided by Shields.io

9 years agoUpdate press.md
ominty [Fri, 1 Jan 2016 10:48:39 +0000 (11:48 +0100)]
Update press.md

Fix table, and add new entry

9 years agoAdd template funcs countwords and countrunes
digitalcraftsman [Sun, 20 Sep 2015 16:15:45 +0000 (18:15 +0200)]
Add template funcs countwords and countrunes

9 years agoAdd hasPrefix template function.
Colin Bate [Thu, 2 Jul 2015 18:31:16 +0000 (15:31 -0300)]
Add hasPrefix template function.

9 years agoSource file based relative linking
Sven Dowideit [Wed, 9 Sep 2015 00:03:38 +0000 (10:03 +1000)]
Source file based relative linking

ala GitHub repository markdown for both md files and non-md files

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
9 years agoWrite a simplistic test for site.refLink
Sven Dowideit [Thu, 3 Sep 2015 02:27:57 +0000 (12:27 +1000)]
Write a simplistic test for site.refLink

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
9 years agoAdd themesDir option to configuration
digitalcraftsman [Mon, 23 Nov 2015 19:44:59 +0000 (20:44 +0100)]
Add themesDir option to configuration

themesDir can be used to change the default
path of the themes folder.

Fixes 1556

9 years agoFixes #1292
Daniel TISCHER [Wed, 25 Nov 2015 22:03:28 +0000 (23:03 +0100)]
Fixes #1292

9 years agoDocs: add hugodeploy to tools section
digitalcraftsman [Wed, 30 Dec 2015 11:12:37 +0000 (12:12 +0100)]
Docs: add hugodeploy to tools section

9 years agoAdd to press.md Beginners Tutorial for Hugo (German)
ominty [Wed, 30 Dec 2015 00:37:14 +0000 (01:37 +0100)]
Add to press.md Beginners Tutorial for Hugo (German)

10 years agoDocs: remove unnecessary --watch flag
digitalcraftsman [Thu, 24 Dec 2015 22:26:04 +0000 (23:26 +0100)]
Docs: remove unnecessary --watch flag

10 years agoDocs: add cross-references to installation guides
digitalcraftsman [Thu, 24 Dec 2015 21:52:52 +0000 (22:52 +0100)]
Docs: add cross-references to installation guides

10 years agoUpdate Hugo examples
digitalcraftsman [Thu, 24 Dec 2015 22:04:58 +0000 (23:04 +0100)]
Update Hugo examples

10 years agoAdd Coding Journal (blog.kulman.sk) to the Showcase
Igor Kulman [Wed, 23 Dec 2015 10:15:30 +0000 (11:15 +0100)]
Add Coding Journal (blog.kulman.sk) to the Showcase

10 years agoupdate to use cobra's sub package doc
Steve Francia [Thu, 24 Dec 2015 14:47:00 +0000 (09:47 -0500)]
update to use cobra's sub package doc

10 years agoCopy only the static files changed
Fabiano Frizzo [Fri, 4 Dec 2015 13:17:48 +0000 (11:17 -0200)]
Copy only the static files changed

Update on the watcher copy static to copy only the
changed files and add an flag forceSyncStatic to
copy all statics always a static is changed

See #1644 #1559

10 years agoIgnore temp files created by IntelliJ when saving
Steve Francia [Tue, 22 Dec 2015 00:46:12 +0000 (19:46 -0500)]
Ignore temp files created by IntelliJ when saving

10 years agoDocs: Add nohighlight shortcode and improve formatting
Anthony Fok [Wed, 23 Dec 2015 16:31:07 +0000 (09:31 -0700)]
Docs: Add nohighlight shortcode and improve formatting

And some random formatting and copyediting fixes.

See also #1708

10 years agoDocs: Add lang attribute to Chinese and Japanese Press entries
Anthony Fok [Wed, 23 Dec 2015 10:40:52 +0000 (03:40 -0700)]
Docs: Add lang attribute to Chinese and Japanese Press entries

This helps the web browser display the article titles and author names
with the correct CJK glyph variants.

10 years agoUpdate embedded livereload.js to 2.2.1 in livereload.go
Anthony Fok [Tue, 22 Dec 2015 23:21:03 +0000 (16:21 -0700)]
Update embedded livereload.js to 2.2.1 in livereload.go

Also add a copyright notice, download URL and the ugliflyjs command
used to update the livereloadJS variable.

10 years agoUpgrade Bootswatch, Font Awesome and jQuery in examples/blog
Anthony Fok [Tue, 22 Dec 2015 21:09:38 +0000 (14:09 -0700)]
Upgrade Bootswatch, Font Awesome and jQuery in examples/blog

 - Upgrade Bootswatch Yeti theme (3.2.0+3 → to 3.3.6)
 - Upgrade Font Awesome (4.2.0 → 4.5.0)
 - Upgrade jQuery (1.11.1 → 1.11.3)

Also keep the upstream filenames, e.g. bootstrap.min.css rather than
bootstrap.css for the minified CSS, and jquery-1.11.3.min.js rather than
jquery.js for the minified jQuery.

10 years agoDocs: Upgrade highlight.js to 9.0.0
Anthony Fok [Tue, 22 Dec 2015 20:54:35 +0000 (13:54 -0700)]
Docs: Upgrade highlight.js to 9.0.0

with the following added languages in anticipation of document expansion:

    apache dockerfile dos less php powershell python tex yaml

To reproduce docs/static/js/highlight.pack.js on Debian/Ubuntu:

    $ sudo apt-get install nodejs npm
    $ wget https://github.com/isagalaev/highlight.js/archive/9.0.0.tar.gz
    $ tar xzf 9.0.0.tar.gz
    $ cd highlight.js-9.0.0/
    $ npm install
    $ nodejs tools/build.js markdown asciidoc xml css javascript \
      ini yaml json go bash diff dockerfile dos powershell makefile \
      apache nginx tex http php python ruby django haml handlebars \
      scss less coffeescript

Then, copy the resulting build/highlight.pack.js as well as
src/styles/monokai-sublime.css to the appropriate Hugo docs directories.

10 years agoDocs: Upgrade InstantClick from 3.0.1 to 3.1.0
Anthony Fok [Tue, 22 Dec 2015 00:25:51 +0000 (17:25 -0700)]
Docs: Upgrade InstantClick from 3.0.1 to 3.1.0

Note: It is not currently used on http://gohugo.io/

10 years agoDocs: Upgrade livereload.js from post-2.0.8 to 2.2.1
Anthony Fok [Tue, 22 Dec 2015 00:22:00 +0000 (17:22 -0700)]
Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1

Note: It is not currently used on http://gohugo.io/

10 years agoDocs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19)
Anthony Fok [Mon, 21 Dec 2015 20:21:42 +0000 (13:21 -0700)]
Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19)

Downloaded from
http://smashingboxes.github.io/OwlCarousel2/download/owl.carousel.2.0.0-beta.3.zip

Also modify /index.html to use minified version of CSS files.

10 years agoDocs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2
Anthony Fok [Mon, 21 Dec 2015 19:54:47 +0000 (12:54 -0700)]
Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2

10 years agoDocs: Correct file permissions from 0755 to 0644
Anthony Fok [Mon, 21 Dec 2015 19:40:08 +0000 (12:40 -0700)]
Docs: Correct file permissions from 0755 to 0644

10 years agoDocs: Rebase bootstrap-gohugo.css on Bootstrap v3.3.6
Anthony Fok [Mon, 21 Dec 2015 19:09:14 +0000 (12:09 -0700)]
Docs: Rebase bootstrap-gohugo.css on Bootstrap v3.3.6

It was previously based on a customized version of bootstrap.css
from Bootstrap v3.0.0.

Also add a brief copyright notice and description.

10 years agoDocs: Rename bootstrap-theme.css to bootstrap-gohugo.css
Anthony Fok [Mon, 21 Dec 2015 19:04:11 +0000 (12:04 -0700)]
Docs: Rename bootstrap-theme.css to bootstrap-gohugo.css

because our bootstrap-theme.css was originally a customized
core bootstrap.css file from Bootstrap v3.0.0.

This rename helps to avoid confusion with Bootstrap’s official
bootstrap-theme.css files.

10 years agoDocs: Upgrade Bootstrap from v3.2.0 to v3.3.6
Anthony Fok [Mon, 21 Dec 2015 18:55:24 +0000 (11:55 -0700)]
Docs: Upgrade Bootstrap from v3.2.0 to v3.3.6

Fonts and JavaScript files only

10 years agoDocs: Remove octicons fonts
Anthony Fok [Mon, 21 Dec 2015 07:43:40 +0000 (00:43 -0700)]
Docs: Remove octicons fonts

The GitHub octicons fonts, which, in our case, came with GitHub:buttons,
are not actually used on gohugo.io.  Rather, the icons inside the GitHub
buttons are actually glyphs from Font Awesome.

10 years agoDocs: Remove unused GitHub:buttons files
Anthony Fok [Sun, 20 Dec 2015 20:18:18 +0000 (13:18 -0700)]
Docs: Remove unused GitHub:buttons files

The GitHub:buttons JavaScript code docs/static/js/buttons.js
from https://github.com/ntkme/github-buttons was referenced
in docs/layouts/partials/footer.html but never used.

Apparently, the actual code for the GitHub buttons on the upper-left
corner of gohugo.io documentation was written by @spf13 in
docs/static/js/scripts.js.

10 years agoDocs: Upgrade Font Awesome from 4.1.0 to 4.5.0
Anthony Fok [Sat, 19 Dec 2015 21:47:26 +0000 (14:47 -0700)]
Docs: Upgrade Font Awesome from 4.1.0 to 4.5.0

From https://fortawesome.github.io/Font-Awesome/assets/font-awesome-4.5.0.zip

10 years agoUpgrade jQuery 2.1.1 to 2.1.4 in doc
Anthony Fok [Sat, 19 Dec 2015 19:19:26 +0000 (12:19 -0700)]
Upgrade jQuery 2.1.1 to 2.1.4 in doc

10 years agoClean up the loop counter variables confusion in TestPageCache
Bjørn Erik Pedersen [Sat, 19 Dec 2015 14:38:28 +0000 (15:38 +0100)]
Clean up the loop counter variables confusion in TestPageCache

See #1601

10 years agoDocs: Allow HTML in Showcase titles
Anthony Fok [Sat, 19 Dec 2015 13:15:08 +0000 (06:15 -0700)]
Docs: Allow HTML in Showcase titles

This allows, for example, marking with the lang attribute
so that the correct CJK glyph variants are displayed.

10 years agoUse MkdirAll instead of Mkdir in `hugo gen doc`
Anthony Fok [Sat, 28 Nov 2015 14:42:40 +0000 (07:42 -0700)]
Use MkdirAll instead of Mkdir in `hugo gen doc`

Also print a feedback if the path does not exist and needs to be created.

10 years agoFix hugo server "Watching for changes" path display
Anthony Fok [Sat, 19 Dec 2015 12:19:31 +0000 (05:19 -0700)]
Fix hugo server "Watching for changes" path display

especially when the given `--source` path is a relative directory.

Also, when `--source` is specified, make WorkingDir an absolute path
from the very beginning, to be consistent with the case when `--source`
is not given.  Otherwise, the function name helpers.AbsPathify(), which
prepends WorkingDir to a relative path, does not really make sense.

Fixes #1721

10 years agoDocs: Make <hr> slightly darker on gohugo.io
Anthony Fok [Sat, 19 Dec 2015 12:11:54 +0000 (05:11 -0700)]
Docs: Make <hr> slightly darker on gohugo.io

10 years agoDocument 32-bit `hugo server` crash in v0.15 Release Note
Anthony Fok [Sat, 19 Dec 2015 11:32:06 +0000 (04:32 -0700)]
Document 32-bit `hugo server` crash in v0.15 Release Note

See #1716

10 years agoAdd gadgetplayboy.com to Showcase and an article to Press
Salar Rahmanian [Thu, 17 Dec 2015 15:41:49 +0000 (10:41 -0500)]
Add gadgetplayboy.com to Showcase and an article to Press

10 years agoFix build
Bjørn Erik Pedersen [Fri, 18 Dec 2015 22:23:37 +0000 (23:23 +0100)]
Fix build

10 years agoRemove "Host:" prefix from Host header
Bjørn Erik Pedersen [Fri, 18 Dec 2015 22:09:50 +0000 (23:09 +0100)]
Remove "Host:" prefix from Host header

That thould work with Go 1.4.3 according to sources inside Google.

10 years agoCorrect the strings.Contains syntax in failing test
Bjørn Erik Pedersen [Fri, 18 Dec 2015 15:19:00 +0000 (16:19 +0100)]
Correct the strings.Contains syntax in failing test

10 years agoFix remote test on Go 1.4
Bjørn Erik Pedersen [Fri, 18 Dec 2015 15:05:24 +0000 (16:05 +0100)]
Fix remote test on Go 1.4

10 years agoSet the request Host on http test server
Bjørn Erik Pedersen [Fri, 18 Dec 2015 14:52:17 +0000 (15:52 +0100)]
Set the request Host on http test server

Needed for the remote tests to pass on Go 1.6.

See #1470

10 years agoFix failing template related tests in Go 1.6
Bjørn Erik Pedersen [Fri, 18 Dec 2015 14:28:43 +0000 (15:28 +0100)]
Fix failing template related tests in Go 1.6

Fixes #1470

10 years agoFix data race in non-renderable pages
Bjørn Erik Pedersen [Fri, 18 Dec 2015 08:54:46 +0000 (09:54 +0100)]
Fix data race in non-renderable pages

Fixes #1601

10 years agoFix 2 data races in TestPageCache
Bjørn Erik Pedersen [Fri, 18 Dec 2015 08:35:14 +0000 (09:35 +0100)]
Fix 2 data races in TestPageCache

See #1601

10 years agoDocs: add hugo-lambda to tools section
digitalcraftsman [Thu, 17 Dec 2015 14:58:50 +0000 (15:58 +0100)]
Docs: add hugo-lambda to tools section

10 years agoImprove some random feedback messages
Anthony Fok [Thu, 17 Dec 2015 03:41:33 +0000 (20:41 -0700)]
Improve some random feedback messages

Also clean up a couple random comments.

10 years agoMove cobra.MousetrapHelpText to hugo_windows.go
Anthony Fok [Thu, 17 Dec 2015 03:37:20 +0000 (20:37 -0700)]
Move cobra.MousetrapHelpText to hugo_windows.go

Fix build error due to Cobra API change, see
spf13/cobra#195: Compile mousetrap only on Windows

10 years agoDocs: Enhance contrast and increase font-weight
Anthony Fok [Thu, 17 Dec 2015 02:10:46 +0000 (19:10 -0700)]
Docs: Enhance contrast and increase font-weight

Also replace 'Courier New' with newer monospace fonts,
and make font in main text slightly smaller to better fit
smaller screen.

See #1678.

10 years agoFix formatting of "Installing on Windows" tutorial
Anthony Fok [Thu, 17 Dec 2015 01:43:55 +0000 (18:43 -0700)]
Fix formatting of "Installing on Windows" tutorial

10 years agoRegenerate the commands section of doc
Anthony Fok [Wed, 16 Dec 2015 16:26:06 +0000 (09:26 -0700)]
Regenerate the commands section of doc

Reason: The `--source` flag was added back to the `hugo new` commands
in commit c1e134f.

See #1624, #1589

10 years agoAdd `--source` flag back to `hugo new` command
Anthony Fok [Wed, 16 Dec 2015 06:41:10 +0000 (23:41 -0700)]
Add `--source` flag back to `hugo new` command

v0.15 had it, but I removed it inadvertently for 0.16-DEV
in commit 00d04774 in PR #1652.

Also add directory bash-completion for `--source`
for `hugo convert`, `hugo list` and `hugo new`.

See #1624, #1589

10 years agoUse absolute path when editing with editor
John Ku [Mon, 14 Dec 2015 03:37:32 +0000 (19:37 -0800)]
Use absolute path when editing with editor

Fixes #1589

10 years agoDocs: reference Jekyll import command in tools section
digitalcraftsman [Sat, 12 Dec 2015 18:34:14 +0000 (19:34 +0100)]
Docs: reference Jekyll import command in tools section

10 years agoDocs: add Contentful converter to tools section
digitalcraftsman [Sat, 12 Dec 2015 18:31:22 +0000 (19:31 +0100)]
Docs: add Contentful converter to tools section

10 years agoDo not fail on unknown Jekyll file
Bjørn Erik Pedersen [Mon, 14 Dec 2015 14:30:58 +0000 (15:30 +0100)]
Do not fail on unknown Jekyll file

Fixes #1705

10 years agoRemove/update outdated links in Press and Showcase
Anthony Fok [Sun, 13 Dec 2015 12:57:18 +0000 (05:57 -0700)]
Remove/update outdated links in Press and Showcase

10 years agoDuplicate p.Description in Params map
Bjørn Erik Pedersen [Sat, 12 Dec 2015 21:20:26 +0000 (22:20 +0100)]
Duplicate p.Description in Params map

Fixes #1484

10 years agoAdded a missing closing tag
Maxime Michel [Thu, 10 Dec 2015 20:01:19 +0000 (21:01 +0100)]
Added a missing closing tag

10 years agoRevise docs/content/tools/index.md (minor fixes)
Anthony Fok [Fri, 11 Dec 2015 17:49:38 +0000 (10:49 -0700)]
Revise docs/content/tools/index.md (minor fixes)

10 years agoRemove Duplicate "Editor Plugins" Section
Michael Holt [Wed, 9 Dec 2015 07:26:56 +0000 (23:26 -0800)]
Remove Duplicate "Editor Plugins" Section

Editor Plugins was repeated a second time. with identical content

10 years agoDocument PreserveTaxonomyNames
Cameron Moore [Wed, 9 Dec 2015 16:25:50 +0000 (10:25 -0600)]
Document PreserveTaxonomyNames

Fixes #1648

10 years agoRegenerate the commands section of doc
Anthony Fok [Fri, 11 Dec 2015 16:50:36 +0000 (09:50 -0700)]
Regenerate the commands section of doc

See #1624

10 years agoDocs: remove references to dynamic CMS products
Cameron Moore [Wed, 9 Dec 2015 15:56:49 +0000 (09:56 -0600)]
Docs: remove references to dynamic CMS products

There's no need to call out other projects here, especially when we might
mischaracterize what they do.

See #1688

10 years agoDocs: document Node.IsHome
Cameron Moore [Tue, 8 Dec 2015 20:54:05 +0000 (14:54 -0600)]
Docs: document Node.IsHome

10 years agoAdd copyright header to that source files that don’t have one.
Anthony Fok [Thu, 10 Dec 2015 22:19:38 +0000 (15:19 -0700)]
Add copyright header to that source files that don’t have one.

See #1646

10 years agoFix some of the "new site" tests
Steve Francia [Tue, 8 Dec 2015 22:38:26 +0000 (17:38 -0500)]
Fix some of the "new site" tests

10 years agoadd more architectures to .goxc
Steve Francia [Tue, 8 Dec 2015 21:42:12 +0000 (16:42 -0500)]
add more architectures to .goxc

10 years agomove some of the path helper utilities to afero
Steve Francia [Tue, 8 Dec 2015 21:41:36 +0000 (16:41 -0500)]
move some of the path helper utilities to afero
and provide wrappers in Hugo.

10 years agoUpdate "Join Chat" to "Dev Chat"
Steve Francia [Tue, 8 Dec 2015 20:10:53 +0000 (15:10 -0500)]
Update "Join Chat" to "Dev Chat"

10 years agoTurn off failing new site test
Bjørn Erik Pedersen [Tue, 8 Dec 2015 18:25:34 +0000 (19:25 +0100)]
Turn off failing new site test

Until @spf13 gets some free time in his busy calendar.

See #1680