Commit graph

164 commits

Author SHA1 Message Date
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
Pierre Adam
2dbd46d4ec Fix translation when using a custom baseURL
When the baseURL is not / using $translation.URL is ignoring the baseURL. In order to sort this behavior, $translation.Permalink is working just fine.
2019-03-15 16:15:57 +00:00
Sakamoto, Kazunori
e5089aaa2f Use style instead of width and height in logo
Close #249
2019-03-15 16:09:26 +00:00
Matthew Taylor
4fc43548b5
Merge pull request #227 from coliff/patch-3
remove duplicate icon and fix incorrect favicon type
2019-02-19 10:36:59 +00:00
David Pine
e10b558f34
Update menu.html to include the check icon
I'm seeing issues where the check icon is not rendered. It seems like it this `<i></i>` element was mistakenly missing the additional class required in order for it to actually render the font-awesome check icon. So, I added the `fa-check` class locally and now it works as expected.
2019-01-21 12:55:01 -06:00
Christian Oliff
43d3f15535
remove duplicate icon and fix incorrect favicon type 2019-01-04 17:21:03 +09:00
Matthew Taylor
8af73c2745
Merge branch 'master' into patch-5 2018-12-21 02:09:59 +00:00
Christian Oliff
3193a849c1
This fixes the close/cancel search icon not showing
This fixes issue: #209
2018-12-21 01:15:38 +09:00
Christian Oliff
3ea5860c3e
Use correct input type for search
This doesn't change functionality but could aid with accessibility and is more semantically correct.
2018-12-13 21:59:54 +09:00
Matthew Taylor
9af78be175
Merge pull request #186 from tanzaho/patch-2
Updated CSS link to fontawesome library
2018-11-01 17:00:17 -04:00
Matthew Taylor
8726b9b02d
Merge pull request #184 from cloudreach/willwade-master
RETRY - Params to turn off next/previous page - and breadcrumb
2018-10-31 23:49:17 -04:00
Jean-Christophe
330ae6d91c
Updated CSS link to fontawesome library 2018-10-27 22:40:08 +02:00
ChrisLasar
a88bc477cc
Logo links BaseUrl now
This might ease the adaptation of the theme for Hugo newbies like me ;)
2018-10-24 19:16:49 +02:00
Matthew Taylor
982b7290b3 Fix conflicts 2018-10-22 22:51:26 -04:00
Matthew Taylor
ff092165d2 Fix baseurl used by search to load json data 2018-10-17 14:31:29 -04:00
Delaby Pierre
a75b1a0ce1 Display tags list 2018-10-16 13:05:32 +02: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
pgorod
781d1e9457
Update 404.html
This is useful because using "alt" attribute is generally a good idea. But I had to change this in my project because I am running automated tests and this was causing an error from my over-zealous error-checker robot. Fair enough.
2018-09-20 17:04:16 +01:00
Mathieu Cornic
300c1614ec Merge branch 'master' of https://github.com/matcornic/hugo-theme-learn 2018-08-10 11:19:30 +02:00
Mathieu Cornic
a690228179 fix conflict 2018-08-10 11:03:31 +02:00
Mathieu Cornic
a1d948f8ed
Merge pull request #122 from mdavids/patch-2
Different viewport
2018-08-10 10:45:26 +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
6d6fde35b9
adding .Site.Params.disableNextPrev
adding this site param to disable back and forth..
2018-03-14 00:30:00 +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
matcornic
59c4cbf186 fix #130: favicon works now with baseURL 2018-02-20 19:47:55 +01:00
Matthew Taylor
cca7fdeeb0 Modify fontawesome selectors for v5.x 2018-02-19 16:33:30 +00:00
Matthew Taylor
ddb8d4c5aa Update Font Awesome to 5.0.6 2018-02-19 16:33:30 +00:00
Marco Davids
04347de0d6
Improved variant of #119, as per request 2018-02-02 14:14:32 +01:00
Marco Davids
b3edc029b2
Different viewport
Works better on iPhone and prevents a warning in HTML5-validators.
2018-01-24 15:42:16 +01:00
Marco Davids
42dbe096d2
role="" is invalid
Removing class="" because it does not add a whole lot
Removing role="" because it is invalid HTML (cannot be empty) and generates HTML-errors in validators.
2018-01-24 15:29:57 +01:00
Marco Davids
bb7608fa42
Related to previous PR 2018-01-23 17:17:55 +01:00
Mathieu Cornic
7ec195a7f4
Merge pull request #102 from RealOrangeOne/master
Use `relURL`  where possible
2018-01-17 22:27:00 +01:00
Mathieu Cornic
1aee7f25bd
Merge pull request #105 from gpospelov/master
Bug fix in sidebar menu and children description generation
2018-01-17 22:10:33 +01:00
Gennady Pospelov
57ffb7bd68 Fix in children shortcode (random failures during generation of description paragraph) 2018-01-17 17:54:35 +01:00
Gennady Pospelov
12cab1bed6 Fix for random failures in menu generation 2018-01-17 17:52:56 +01:00
proelbtn
1bfd4b30c8 fix some typo 2018-01-17 19:02:16 +09:00
Jake Howard
2c664160b0
Use relURL where possible 2018-01-06 22:27:36 +00:00
matcornic
6562adeb7b fix #83 no Title and Edit this page text when on mobile + fixed top bar width pbm on resize by switching to sticky.js instead of sticky-kit 2017-11-23 19:46:56 +01:00
Manuel Reithuber
d335f88af4 menu.html: added support for a 'menuTitle' frontmatter parameter 2017-11-19 13:55:30 +01:00
Manuel Reithuber
1a3ca9010d layouts/partial/menu.html: using the 'linkTitle' attribute as link text (if present) 2017-11-19 13:32:31 +01:00
Haitao Chen
13780c6fa8 allowing comments system 2017-11-03 23:37:37 -07:00
Ryan McGuire
ff5ef7c020 Replace horsey with Pixabay's autocomplete (#75) 2017-09-28 18:47:26 +02:00
matcornic
f2260fdace feat: fix #58 - add site param shortcode 2017-09-04 22:24:36 +02:00
matcornic
9071837183 fix #61 2017-09-04 21:20:59 +02:00
Matthew Sykes
388b2b4d92 Remove white space from align parameter (#63)
Fixes alignment behavior in the short code
2017-08-24 07:29:16 +02:00
matcornic
3465ef756f i18n of expand shortcode 2017-08-20 23:44:33 +02:00
matcornic
2bbbf604a9 fix jumping navbar 2017-08-20 23:43:50 +02:00
matcornic
a04d94f3c8 document HTML way of creting homepage 2017-08-20 23:43:50 +02:00
matcornic
a64a454421 Handling multilingual mode on extra menu shortcuts 2017-08-20 23:43:49 +02:00
matcornic
6b265c5181 add first content for new documentation 2017-08-20 23:43:49 +02:00
matcornic
52e897dcb9 changed defaults + scroll with offset 2017-08-20 23:43:49 +02:00
matcornic
a4157f173b fixed home page messages 2017-08-20 23:43:49 +02:00
matcornic
554480d4e0 add wercker to compare with travis 2017-08-20 23:43:48 +02:00
matcornic
44821c94a7 fix search for multiple languages 2017-08-20 23:43:48 +02:00
matcornic
7ca4b0c7ad feat: add theme variant system + add blue variant 2017-08-20 23:43:48 +02:00
matcornic
eb60debba2 feat: add 'more' section in left menu 2017-08-20 23:43:47 +02:00
matcornic
3e61961bfa feat: add children shortcode 2017-08-20 23:43:47 +02:00
matcornic
951e8fb40e feat: add shortcode for attachments 2017-08-20 23:43:47 +02:00
matcornic
da208441c0 feat: add sticky bar with smooth scroll 2017-08-20 23:43:47 +02:00
matcornic
e37af28876 add parameter to disable copy-to-clipboard function for inline code 2017-08-20 23:43:47 +02:00
matcornic
9eb81efb44 fix busting javascript #47 2017-08-20 23:43:46 +02:00
matcornic
47c72cb81e feat: better UX in the menu 2017-08-20 23:43:46 +02:00
matcornic
157e3ac512 feat: add full i18n. Select desired language in the site automatically 2017-08-20 23:43:46 +02:00
matcornic
2b03e2568e feat: mermaid #53 + archetypes + move doc + expand 2017-08-20 23:43:45 +02:00
matcornic
b2ac8298bf feat: support of Hugo 0.22+ #51 #48 #11 #50 2017-08-20 23:43:44 +02:00
lfalin
c68dda185e Fix sticky header jumpiness (see: https://github.com/leafo/sticky-kit/wiki/Troubleshooting) 2017-05-25 22:06:02 -06:00
matcornic
797ac73ff9 fixes #40 2017-04-23 12:35:11 +02:00
Nikolay Yakimov
efd220cc3d
Fix breadcrumbs on /content/_index 2017-03-27 23:37:46 +03:00
Nikolay Yakimov
2f5722599e
Merge branch 'use-index-pages' of github.com:lierdakil/hugo-theme-learn into use-index-pages 2017-03-27 22:58:09 +03:00
Nikolay Yakimov
7aa1e70638
Fixes, see description
* fix menu ordering when mixing chapters and non-chapters
* allow for `chapter` type override in `_index` pages
* fix breadcrumbs
* fix some crashes with empty categories
* use page context in list.html (to avoid setting uniqueid in scratch)
* use UniqueID instead of relative links for page identification
2017-03-27 22:57:49 +03:00
Nikolay Yakimov
f1c65dd9e7
Use relURL for manual navigation 2017-03-26 20:30:49 +03:00
Nikolay Yakimov
532a102a87
Remove baseurl from automatic navigation arrows
Since it's already included in `Page.URL`
2017-03-26 20:15:36 +03:00
Nikolay Yakimov
9144ca72aa
Fixed "error calling after: no items left" 2017-03-26 05:06:15 +03:00
Nikolay Yakimov
56791780ac
Merge remote-tracking branch 'origin/master' into use-index-pages 2017-03-26 04:37:32 +03:00
matcornic
4257ec0471 fix: errors when building site with Hugo 0.20 2017-03-25 18:14:50 +01:00
Nikolay Yakimov
329d426d86
More compatibility issues 2017-03-14 02:55:59 +03:00
Nikolay Yakimov
38301a171f
More backwards compatibility 2017-03-14 02:43:12 +03:00
Nikolay Yakimov
79107d2e75
Backwards compatibility 2017-03-14 02:10:33 +03:00
Nikolay Yakimov
f238cdbc16
Auto prev/next 2017-03-14 01:31:13 +03:00
Nikolay Yakimov
23e40c6b5b
Use index pages 2017-03-14 01:07:40 +03:00
Nikolay Yakimov
b8d31039ec
Initial auto arrows 2017-03-14 00:19:57 +03:00
Daniel Åvall
61c41bf3b9 Extracted menu footer content to separate partial file, for easy override 2017-02-27 15:01:50 +01:00
Giulio Vian
b8ce3f3c45 Fix URL for 'Edit this page' on Windows 2017-01-05 22:59:15 +01:00
matcornic
7603122da8 fix: dead links on prev/next arrows 2016-12-30 22:48:13 +01:00
matcornic
256c632662 #25 just prefix with slashes to avoid breaking changes for people using basurl without a trailing slash" 2016-12-20 00:04:24 +01:00
R.I.Pienaar
994e6b1f75 (#25) use .Site.BaseURL to lcoate static assets 2016-12-18 09:48:27 +01:00
Leclerc Gwendal
4218d1a27d feat: extract search out of header + use baseurl to search json index + add a step to explain how to use lunr-hugo + update perfect-scrollbar 2016-10-25 20:26:19 +02:00
Leclerc Gwendal
363bb68e42 feat: configure lunr, extract inline javascript in search.js and fix horsey popup position 2016-10-25 20:26:19 +02:00
Leclerc Gwendal
c645b07402 feat: add search support 2016-10-25 20:26:19 +02:00
Kamil Chmielewski
58a9e07c57 Menu ordering and definition in config.toml (#8) 2016-10-14 09:30:59 +02:00
Mathieu Cornic
00d849ce1f Revert "Menu generation using Content file instead directories" (#10) 2016-10-02 18:22:32 +02:00
Xipas
64012f31af Added menu generation from defenition on content.md files, selectable using params .createFromSiteMenusMain on toml file. (#5)
Fixes #2
2016-10-02 18:12:30 +02:00
Andre Sousa
2adc47aa6f Fix - Wrong context value 2016-05-24 16:23:11 +01:00
Andre Sousa
b644aa817b add an optional boolean showVisitedLinks parameter 2016-05-24 15:08:53 +01:00
Andre Sousa
079e2a0400 Add Checkmark On visited Links 2016-05-23 21:18:57 +01:00
Mathieu Cornic
29b9a962eb feat: add 404 page 2016-04-12 01:46:08 +02:00
Mathieu Cornic
f50a77d0c5 feat: partials for style and scripts are now empty 2016-04-11 00:09:03 +02:00
Leclerc Gwendal
9ac9c082b1 feat: add favicon to index 2016-03-30 22:02:25 +02:00
Cornic Mathieu
64f732ec17 feat: icon for button is positionable to the left or to the rightof the button + delete old note shortcode 2016-03-29 14:46:32 +02:00