hugo-test:master

Last commit made on 2018-03-25
Get this branch:
git clone -b master https://git.launchpad.net/hugo-test

Branch merges

Branch information

Name:
master
Repository:
lp:hugo-test

Recent commits

ffb9538... by Sergio Schvezov

add no-system-libraries to build-attributes

Use it in the hugo part to not pickup libraries from the host.

93e24a0... by Bjørn Erik Pedersen

hugolib: Fix freeze in invalid front matter error case

Fixes #4526

e9c7b62... by Bjørn Erik Pedersen

Allow themes to define output formats, media types and params

This allows a `config.toml` (or `yaml`, ´yml`, or `json`) in the theme to set:

1) `params` (but cannot override params in project. Will also get its own "namespace", i.e. `{{ .Site.Params.mytheme.my_param }}` will be the same as `{{ .Site.Params.my_param }}` providing that the main project does not define a param with that key.
2) `menu` -- but cannot redefine/add menus in the project. Must create its own menus with its own identifiers.
3) `languages` -- only `params` and `menu`. Same rules as above.
4) **new** `outputFormats`
5) **new** `mediaTypes`

This should help with the "theme portability" issue and people having to copy and paste lots of setting into their projects.

Fixes #4490

3d1a6e1... by Bjørn Erik Pedersen

hugolib: Add ConfigSourceDescriptor

To prepare for config in themes

See #4490

b6798ee... by Bjørn Erik Pedersen

Bump some deprecations

84f4b73... by Bjørn Erik Pedersen

Merge commit '0a23baa6a90901f772c234107c4f12c16c76f4aa'

0a23baa... by Bjørn Erik Pedersen

Squashed 'docs/' changes from 211a3c613..3068989b9

3068989b9 Merge commit '7ae9cf2ccb3eecc1ff50f686925249d01cf37c6c'
7ae9cf2cc Squashed 'themes/gohugoioTheme/' changes from d7a475e7..a1768ebb
b55157fae Revert "Anchorify headings up to h4"
b63dd5566 Anchorify headings up to h4
edfe36a19 Test out trac as highlighter style
98dc8d269 Update multilingual.md
a6e4d92c0 Update multilingual.md
86a90edf9 Fix typo 'If will' to 'It will' line 41
6b626fac6 Add a tip for testing custom 404.html on hugo server
6bfc17cfc Update few links to now point to gohugoio organization repos
f66bad971 Remove unintended alias
3bc56e9ec Fix shortcode name in example: image -> img
251142388 Fix broken link
27245af6a Fix the minimum required git version for GH Pages flow
aefc87b4d Fix link in Forestry showcase
489ec5ea0 Squashed 'themes/gohugoioTheme/' changes from 6f3a8bf5..d7a475e7
308a616fd Merge commit '489ec5ea03799fa092d891838c1655e60b34f337'
a80859814 Adjust showcase description

git-subtree-dir: docs
git-subtree-split: 3068989b9c601146e8e6be8c4e8e2b2c679e5230

61f6e9f... by Bjørn Erik Pedersen

tpl/transform: Add a comments test for Remarshal

See #4521

904a3d9... by Bjørn Erik Pedersen

Update Chroma to get Go template support

Fixes #4515

f0052b6... by Bjørn Erik Pedersen

commands: Recover from error in server

Issue introduced some days ago.

Fixes #4516