a098081c4a
vendor: Update go-i18n
2017-04-03 08:34:12 +02:00
28fdd71c29
vendor: Update go-i18n
...
Fix #2577
2017-04-02 18:43:32 +02:00
d122260de7
vendor: update goorgeous
2017-04-02 18:34:17 +02:00
73c1c7b69d
vendor: Update cobra
...
Really fix #2349
b7a672f didn't actually the issue.
2017-04-01 20:28:18 +02:00
3c6b16d5a2
vendor: Update fsnotify with several Linux-fixes
2017-03-29 13:30:31 +02:00
559b4007f7
commands: Keep "." directories on cleanDestinationDir
...
Fixes #3208
2017-03-21 13:10:31 +01:00
3fa7bc9c53
Revert "Add support for a flatter and simpler language file structure"
...
This reverts commit 0e75f6e7b14ea916b368da053327d352606ab09f.
2017-03-19 22:34:22 +01:00
3518de1057
Revert "vendor: Fix broken i18m definition"
...
This reverts commit 7c48ad57a9103619f4d34989851c7dcd92777186.
2017-03-19 22:34:16 +01:00
7c48ad57a9
vendor: Fix broken i18m definition
2017-03-19 21:46:19 +01:00
0e75f6e7b1
Add support for a flatter and simpler language file structure
...
See https://github.com/nicksnyder/go-i18n/issues/62
See #2577
2017-03-19 21:23:48 +01:00
d8923eb676
Update to new go-toml API
...
Closes #3142
2017-03-15 08:04:52 +01:00
f039e3be9e
parser: Refactor frontmatter parser and add tests
...
Lots of cleanups here:
- Refactor InterfaceToConfig and InterfaceToFrontMatter to use io.Writer.
- Simplify InterfaceToFrontMatter by wrapping InterfaceToConfig.
- Export FrontmatterType since we return it in DetectFrontMatter.
- Refactor removeTOMLIdentifier to avoid blindly replacing "+++".
- Update HandleJSONMetaData to return an empty map on nil input.
- Updates vendored goorgeous package and test for org-mode frontmatter.
- Add tests and godoc comments.
Coverage for parser package increased from 45.2% to 85.2%.
2017-03-11 17:52:25 +01:00
ea165bf9e7
vendor: Update cast
2017-03-04 23:19:19 +01:00
b7a672fd22
vendor: Update Cobra
...
Fixes #2349
2017-02-28 21:25:08 +01:00
c266cd2d86
vendor: Bump versions
2017-02-28 10:07:10 +01:00
91968f3b1f
vendor: Update cast
...
Fixes #3059
2017-02-21 16:24:47 +01:00
86e8dd62f0
all: Add org-mode support
...
Fixes #1483
See #936
2017-02-21 08:46:03 +01:00
edfb9d5565
vendor: Update Viper
...
Fixes #2603
2017-02-17 17:33:26 +01:00
0ada405912
vendor: Revert to previous cast
...
The new cast caused test failures.
2017-02-03 19:23:32 +07:00
c2f692266d
vendor: Update cast
2017-02-03 18:47:10 +07:00
d6000a208c
all: Refactor to nonglobal template handling
...
Updates #2701
2017-01-10 01:36:59 +01:00
1b46d2cfee
commands, vendor: Remove log level setting in Jekyll command
...
And update the JWW lib.
2017-01-05 11:58:11 +01:00
fff6617c69
vendor: Update jww logger
2017-01-05 11:25:27 +01:00
b8057b4989
vendor: Fix broken build
2017-01-03 17:51:25 +01:00
c344b1901f
commands, helpers, vendor: Update to the latest jww logger
...
Updates #2701
2017-01-03 16:57:43 +01:00
a18b9e72c4
vendor: Update Cobra
...
Fixes #2695
2016-12-29 05:19:37 -07: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
b0e86dcde0
vendor: Update dependencies
2016-12-25 14:53:24 +01:00
018813caf6
vendor: Update go-toml
...
Fixes #2800
2016-12-16 21:04:45 +01:00
a4b9abf0b3
vendor: Update fsync
2016-11-30 08:34:18 +01:00
65d4d96e7f
vendor: Update go-toml
...
See #2745
2016-11-28 16:10:16 +01:00
a6d584bfb6
vendor: Update go-toml
2016-11-23 16:05:40 +01:00
1156be3b13
vendor: remove afero/sftp deps
2016-11-23 16:04:03 +01:00
ce5f41ffb6
vendor: Update deps
2016-11-16 13:28:21 +01:00
e8380e612f
Add GitInfo
...
This commit adds a `GitInfo` object to `Page` if `EnableGitInfo` is set.
It then also sets `Lastmod` for the given `Page` to the author date provided by Git.
The Git integrations should be fairly performant, but it adds "some time" to the build, somewhat depending on the Git history size.
If you want, you can run without during development and turn it on when deploying to the live server: `hugo --enableGitInfo`.
Fixes #2102
2016-11-01 23:04:12 +01:00
5859c691ec
vendor: Update Viper
2016-10-24 21:21:37 +02:00
40b1b8f703
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
2016-10-16 19:28:21 +02:00
9ee2538e0b
vendor: Add external
2016-10-15 16:37:48 +02:00
7b0f92db0b
vendor: Update Viper
...
See #2536
2016-10-10 13:41:14 +02:00
cf5d2e2753
vendor: Revert latest Viper
...
See #2536
2016-10-08 19:05:41 +02:00
7cdd230e16
vendor: Update dependencies
2016-10-08 15:09:34 +02:00
8bc390d8de
vendor: update viper to latest version
2016-10-07 10:05:27 -04:00
0c223d9c7a
vendor: Update Viper
...
See #2495
2016-09-26 17:06:58 +02:00
a61b1497c6
vendor: Update cast
...
See #2495
2016-09-26 10:50:38 +02:00
e7ff5c2d6a
vendor: Update go-toml
...
Fixes #2439
2016-09-20 10:35:11 +02:00
608b90da8d
vendor: Update dependencies
2016-09-19 23:24:36 +02:00
6e692f2d11
Add vendoring with govendor
2016-09-19 00:10:10 +02:00