Bjørn Erik Pedersen
bc06135c96
helpers: Allow tilde in URLs
...
See #2177
2017-01-07 19:29:20 +01:00
Bjørn Erik Pedersen
45e3ed517a
all: Refactor to non-global logger
...
Note that this looks like overkill for just the logger, and that is correct,
but this will make sense once we start with the template handling etc.
Updates #2701
2017-01-07 17:06:35 +01:00
Leo Arias
24a286791f
Add the instructions to install the snap
2017-01-06 18:55:25 +01:00
magikstm
56c5eadc38
hugolib: Remove summary.go
...
Became obsolete after refactoring.
Fixes #2888 .
2017-01-06 16:40:51 +01:00
Cameron Moore
3d058a936f
hugolib: Allow arrays of arrays in frontmatter Params
...
Fixes #2752
2017-01-06 11:56:22 +01:00
Cameron Moore
3286b24fce
commands: Show OS and ARCH in version output
2017-01-06 11:54:53 +01:00
Mathias Biilmann
2989c38245
tpl: Add truncate template function
...
This commit adds a truncate template function for safely truncating text without
breaking words. The truncate function is HTML aware, so if the input text is a
template.HTML it will be truncated without leaving broken or unclosed HTML tags.
{{ "this is a very long text" | truncate 10 " ..." }}
{{ "With [Markdown](/markdown) inside." | markdownify | truncate 10 }}
2017-01-06 10:42:32 +01:00
magikstm
9c19ef0f87
target: Add COM0 and LPT0 as reservedNames on Windows
...
Fixes #2883
2017-01-06 02:32:49 -07:00
Bjørn Erik Pedersen
9f20e648b9
hugolib: Sync page collections with Site.Info on rebuild in watch mode
...
There is definitive potential for cleanup in this area, but this will have to do for now.
Fixes #2869
2017-01-05 20:57:24 +01:00
Bjørn Erik Pedersen
c60c41e051
commans: Remove unneeded build constraint
...
Fixes #2886
2017-01-05 15:45:25 +01:00
magikstm
01ee525f47
hugolib: Correct usage of "shortcode" in error messages
2017-01-05 15:40:28 +01:00
Bjørn Erik Pedersen
1b46d2cfee
commands, vendor: Remove log level setting in Jekyll command
...
And update the JWW lib.
2017-01-05 11:58:11 +01:00
Bjørn Erik Pedersen
fff6617c69
vendor: Update jww logger
2017-01-05 11:25:27 +01:00
Bjørn Erik Pedersen
0dad69325d
docs: Vanity-update of site meta description
2017-01-05 01:40:00 +01:00
Bjørn Erik Pedersen
001dd01ee2
helpers: Remove unusded WordCount
2017-01-05 00:00:00 +01:00
Ryan Watters
e856f24129
docs: Update references to _index.md
2017-01-04 17:20:01 +01:00
Anthony Fok
49a840be83
docs: Add new article about Netlify's PR site preview
...
Written by @keybits and mentioned by @bep on Gitter
2017-01-04 01:17:36 -07:00
Anthony Fok
e3e5600b81
helpers: Fix minor typo in error message for Seq()
2017-01-04 00:57:28 -07:00
Anthony Fok
19b6fdf2b1
tpl: Fix Unix time test case in TestDateFormat()
...
Fixes #2855
2017-01-03 23:43:17 +01:00
Bjørn Erik Pedersen
b8057b4989
vendor: Fix broken build
2017-01-03 17:51:25 +01:00
Daniel Lang
2127203ae3
Update documentation and test for sitemap template
2017-01-03 17:11:22 +01:00
Cameron Moore
cb63e87f8d
hugolib: Clean up a benchmark
2017-01-03 17:08:59 +01:00
Bjørn Erik Pedersen
c344b1901f
commands, helpers, vendor: Update to the latest jww logger
...
Updates #2701
2017-01-03 16:57:43 +01:00
bogem
2ac9817eae
helpers: Add doc to Language.SetParam
2017-01-02 17:01:58 +01:00
bogem
4352156a27
commands, helpers: Fix docs
2017-01-02 17:01:58 +01:00
bogem
52976da0ec
commands: Fix case in default config variable
2017-01-02 17:01:12 +01:00
bogem
6fb4f048e1
commands: Fix case in names of some methods
2017-01-02 17:01:12 +01:00
digitalcraftsman
be39ae5e11
docs: Fix typo in overview/source-directory.md
2017-01-02 15:58:48 +01:00
Timo Litzius
2ece1b325b
docs: Add heimatverein-niederjosbach.de to the showcase
2017-01-02 15:51:05 +01:00
Timo Litzius
433c03616b
docs: Add dbzman-online.eu to the showcase
2017-01-02 15:44:31 +01:00
Bret Mogilefsky
0d330b0d5d
docs: Fix typo in v0.18 release notes
2017-01-02 14:11:04 +01:00
Cameron Moore
6a51216c6a
docs: Don't use binary version in docs site
...
Adds a "release" Site param that will be need to be updated for each
release.
Fixes #2857
2017-01-02 14:08:36 +01:00
Bjørn Erik Pedersen
5834efd5fd
hugolib: Add a taxonomy test case
2017-01-02 12:28:26 +01:00
Cameron Moore
f79877cbb7
Remove waffle.io graph from README
...
Waffle.io's throughput graph appears to be broken. Remove the graph and
simply link to GitHub's Pulse page.
Fixes #2865
2017-01-02 11:42:58 +01:00
Bjørn Erik Pedersen
a60ec06383
docs: Replace .Now with now
2017-01-01 23:54:19 +01:00
David Kassa
09a0af94f5
Fix Appveyor Windows build and GitInfo path issue on Windows
2017-01-01 23:16:58 +01:00
Bjørn Erik Pedersen
6e0f326b9d
hugolib: Deprecate Page.Now
...
Use `now` (template func).
See cabc6b3186
2017-01-01 13:10:36 +01:00
Bjørn Erik Pedersen
695be00c07
hugolib: Bump the current warning deprecations
...
Fixes #2836
2017-01-01 12:36:21 +01:00
Nishanth Shanmugham
cabc6b3186
tpl: Add now function
...
Add a now template function that returns the current time as time.Time.
Also, update related docs.
2017-01-01 02:50:46 +01:00
digitalcraftsman
707d3cf137
docs, tpl: Fix documentation of UniqueID
...
See #2861
2016-12-31 17:55:03 +01:00
Bjørn Erik Pedersen
7d072fbbe6
source: Make UniqueID ... unique
...
Fixes #2861
2016-12-31 17:46:11 +01:00
digitalcraftsman
02d6f5320f
tpl: Use HTTPS in Google Analytics template
...
Fixes #2858
2016-12-31 12:43:33 +01:00
Gertjan van den Burg
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
Bjørn Erik Pedersen
6374d82b82
travis: Add GOARCH 386 test
...
Closes #2847
2016-12-29 16:44:39 +01:00
Bjørn Erik Pedersen
e9e4fd90e4
docs: Add release notes for Hugo 0.18.1
2016-12-29 16:43:10 +01:00
Anthony Fok
a18b9e72c4
vendor: Update Cobra
...
Fixes #2695
2016-12-29 05:19:37 -07:00
Gilbert Gilb's
95a473e7ec
Fix Dockerfile
2016-12-28 19:16:12 +01:00
Asif Mehedi
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
Jean-Yves Gastaud
164d0fb6a7
docs: Hide next arrow in theme
2016-12-28 13:54:30 +01:00
Jean-Yves Gastaud
8a63e092fa
docs: Remove right padding in theme
2016-12-28 13:54:30 +01:00