Sören Weber
a856400626
#nav: fix arrow nav for unlisted pages #184 #185
2022-02-18 02:13:35 +01:00
Sören Weber
0363998519
nav: fix chevron color in IE11 #151
2022-02-18 00:59:50 +01:00
Sören Weber
1606a92689
theme: fixing tags for dark mode and revamped header #151 #175
2022-02-18 00:38:32 +01:00
Sören Weber
6f35177349
theme: rework header UX #151
2022-02-18 00:09:06 +01:00
Sören Weber
7c1d85558d
breadcrumb: hide unpublished pages #185
2022-02-17 14:19:34 +01:00
Sören Weber
3d6a95434c
nav: only show toc if the page has headings #182
2022-02-15 20:28:29 +01:00
Sören Weber
949429faab
nav: rework edit button #151
2022-02-15 00:22:34 +01:00
Sören Weber
6f8239ca64
nav: some love for header buttons #151
2022-02-14 23:59:06 +01:00
Sören Weber
f5455500fa
theme: animate large areas on theme switch #178
2022-02-13 09:45:11 +01:00
Sören Weber
8c1a7304f9
theme: add a theme selector #178
2022-02-13 01:53:23 +01:00
Sören Weber
9ea06563be
theme: support for dark mode #175
2022-02-11 00:59:40 +01:00
Sören Weber
8f2d1d75e2
theme: whitespace
2022-02-06 16:47:00 +01:00
Sören Weber
9c616364a9
theme: realign HTML header and DRY out stylesheet declarations
2022-02-06 13:51:54 +01:00
Sören Weber
be221f2f5b
theme: wildspace
2021-11-24 12:03:11 +01:00
Sören Weber
092046ae52
copyToClipBoard: add missing right border for inline code #153
...
if disableInlineCopyToClipBoard=true
2021-11-16 00:16:31 +01:00
Sören Weber
63dccef035
toc: make omitting disableToc behave as the former default #133
2021-11-03 20:44:23 +01:00
Andreas H
c29b62f3a9
make disableTOC globally available via Site-Params in config.toml
2021-11-03 10:39:48 +01:00
Sören Weber
dffc0cb230
theme: simplify stylesheet for color variants #107
2021-09-30 00:17:16 +02:00
Sören Weber
cbc75a99fa
theme: reorganize stylesheets #93
...
move print styles in own stylesheet to make it testable
remove hugo-themes.css and put it into theme.css to avoid confusion
2021-09-29 21:34:42 +02:00
Sören Weber
3224bfb1a3
theme: fix sticky header to remove horizontal scrollbar #82
...
HTML5 solution; sorry IE11
2021-09-23 21:25:45 +02:00
Sören Weber
82b7477c0c
theme: wildspace to death
2021-09-13 19:39:20 +02:00
Sören Weber
65cb38aec3
theme: use <main> #88
2021-09-13 19:28:16 +02:00
Sören Weber
2fcaac5d0b
theme: fix usage of <section> #88
2021-09-13 19:28:16 +02:00
Sören Weber
7fce3b516f
theme: wildspace
2021-09-12 10:33:24 +02:00
Sören Weber
a62c1ee500
theme: remove obvious HTML validator warnings
2021-09-12 01:32:19 +02:00
Sören Weber
aa54732f09
theme: wildspace
...
in partials and generated output
2021-09-12 00:40:03 +02:00
Sören Weber
87a86876e9
theme: use disabled anchor for last bread crumb #84
...
because otherwise Hugo will not generate a relative URL for the itemprop value
2021-09-10 01:08:39 +02:00
Sören Weber
03db2cc387
theme: correctly define itemprop value #84
2021-09-10 00:32:35 +02:00
Sören Weber
f65bacd4cd
theme: switch from data-vocabulary to schema #84
2021-09-10 00:18:57 +02:00
Sören Weber
fed2e0392c
sitemap: hide hidden pages from sitemap and SEO indexing #85
2021-09-09 22:26:24 +02:00
Sören Weber
c969f3b13f
menu: always hide hidden sub pages #77
2021-09-04 00:17:47 +02:00
Sören Weber
06486bdc3c
search: disable search in hidden branches #76
...
1-1-1-1 was previously displayed in the search results
2021-09-03 22:21:22 +02:00
Helder Pereira
449708afd4
Upgrade Hugo to 0.87.0
2021-08-24 00:48:48 +01:00
Sören Weber
5c667b3d07
code highligher: switch to standard hugo highlighter #32
...
Since a while, Hugo has its own mechanism for code highlightning.
We remove the old highlightning code provided by the client-side javascript library highlight.js and all its related files.
This also solves issues introduced by Hugos own highlightning because in our theme we are currently highlighting the code twice leading to unpredictiable results.
This will also fix an issue were light code highlightning themes weren't displayed correctly because our styles are overwriting color information.
Another advantage is the huge list of supported languages which by far exceeds our current list.
On the downside, this is a breaking change because our current color theme isn't supported by Hugo.
2021-07-26 11:50:34 +02:00
Sören Weber
6fb5852643
maintenance: upgrade jquery to 3.6.0 #30
...
Because of a jquery security vulnerability, we are upgrading to the latest version 3.6.0
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
Depending on the site content, there may be issues with self-closing tags that are allowed to have content like `div` or `span`. See https://jquery.com/upgrade-guide/3.5/
2021-07-25 22:33:18 +02:00
Swen Wenzel
0b5bb6e7b3
Implement tab views ( #386 )
...
Tab views from @swenzel
2021-03-16 17:21:57 +00:00
Razon Yang
00f1ca6856
Add the titleSeparator parameter. ( #448 )
...
* Add the titleSeparator parameter
* Add a description for the titleSeparator parameter
2020-09-11 09:31:22 +01:00
Gaetan BOGAERT
a7a29541f8
fix: change taxonomy term and use taxonomy name ( #444 )
...
@see bf74d9e81c
2020-09-10 17:59:18 +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
James Booker
eb0ad9c489
Fix deprecated .Hugo, .UniqueID and .URL references
2019-07-30 21:46:35 +01:00
Christian Oliff
f5a8f30714
remove unneeded type="text/css"
2019-06-05 00:10:18 +01:00
ozobi
a296946748
Update header.html
...
fixed indent
2019-04-01 22:31:07 +01:00
ozobi
f2ef666790
Update js and css
2019-04-01 22:31:07 +01:00
Matthew Taylor
e7a190392a
Merge branch 'master' of https://github.com/pdelaby/hugo-theme-learn into pdelaby-master
2019-03-25 21:01:40 +00:00
Delaby Pierre
6207c44b5c
PR#196 : Fix english typos and hide the 'tags' div when not needed
2019-03-16 10:55:18 +01:00
Matthew Taylor
982b7290b3
Fix conflicts
2018-10-22 22:51:26 -04:00
Delaby Pierre
79a9777e9a
Displays tags on single (using header)
...
Display tags list when clicking on tag
2018-10-16 12:08:58 +02:00
Mathieu Cornic
300c1614ec
Merge branch 'master' of https://github.com/matcornic/hugo-theme-learn
2018-08-10 11:19:30 +02:00
willwade
a29add8d5e
changes so can now use page params as well as site
2018-03-19 10:40:10 +00:00
will wade
2fd986166e
adding .Site.Params.disableBreadcrumb
...
NB: Still shows heading of page. Otherwise looks a bit ugly
2018-03-14 00:28:37 +00:00