7120 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
13097daf2e
Update shortcode docs vs 0.55 2019-04-18 09:58:51 +02:00
Bjørn Erik Pedersen
9a7e192314
Update URL docs for relative URLs etc 2019-04-18 09:48:39 +02:00
Bjørn Erik Pedersen
bd58dd877a
Adjust Output Formats docs 2019-04-18 09:36:47 +02:00
Regis Philibert
f3e9fbc00c Document output format permalinkable
Fixes #790
2019-04-17 23:05:02 -04:00
Bjørn Erik Pedersen
3778ce6890
Update partials.md 2019-04-17 23:58:20 +02:00
Regis Philibert
7b207a404d
Partial: Update variable name in example 2019-04-17 17:47:44 -04:00
Regis Philibert
7d7b1f03c1 Document partials returning a value. 2019-04-17 17:31:35 -04:00
Bjørn Erik Pedersen
7ae93b7caf
Merge branch 'temp552' v0.55.2 2019-04-17 14:44:42 +02:00
hugoreleaser
81910d266d releaser: Add release notes to /docs for release of 0.55.2
[ci skip]
2019-04-17 12:20:37 +00:00
Rohan Verma
c166cef47e Fix typo v0.55.1 2019-04-13 14:26:49 +02:00
Leon Overweel
23adeb672a Point mmark links to its new repository
This document linked to [a deprecated repository](https://github.com/miekg/mmark), which has been moved [here](https://github.com/mmarkdown/mmark). There is also no longer a separate page for its syntax, so I consolidated the links to both link to the new repo.
2019-04-12 08:55:33 -04:00
Bjørn Erik Pedersen
369a87339e
Merge branch 'temp551' 2019-04-12 12:18:54 +02:00
Bjørn Erik Pedersen
eb6097e9f7
Bump to 0.55.1 2019-04-12 12:16:19 +02:00
hugoreleaser
766ee61a83 releaser: Add release notes to /docs for release of 0.55.1
[ci skip]
2019-04-12 09:56:13 +00:00
Bjørn Erik Pedersen
a5a5f5d75c
Start of taxonomy docs update for Hugo 0.55
Closes https://github.com/gohugoio/hugo/issues/5843
2019-04-11 14:11:59 +02:00
Yihui Xie
fb5f75e9aa Remove the space in . RelPermalink
The same fix as 3b86b4a9f5ce010c9714d813d5b8ecddda22c69f, applied to doc.
2019-04-10 22:45:20 +02:00
Bjørn Erik Pedersen
0f2bf195ef
Adjust shortcodes for 0.55
Took the easy approach.

Fixes #783
2019-04-09 12:33:09 +02:00
Bjørn Erik Pedersen
48c577121a
Fix deprecation warnings 2019-04-09 12:24:24 +02:00
Bjørn Erik Pedersen
ed95a341a1
Update index.md 2019-04-09 09:00:59 +02:00
Bjørn Erik Pedersen
e4bc8981f9
Release 0.55.0 v0.55.0 2019-04-08 20:00:10 +02:00
Bjørn Erik Pedersen
25acacb912
Merge branch 'temp55' 2019-04-08 19:41:00 +02:00
hugoreleaser
b240e321a6 releaser: Add release notes to /docs for release of 0.55.0
[ci skip]
2019-04-08 16:39:45 +00:00
Jim McDonald
86a190c920 docs: Add information about summary front matter variable 2019-04-06 00:17:54 +02:00
Bjørn Erik Pedersen
9d94f43406 integrity: Add support for sha384
Fixes #5815
2019-04-05 16:35:07 +02:00
Bjørn Erik Pedersen
dd3fe9f92b Add HUGO_NUMWORKERMULTIPLIER
And use that to calculate number of workers, if set, else fall back to number of logical CPUs.

Also tweak the relevant related settings to match the new setup.

Also remove the setting of `runtime.GOMAXPROCS` as this has been the default behaviour since Go 1.5.

Fixes #5814
2019-04-05 10:21:25 +02:00
Bjørn Erik Pedersen
968372d869
Add trace.out to .gitignore 2019-04-04 14:31:33 +02:00
Bjørn Erik Pedersen
660772713e
Add the Fireship images to cache 2019-04-04 14:31:33 +02:00
Bjørn Erik Pedersen
41a3e19cbd hugolib: Allow page-relative aliases
Fixes #5757
2019-04-02 10:32:47 +02:00
Bjørn Erik Pedersen
4497e4b12c
Update faq.md 2019-04-02 10:05:02 +02:00
Bjørn Erik Pedersen
b0ee3dcccb output: Add missing JSON tag 2019-03-28 20:59:09 +01:00
Bjørn Erik Pedersen
173dac0b7b docs: Regenerate docshelper data
Closes #5799
2019-03-28 09:49:54 +01:00
Bjørn Erik Pedersen
e304730621 docs: Regenerate CLI docs
Fixes #5779
2019-03-26 18:46:01 +01:00
Bjørn Erik Pedersen
8cb775be22 Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53' 2019-03-26 18:41:36 +01:00
budparr
acf70cdd9f Update CSS after removing Purge 2019-03-26 15:52:35 +01:00
budparr
74c0bb7f2e Remove purge from Webpack, temporarily
Purge is removing CSS from the themes site because that site is not present for Purge to know to keep those classes. This change updates the CSS build to not use Purge to fix the currently broken public site, but commenting out only to add back when we have a permanent solution.
2019-03-26 15:52:35 +01:00
Bjørn Erik Pedersen
397b7284f2
Merge commit 'ccb1e38f3822e9b5e4fb89a296324daf3400f23b' 2019-03-26 09:52:32 +01:00
Bjørn Erik Pedersen
ccb1e38f38 Squashed 'themes/gohugoioTheme/' changes from 042112e2d..b7853ae70
b7853ae70 Import docsearch.js styles from node_modules. (#124)
37f678164 Remove highlight.js since it's unused.
9bfe65dc6 Correct a few links and minor meta tweaks.

git-subtree-dir: themes/gohugoioTheme
git-subtree-split: b7853ae70353cc881c396a5b6d739107122b0bf3
2019-03-26 09:37:00 +01:00
Mihira Jayasekera
bca84e9147 Fix search box text being invisible in Safari
Explicitly declare a transparent background color in the inline `style` declaration so the search box doesn't render white text on a white background in Safari. Remove `.bg-transparent` from the class attribute, since it doesn't exist in the built CSS file.

Explanation: for some reason (Purgecss misfire?) the CSS class `bg-transparent` does not appear in the built CSS file, so the assignment of the class to the `input` element is meaningless. The inline style declared using the `background` shortcut declaration lacks a background-color, which Chrome and Firefox interpret as a transparent background but which Safari just ignores, falling back to its default white background. This means text typed into the search field renders as white on white, effectively invisible. By explicitly declaring a transparent background color, the search box renders correctly in all three browsers (white text on black background).
2019-03-26 09:32:25 +01:00
Bjørn Erik Pedersen
3f21d09573
FAQ: "this feature is not available in your current Hugo version"
Fixes https://github.com/gohugoio/hugo/issues/5793
2019-03-26 07:09:31 +01:00
Mihira Jayasekera
d8b318f905 Remove Gulp from Victor Hugo description
Victor Hugo was updated to remove Gulp. See https://github.com/netlify-templates/victor-hugo/pull/138.
2019-03-26 00:37:18 +01:00
satotake
09d9b4c244 Update contribute/development.md 2019-03-24 18:22:30 +01:00
Alexandros
4d0f6ba47e Theme Components Support on the Hugo Themes Site (#769)
Since https://github.com/gohugoio/hugoThemes/pull/614 the Theme Site supports Hugo themes inheritance.
2019-03-23 20:09:07 +01:00
Bjørn Erik Pedersen
5bc64bf440 Make Page an interface
The main motivation of this commit is to add a `page.Page` interface to replace the very file-oriented `hugolib.Page` struct.
This is all a preparation step for issue  #5074, "pages from other data sources".

But this also fixes a set of annoying limitations, especially related to custom output formats, and shortcodes.

Most notable changes:

* The inner content of shortcodes using the `{{%` as the outer-most delimiter will now be sent to the content renderer, e.g. Blackfriday.
  This means that any markdown will partake in the global ToC and footnote context etc.
* The Custom Output formats are now "fully virtualized". This removes many of the current limitations.
* The taxonomy list type now has a reference to the `Page` object.
  This improves the taxonomy template `.Title` situation and make common template constructs much simpler.

See #5074
Fixes #5763
Fixes #5758
Fixes #5090
Fixes #5204
Fixes #4695
Fixes #5607
Fixes #5707
Fixes #5719
Fixes #3113
Fixes #5706
Fixes #5767
Fixes #5723
Fixes #5769
Fixes #5770
Fixes #5771
Fixes #5759
Fixes #5776
Fixes #5777
Fixes #5778
2019-03-23 18:51:22 +01:00
Unknown
f2ec3f2a6f Fix broken link 404
Link to front-matter was pointing to table-of-contents that gave a 404.
2019-03-21 12:46:48 +01:00
Bjørn Erik Pedersen
af82c56c51
config: Remove superflous param 2019-03-21 09:13:16 +01:00
Ryan Watters
8dc14f5637 Update theme total on homepage (#765)
"300s of Themes" is not typical English usage and makes it sound like themes are packaged in groups of 300. I've changed this to "300+ Themes" to make more sense.
2019-03-19 18:22:29 +01:00
Christopher Geary
7838fd7e2d Update description of Atlas to reflect new changes 2019-03-17 21:19:38 +01:00
peaceiris
6abab23c69 update: total of hugo themes 2019-03-16 18:23:36 +01:00
Moritz »mo.« Sauer
1dba24fde6 Clarify: summaryLength uses words not characters 2019-03-13 10:16:14 +01:00
Rodolfo Carvalho
8c54f45d6e Add missing punctuation 2019-03-12 21:31:12 +01:00