Commit graph

470 commits

Author SHA1 Message Date
Qi Wenmin
ca0872ecb5 Fix: can't give argument to non-function not .Params.hidden
Build fail when using Hugo 0.71.1.
2020-06-01 12:45:19 +01:00
Matthew Taylor
d4abb3c9a1 Allow custom css files to be loaded by configuration
Previously adding custom css files would require the end user to copy
the header or footer partial into their overrides. They would then
need to maintain that partial into the future.

This config allows a user to provide a list of custom css files to load
into the theme, meaning they do not need to clone the partial.

```
[params]
  custom_css = ["css/foo.css", "css/bar.css"]
```

Inspiration taken from https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4
2020-04-14 11:12:06 +01:00
Roger Lehmann
eb0f29ee44 Updated Installation documentation link.
Since the old link redirects to "Hugo Modules" documentation, which isn't fitting for this kind of theme, I changed it to the short tutorial in the getting started guide. Not perfect but better than having a mismatching guide, confusing users (such as myself).
2020-04-14 11:10:33 +01:00
Matthew Taylor
b5c759a3c7 Netlify build on 0.66.0 2020-03-09 16:17:14 +00:00
Helder Pereira
f7847b6a3a Fix .File.UniqueID on zero object warning 2020-03-09 15:25:50 +00:00
Matthew Taylor
41c6cc522f Bump hugo to 0.63.2 2020-02-02 00:14:28 +01:00
Rasmus Stougaard
46223816d6 Avoid displaying hidden sections in menu 2020-02-01 23:06:35 +00:00
Jian
3ea5bca755 Added flag to turn off image featherlight 2020-02-01 22:58:17 +00:00
ImgBotApp
bed0a6c0d0 [ImgBot] Optimize images
*Total -- 2,430.13kb -> 2,350.51kb (3.28%)

