7081 Commits

Author SHA1 Message Date
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
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
hfte
d170004817 Remove Hugo Frontend caddy-plugin
StaticGen will be removed in version 2.0 of the caddy filebrowser plugin.
https://github.com/filebrowser/filebrowser/pull/575
2019-03-12 15:55:29 -04:00
Christian Oliff
a7094ae620 remove unneeded meta tags
```
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
```
I realise that these meta tags aren't doing any harm - but they are not needed at all and take up a few bytes of the page loading.

- The `HandheldFriendly` meta tag was used for a very old version of BlackBerry.
REF: https://developer.blackberry.com/playbook/html5/documentation/handheldfriendly.html

- The `MobileOptimized` meta tag was used for a very old version of Windows Mobile 5 / 6 (before even Windows Phone 7, 8 and Windows Mobile 10!).
2019-03-11 10:45:18 -04:00
Devin Schulz
f8b0f31c6d Fix typo in cross references
logg -> log
2019-03-11 15:33:03 +01:00
peaceiris
61781bab93 Fix: use gh shortcode correctly 2019-03-11 15:32:47 +01:00
Bjørn Erik Pedersen
357bfca431
Update files.md
Closes https://github.com/gohugoio/hugo/issues/5741
2019-03-07 22:28:17 +01:00
Gitiot
d1d2406cc6 Updated Hugo convert to clarify for and not ..
.. for configuration files.
2019-03-07 07:51:54 -05:00
Rodolfo Carvalho
86850f3c33 Fix typos in multilingual.md 2019-03-07 12:59:44 +01:00
Salim B
b68d0d892f Fix typo 2019-03-07 08:45:15 +01:00
Bjørn Erik Pedersen
8cba70e28c
Document disableAliases
Closes https://github.com/gohugoio/hugo/issues/5722
2019-02-28 14:30:18 +01:00
Shohei Ueda
00e4402605 Remove extra whitespace 2019-02-20 15:07:08 +01:00
Alexandros
212d63e4cc Update with latest Theme Submission Guidelines (#744)
Closes #743 

- Added note that the content directory of an ExampleSite is now inherited from the HugoBasicExample for security reasons.
- Removed placeholder text for example README outline since there is no such outline.
- Instead I updated some of the points of what should be included in a README

cc: @digitalcraftsman
2019-02-17 11:01:16 +01:00
Juliano Appel Klein
c24ea638ff Update frontends.md
Changing Hokus URL.
2019-02-15 20:19:09 +01:00
Bjørn Erik Pedersen
942bc19721
Add one more video 2019-02-13 13:14:11 +01:00
Bjørn Erik Pedersen
2e1e1091dd
Update the rest of the videos
Closes #735
2019-02-13 12:45:23 +01:00
Bjørn Erik Pedersen
a7dc70f2bd
Add new installation video 2019-02-13 12:38:02 +01:00
Nikhil Swaminathan
1a78f84876 Hosting on AWS amplify 2019-02-07 19:00:56 +01:00
David Haberthür
112420c467 Fix typo
https://github.com/gohugoio/hugo/pull/5677, second try...
2019-02-04 22:19:19 +01:00
Jeff Delaney
f723425e43 Add fireship.io bio to showcase 2019-02-02 10:10:00 +01:00
Alexander Borsuk
574f43503c Fixed typo 2019-02-01 19:56:26 +01:00
Bjørn Erik Pedersen
88e0e0cb7d
Release 0.54.0 v0.54.0 2019-02-01 11:41:31 +01:00
Bjørn Erik Pedersen
303edf19e3
Merge branch 'temp54' 2019-02-01 11:32:57 +01:00
hugoreleaser
c38debebd8 releaser: Prepare repository for 0.55.0-DEV
[ci skip]
2019-02-01 09:42:55 +00:00
hugoreleaser
5c6c56fa1e releaser: Add release notes to /docs for release of 0.54.0
[ci skip]
2019-02-01 09:40:32 +00:00
hugoreleaser
f86e059506 releaser: Bump versions for release of 0.54.0
[ci skip]
2019-02-01 09:40:32 +00:00
Bjørn Erik Pedersen
6a2684fe4f
Add the default cache configuration
So we can use it for testing.
2019-02-01 09:56:34 +01:00
Bjørn Erik Pedersen
f75c0125af Merge commit 'f27faf9afd0a8db768a21954b8755f1bf1a14f1b' 2019-02-01 09:08:24 +01:00
Bjørn Erik Pedersen
4f4d1f48cd
Merge commit 'ccb3ee5c57a00d5d32c53c882cf9893181a6ec10' 2019-02-01 09:05:09 +01:00
Bjørn Erik Pedersen
ccb3ee5c57 Squashed 'themes/gohugoioTheme/' changes from dafc91ff1..042112e2d
042112e2d Fix search button.

git-subtree-dir: themes/gohugoioTheme
git-subtree-split: 042112e2dafaa6cb75c15bce595548b0cd277006
2019-02-01 09:05:08 +01:00
Bjørn Erik Pedersen
e440dc6a48 Merge commit '5e078383a787e8b5ec3ba73f05ea4130840afbe2' 2019-02-01 09:01:04 +01:00
Bjørn Erik Pedersen
49809a038b
Merge commit '20a631b4964fc0ab9137cce1e41774cbc17de044' 2019-02-01 07:59:46 +01:00
Bjørn Erik Pedersen
20a631b496 Squashed 'themes/gohugoioTheme/' changes from b8202f539..dafc91ff1
dafc91ff1 Rebuild prod bundles
14f4f2c7e Update Babel dependencies
9cd6d77c1 site-search.html: remove duplicate type attribute.
eb8a3eb6a Remove unneeded chrome=1 X-UA-Compatible meta tag
47e4a62da sponsors.html: Fix wrong `f3` element
dc2320ecc Fix typo in headers file (#107)

git-subtree-dir: themes/gohugoioTheme
git-subtree-split: dafc91ff16f2fa02e972335189fca8eca1b0911a
2019-02-01 07:57:17 +01:00
Bjørn Erik Pedersen
8b58f565f0
Re-generate CLI docs 2019-01-30 00:37:23 +01:00
Bjørn Erik Pedersen
4653a724ac
Add Netlify deployment badge 2019-01-29 23:47:13 +01:00
Bjørn Erik Pedersen
2d6246bcd3
Remove some deprecated site variables 2019-01-28 10:40:11 +01:00
budparr
e6777153b5 Improve Algolia Search Display Styling
This commit restores original styling to the Algolia search box and adds a Hugo color to headings.
2019-01-27 19:03:15 +01:00
Phil Winder
1570999f32 Add missing "." in front of gitlab-ci.yaml example 2019-01-26 17:30:20 +01:00
Regis Philibert
b922ae7d55
This adds documentation to the new configDir/Environment logic from .53 (#729)
Adds a config entry to Directory Structure
Adds a Hugo.Environment entry to variables/hugo
Edit the configuration page to wrap first part under a Configuration File heading and introduce a second heading, Configuration Directory to present the feature.
2019-01-22 14:27:14 -05:00
Ross Light
7cff379f58 Correctly escape multi-word taxonomy terms in example 2019-01-20 10:34:53 -05:00