02d6f5320f
tpl: Use HTTPS in Google Analytics template
...
Fixes #2858
2016-12-31 12:43:33 +01:00
73c1e271f7
docs: Add HugoPhotoSwipe to the tools section
...
HugoPhotoSwipe is a command line tool to create and manage PhotoSwipe galleries with Hugo. It resizes images for responsive layouts in PhotoSwipe and generates the Markdown necessary for Hugo to create the gallery. I think this can be a useful tool for Hugo users.
2016-12-31 12:39:58 +01:00
6374d82b82
travis: Add GOARCH 386 test
...
Closes #2847
2016-12-29 16:44:39 +01:00
e9e4fd90e4
docs: Add release notes for Hugo 0.18.1
2016-12-29 16:43:10 +01:00
a18b9e72c4
vendor: Update Cobra
...
Fixes #2695
2016-12-29 05:19:37 -07:00
95a473e7ec
Fix Dockerfile
2016-12-28 19:16:12 +01:00
211d20a3c7
docs: Update GitLab depleyment in /themes/installing.md
...
Deployment to Gitlab fails if the theme folder is a git submodule.
2016-12-28 14:01:09 +01:00
164d0fb6a7
docs: Hide next arrow in theme
2016-12-28 13:54:30 +01:00
8a63e092fa
docs: Remove right padding in theme
2016-12-28 13:54:30 +01:00
83b4c40566
docs: Fix h1 size on small breakpoint in theme
2016-12-28 13:54:30 +01:00
c22b7ff8d9
docs: Remove unuseful breakpoint in theme
2016-12-28 13:54:29 +01:00
8489608012
docs: Fix menu arrows position on mobile devices
2016-12-28 13:54:29 +01:00
bcb3ef7413
hugolib: Fix preserveTaxonomyNames regressions
...
Fixes #2809
2016-12-28 13:44:55 +01:00
862f09babe
docs: Add hugofy for VS Code to the tools section
2016-12-28 13:41:54 +01:00
6affd31b3e
livereload: Simplify RefreshPath
2016-12-28 11:09:50 +01:00
88b5bbd532
hugolib: Fix IsTranslated for "old" node types
...
The new logic for creating Page objects from old node types
didn't include itself in the translation logic, so
`IsTranslated` returned falsely false for sites with only two languages.
The `AllTranslations` method also returned too few pages in that case.
This commit fixes that.
Fixes #2812
2016-12-27 12:01:54 +01:00
d1b89f5c7c
hugolib: Use reflect.DeepEqual in tests
2016-12-27 11:19:25 +01:00
17f851780c
hugolib: Fix redundant URL file extension on taxonomy terms pages
...
Fixes #2819
2016-12-27 11:18:47 +01:00
e78dd3cd48
docs: Enable ToC for extras/shortcodes
2016-12-26 19:31:34 +01:00
7d991ed89c
hugolib: Make template error messages more verbose
...
Fixes #2820
2016-12-26 14:52:31 +01:00
3e4fbbaae4
helpers: Add patch version
...
Fixes #2832
2016-12-26 14:03:50 +01:00
99e5fc63c2
vendor: Update Afero
...
Fixes #2833
2016-12-26 10:53:52 +01:00
63d3c4ce25
vendor: Temp roll back to an older Afero
...
See #2833
2016-12-25 15:20:29 +01:00
bc060ee1c9
tpl: Update dateFormat test expectations for epoch values
...
As `Cast` now supports `int` inputs.
2016-12-25 14:53:34 +01:00
b0e86dcde0
vendor: Update dependencies
2016-12-25 14:53:24 +01:00
d055862a41
tpl: Fix crash when using imageConfig
...
defaultImageConfigCache is now initialized statically instead of relying on it
being initialized in the reset function.
Fixes #2806
2016-12-25 13:43:50 +01:00
8b0c3b9b27
helpers: Remove "no theme set" warning
...
Fixes #2821
2016-12-23 19:48:50 +01:00
34c87421b8
tpl: Update getenv to accept interface{} params
...
Updates #2822
2016-12-23 09:51:03 +01:00
29caaddce6
tpl: Update title to accept interface{} params
...
Updates #2822
2016-12-23 09:51:03 +01:00
661d64c46a
tpl: Update upper to accept interface{} params
...
Updates #2822
2016-12-23 09:51:03 +01:00
4e5b4ac504
tpl: Update lower to accept interface{} params
...
Updates #2822
2016-12-23 09:51:03 +01:00
6b8422bb35
tpl: Update hasPrefix to accept interface{} params
...
Updates #2822
2016-12-23 09:51:03 +01:00
f25f837339
Update Travis go versions
2016-12-23 09:49:15 +01:00
441476b6c5
docs: Convert code in multilingual.md to TOML
...
There was a mix of TOML and YAML in the first example config.
2016-12-22 17:19:10 +01:00
ec34ed0520
docs: Add neavey.net to the showcase.
2016-12-22 17:16:01 +01:00
a4fc20a12b
docs: Fix typo in templates/blocks
...
Fixed typo in templates/blocks.md in the docs.
2016-12-22 17:05:48 +01:00
e7ff094d63
docs: Add details about binary names for setup on Windows
...
The tutorial for installing on windows didn't mention the exact name of the
hugo executable in windows which is generally hugo_<hugo-version>_windows_<arch>.exe.
The tutorial mentioned the windows executable's name as hugo.exe, which
can be confusing sometimes. So extra information has been added to
rename the executable to hugo.exe which would be easy to use.
Fixes #2656
2016-12-22 17:03:33 +01:00
b2687ab1f7
command: Add themesDir
command argument to specify themes directory
2016-12-22 09:33:08 +01:00
4845a13c9e
docs: Update christianmendoza.me in the showcase
2016-12-21 18:52:08 +01:00
1881f60a16
hugolib: Add a test assertion for IsTranslated
...
See #2812
2016-12-21 10:17:05 +01:00
1eb079543f
docs: Regenerate commands doc
2016-12-20 09:39:25 +01:00
1e313ced3f
Bump to 0.19-DEV
2016-12-19 23:14:10 +01:00
8b410347a6
Add GoBuilds to .gitignore
2016-12-19 17:12:11 +01:00
09cc7915ed
docs: Add new alias feature to release docs
v0.18
2016-12-19 15:38:10 +01:00
3d6fdb8ed3
Bump to 0.18 release version
2016-12-19 15:35:20 +01:00
4de808ae7c
docs: Add 0.18 release notes
2016-12-19 14:42:01 +01:00
018813caf6
vendor: Update go-toml
...
Fixes #2800
2016-12-16 21:04:45 +01:00
71aa797b27
docs: Fix broken link to Content Types
2016-12-16 11:10:14 +01:00
6fd4bfcae3
docs: Update layouts path name
2016-12-16 01:09:51 +01:00
79b2725ac4
docs: Improve documentation for block templates
...
Hopefully.
Fixes #2363
2016-12-15 22:02:21 +01:00