Commit graph

544 commits

Author SHA1 Message Date
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
Mathieu Cornic
6bbcccac88 Merge branch 'master' of https://github.com/matcornic/hugo-theme-learn 2016-03-29 00:35:44 +02:00
Mathieu Cornic
ab5ed09a77 feat: reset original colors + add note shortcode + split favicon into partial 2016-03-29 00:35:18 +02:00
Leclerc Gwendal
1b1544f9cc feat: add button shortcode 2016-03-27 14:24:51 +02:00
Leclerc Gwendal
c203a7fac4 feat: replace info, tip and warn shortcodes by notice with params 2016-03-27 04:47:17 +02:00
Leclerc Gwendal
c2d67b677c feat: add annimation on link + fix toc + modify sidebar button 2016-03-26 03:28:38 +01:00
Leclerc Gwendal
6686e925c0 feat: replacing jquery.scrollbar by perfect-scrollbar 2016-03-25 11:53:03 +01:00
Cornic Mathieu
fb77b7e737 feat(menu): no ul new line when item active with no child ; feat(fork): fork icon instead of github 2016-03-21 16:58:15 +01:00
Mathieu Cornic
40bdb505df feat: sticky top bar 2016-03-18 19:00:27 +01:00
Mathieu Cornic
4683d790f6 clean 2016-03-18 18:32:57 +01:00
Mathieu Cornic
b644f0eb7e feat: split partials to have better generecity + added index.html sample page 2016-03-17 21:40:58 +01:00
Mathieu Cornic
e1aae4a2cc feat: added Table of contents 2016-03-17 21:05:42 +01:00
Mathieu Cornic
2b88eae74b feat: implemented functionnalities on Markdown images: 1. featherlight for full size view in popup 2. Height/Width customizables 3. Possibility to add css classes 2016-03-17 17:48:18 +01:00
Mathieu Cornic
0495785eda feat: navigation arrows + breadcrumb 2016-03-17 14:10:43 +01:00
Mathieu Cornic
9246996907 feat: init commit with basic functionnalities 2016-03-17 12:01:39 +01:00