6961 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
a41300cf93
Release 0.52 v0.52 2018-11-28 16:32:46 +01:00
Bjørn Erik Pedersen
2d1d92b88c
Merge branch 'temp52' 2018-11-28 16:25:09 +01:00
hugoreleaser
c5925250d5 releaser: Prepare repository for 0.53-DEV
[ci skip]
2018-11-28 14:08:36 +00:00
hugoreleaser
d000b04a21 releaser: Add release notes to /docs for release of 0.52
[ci skip]
2018-11-28 14:06:31 +00:00
hugoreleaser
4bb983a0ac releaser: Bump versions for release of 0.52
[ci skip]
2018-11-28 14:06:31 +00:00
Bjørn Erik Pedersen
36736ca280 tpl: Add "param" shortcode
Fixes #4010
2018-11-27 17:34:03 +01:00
Allison Zadrozny
378677aa65 Add Elasticsearch/bonsai.io to services doc.
Copy of this merged PR at [gohugoio/hugo](https://github.com/gohugoio/hugo/): [Add Elasticsearch/bonsai.io to services doc. #5427](https://github.com/gohugoio/hugo/pull/5427).
2018-11-27 16:54:21 +01:00
Bjørn Erik Pedersen
4c3fd4fa4d docs: Document inline shortcodes
See #4011
2018-11-27 16:14:09 +01:00
budparr
6c64c374c5 Whitelist CSS modules from purge
PurgeCSS removes unused CSS from the output. This PR only uses PurgeCSS on the base utility classes to avoid unexpected issues where JS or content-based classes get removed.
2018-11-25 20:14:32 +01:00
budparr
817a872b9b Improve search icon position 2018-11-25 20:14:32 +01:00
budparr
cf86ff1c7b Add minification and resource cache clear to build command 2018-11-25 20:14:32 +01:00
Bud Parr
fd77e8df35 Update asset dependencies and adopt Hugo Pipes
* Swap src for assets directory

Assets directory is the default for Hugo Pipes

* Use "Typefaces" package

This method is cleaner because we can pull in our fonts with a require statement https://github.com/KyleAMathews/typefaces

* Use Hugo Pipes method of calling resources

* Update dependencies

* [wip]  Revamp Webpack

* Tweak Webpack for Tachyons

* Use simple build scripts

* Update dependencies

* Fix content that referenced files that don't exist

* Add all scripts

* Improve styles/js preload and cache

* Add to whitelist

* Add fonts to headers for preload

* Move preloads to header file

* Update styles

* Improve manifest usage

The manifest partial was in the site but not included in head

* Update readme

* Remove extra check on asset resources

* Call assets directly in header file
2018-11-25 17:08:43 +01:00
Bjørn Erik Pedersen
cdbe97e8c3
Update render.md 2018-11-22 15:52:40 +01:00
Daniel Saunders
b0e2792205 git command to update submodule to latest
This is how I update my themes. It took a while to find the commands that work, so I think it would be good to have them here for other users.
2018-11-16 09:56:09 +01:00
Bjørn Erik Pedersen
a1cb98c129 cache/filecache: Add a :project placeholder
This allows for "cache per Hugo project", making `hugo --gc` work as expected, even if you have several Hugo projects running on the same PC.

See #5439
2018-11-14 23:14:51 +01:00
Bjørn Erik Pedersen
07c1b2b46f cache/filecache: Use time.Duration for maxAge
Fixes #5438
2018-11-14 23:14:50 +01:00
Bjørn Erik Pedersen
ffa9b165ef
Add AND as a title 2018-11-14 15:51:06 +01:00
Bjørn Erik Pedersen
6e7733b408
Add OR as a sub title to make it easier to find in search 2018-11-14 15:48:40 +01:00
Bjørn Erik Pedersen
72b6791a16 docs: Document the new file cache
See #5404
2018-11-13 14:29:45 +01:00
Bud Parr
714d3ca91c Fix minification issues
* Move Gopher SVG from partial to image

In minification, Gopher gets wonked. This may also help build times with minification.

fixes #604

* Add margin around external link icon

In minification the links got pushed up against the nav item.

ref #604

* Move Hugo logo in footer/hero to image from partial

This may help with build-time when using minification.

* Move gopher image from site to theme static folder

I put this in the wrong directory in commit: 0e2f2f8f33588f826f26c3b3a581f1014a3d41ac

* Add alt tag copy to Gopher image
2018-11-12 15:29:05 +01:00
Bjørn Erik Pedersen
cd1e961dad Revert "Add Elasticsearch/bonsai.io to services doc."
This reverts commit c0b3a1af0354e3aa9979cc00ae8630d7f0be63dc.
2018-11-09 23:12:27 +01:00
Allison Zadrozny
15a0cda6ed Add Elasticsearch/bonsai.io to services doc.
Hip hip for OSS! 🙌
2018-11-09 22:56:38 +01:00
Bjørn Erik Pedersen
f931d86de1
Release 0.51 v0.51 2018-11-07 12:16:58 +01:00
Bjørn Erik Pedersen
e2ffe867a7
Merge branch 'temp51' 2018-11-07 12:10:42 +01:00
hugoreleaser
423e7f5c85 releaser: Prepare repository for 0.52-DEV
[ci skip]
2018-11-07 10:11:48 +00:00
hugoreleaser
c6f2d6ae15 releaser: Add release notes to /docs for release of 0.51
[ci skip]
2018-11-07 10:09:43 +00:00
hugoreleaser
5bbb556dc3 releaser: Bump versions for release of 0.51
[ci skip]
2018-11-07 10:09:43 +00:00
Bjørn Erik Pedersen
3b2b172b98 docs: Document shortcode error handling
Closes https://github.com/gohugoio/hugoDocs/issues/660
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
b8672f3d45 docs: Document symdiff
Closes https://github.com/gohugoio/hugoDocs/issues/659
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
4bc6071e61 docs: Document complement
Closes https://github.com/gohugoio/hugoDocs/issues/658
2018-11-07 10:38:58 +01:00
Bjørn Erik Pedersen
d1baab7529 docs: Re-generate CLI docs 2018-11-05 14:18:45 +01:00
Bjørn Erik Pedersen
9ea667e24b Revert "tpl: Update Jsonify to return pretty-print output"
This reverts commit 5a52cd5f920bb3d067ab1682adece9f813c67ba1.

Closes #5394
2018-11-02 19:03:48 +01:00
Bjørn Erik Pedersen
ce5a1403d8 docs: Regenerate the docs helper 2018-11-02 13:36:09 +01:00
Hideki Ikemoto
99a1f4a947 Fix note for reserved partial name(starting with -> including).
See. https://github.com/gohugoio/hugo/issues/5373
2018-11-02 08:24:00 +01:00
Morya
eba3cbc42a fix accidentally modification on paragraph.
the part "Adding a theme to the list" are overwritten by strange text "tl;dr"
2018-11-01 17:40:17 +01:00
Hideki Ikemoto
3eebd98c3d Add note for reserved partial name.
See. https://github.com/gohugoio/hugo/issues/5373
2018-11-01 16:22:10 +01:00
Regis Philibert
40b881cc24 Document templates.Exists
Issue  #552
Add documentation for templates.Exists function with practical example.
2018-11-01 10:46:11 -04:00
Bjørn Erik Pedersen
b5c3bcd3b6
Update multilingual.md 2018-10-30 22:33:33 +01:00
maiki
61c59c67eb Fix misspelling (#648) 2018-10-29 17:47:41 +02:00
Christian Oliff
f21d8c4a42 Correct minor typo (#5372)
> Errors will no show up

should be:

> Errors will now show up
2018-10-29 12:09:19 +01:00
Bjørn Erik Pedersen
e967001b99
Release 0.50 v0.50 2018-10-29 11:32:08 +01:00
hugoreleaser
685fd6b08b releaser: Prepare repository for 0.51-DEV
[ci skip]
2018-10-29 09:54:42 +00:00
hugoreleaser
f245a9faa1 releaser: Add release notes to /docs for release of 0.50
[ci skip]
2018-10-29 09:51:50 +00:00
hugoreleaser
4354da30dc releaser: Bump versions for release of 0.50
[ci skip]
2018-10-29 09:51:50 +00:00
Bjørn Erik Pedersen
feaa054697 docs: Regenerate CLI docs 2018-10-29 09:29:27 +01:00
Bjørn Erik Pedersen
5c724200c1 Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa' 2018-10-29 09:28:01 +01:00
Bjørn Erik Pedersen
37095d5403
Fix shortcode example 2018-10-29 09:26:40 +01:00
Bjørn Erik Pedersen
2ddab36c2b Merge commit '74309fe5699a595080fdb3a14711e0869babce99' 2018-10-29 09:23:25 +01:00
Bjørn Erik Pedersen
0848044474
Update shortcode-templates.md 2018-10-28 00:24:49 +02:00
Bjørn Erik Pedersen
8cf296a7c5 docs: Regenerate CLI docs
Closes #5354
2018-10-26 15:10:43 +02:00