/exampleSite/static/images/showcase/inteliver_docs.png -- 108.40kb -> 78.86kb (27.25%)
/static/fonts/Novecentosanswide-Normal-webfont.svg -- 100.88kb -> 96.30kb (4.54%)
/static/fonts/Novecentosanswide-UltraLight-webfont.svg -- 93.99kb -> 89.81kb (4.44%)
/static/webfonts/fa-regular-400.svg -- 136.55kb -> 132.62kb (2.88%)
/static/webfonts/fa-solid-900.svg -- 775.44kb -> 753.61kb (2.82%)
/static/fonts/Work_Sans_500.svg -- 54.16kb -> 53.15kb (1.88%)
/static/fonts/Work_Sans_300.svg -- 54.52kb -> 53.50kb (1.87%)
/static/fonts/Work_Sans_200.svg -- 54.57kb -> 53.55kb (1.87%)
/static/fonts/Inconsolata.svg -- 61.54kb -> 60.54kb (1.63%)
/static/webfonts/fa-brands-400.svg -- 732.17kb -> 722.07kb (1.38%)
/exampleSite/static/fonts/monogramos-webfont.svg -- 257.41kb -> 256.00kb (0.55%)
/static/images/clippy.svg -- 0.50kb -> 0.50kb (0.2%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-01 22:50:45 +00:00
Amir
f629d2fadc add inteliver documentation showcase 2020-02-01 22:44:56 +00:00
Christian Oliff
a728d1afd6 remove unneeded spaces from HTML 2020-02-01 22:42:53 +00:00
Fritz Michael Gschwantner
15f890999f fix select option color in Chrome 2020-02-01 22:41:47 +00:00
Mathieu Cornic
8cf7531a22
Merge pull request #321 from coliff/patch-4
change to minified 'autocomplete.js' for improved performance
2019-12-22 21:38:55 +01:00
Mathieu Cornic
f206f1fc87
Merge pull request #336 from geoffreybauduin/patch-1
Incorrect english in notice documentation
2019-12-22 21:37:56 +01:00
Mathieu Cornic
9898e35f84
Merge pull request #339 from owulveryck/patch-1
fix extra spaces in the description
2019-12-22 21:37:19 +01:00
Mathieu Cornic
073658ca3c
Merge pull request #343 from hucste/patch-2
Fix: typos
2019-12-22 21:36:49 +01:00
Mathieu Cornic
349b324d4e
Merge pull request #342 from hucste/patch-1
Fix: typo
2019-12-22 21:36:21 +01:00
Mathieu Cornic
9ea4881d09
Merge pull request #349 from LinuxSuRen/i18n-zh
Add Chinese language for this theme
2019-12-10 08:46:44 +01:00
Zhao Xiaojie
be4f62237c Add shortcut for Chinese language 2019-12-06 15:48:50 +08:00
Zhao Xiaojie
695460da0e Add Chinese i18n items for this theme 2019-12-04 11:26:16 +08:00
Zhao Xiaojie
f616491457 Add Chinese language for this theme 2019-12-04 11:17:39 +08:00
HUC
1bc1eef887
Fix: typos
Corrections de plusieurs erreurs typo ! :p
2019-11-06 14:17:39 +00:00
HUC
aa15edd289
Fix: typo
Correction du terme "améliorations"
2019-11-06 13:52:55 +00:00
Olivier Wulveryck
cce05a0d42
fix extra spaces in the description 2019-11-02 08:20:59 +01:00
Geoffrey Bauduin
85e0b14c4e
Fixing incorrect english in notice documentation 2019-10-18 12:47:11 +02:00
Mathieu Cornic
51dbdcf4aa
Merge pull request #332 from zeegin/master
Added Russian translation
2019-10-18 10:26:41 +02:00
Mathieu Cornic
8e4579d65c
Merge pull request #335 from diemol/add-jp-and-zh-cn
Add jp and zh cn
2019-10-18 10:26:06 +02:00
Diego Molina
3fd3e824b6
Adding ja, credits to @miekof 2019-10-14 21:59:14 +02:00
Diego Molina
5a385bcbf5
Adding zh-cn, credits to @liushilive 2019-10-14 21:58:17 +02:00
Ingvar Vilkman
98fe1ef0c5 Added Russian translation 2019-10-05 03:32:05 +03:00
Matthew Taylor
b85d51a051 Initial instructions on releasing with gren 2019-09-04 22:47:55 +01:00
Matthew Taylor
2b8476fc63 Ship tag 2.4.0 2019-09-04 22:26:08 +01:00
Ross Jacobs
ce74bb8f9a Added Tshark.dev as example site 2019-08-27 23:59:48 +01:00
Christian Oliff
c8b5c2e176
change to minified autocomplete for improved performance
from:  https://github.com/Pixabay/JavaScript-autoComplete/blob/master/auto-complete.min.js
2019-08-12 10:31:28 +09:00
Christian Oliff
3c4599428e Delete html5shiv-printshiv.min.js 2019-08-12 01:03:44 +01:00
Christian Oliff
be898802f0 remove
`<script src="{{"js/html5shiv-printshiv.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>`
This was only ever needed for IE8 (which is not supported with this theme since it uses a newer version of jQuery). Furthermore it should be loaded in the head anyway. IE9 supports HTML5 tags and does not need this polyfill at all.
2019-08-11 21:13:29 +01:00
James Booker
b304bb47f6 Fix shortcuts menu 2019-07-30 21:46:35 +01:00
James Booker
eb0ad9c489 Fix deprecated .Hugo, .UniqueID and .URL references 2019-07-30 21:46:35 +01:00
Mathieu Cornic
15eb41a107
Merge pull request #304 from Oddly/patch-1
Fix type lines 364 and 369
2019-07-12 09:30:04 +02:00
Mathieu Cornic
f1c10f45c6
Merge pull request #312 from dptelecom/master
Added German and Arabic translation
2019-07-12 09:29:29 +02:00
dptelecom
b728300a1a
Added: Hindi language🇮🇳 file
Added: Hindi language🇮🇳 file
2019-07-09 20:09:36 +02:00
dptelecom
0a0a135f02
Add files via upload 2019-07-06 23:44:42 +02:00
dptelecom
120bc7291b
Add files via upload 2019-06-23 20:31:46 +02:00
Sam Crauwels
95c78a8e12
Fix type lines 364 and 369
with code > as code
2019-06-17 01:43:58 +02:00
Christian Oliff
02315785f2 remove unneeded type="text/css" 2019-06-11 22:29:17 +01:00
Christian Oliff
c9153e7c04 remove unneeded type="text/css" 2019-06-11 22:28:40 +01:00
Mathieu Cornic
ec48c61329
Merge pull request #271 from berryp/issue/404-has-invalid-html
Fix invalid HTML in 404 template.
2019-06-06 14:07:37 +02:00
Mathieu Cornic
1e3c00d2bb
Merge pull request #295 from coliff/patch-4
HTTPS links in footer
2019-06-06 14:06:12 +02:00
Christian Oliff
a793933f8e
HTTPS links in footer 2019-06-05 17:49:27 +09:00
Naveneetha Vasudevan
3a47917d6c Remove reference to the unused horsey CSS 2019-06-05 00:11:45 +01:00