summaryrefslogtreecommitdiff
path: root/layouts/partials
AgeCommit message (Expand)AuthorFilesLines
2020-03-01#155, Do not show collapse indicator in non-section pagesAlex Shpak1-1/+1
2020-02-29#155, Add expand indicator in collapsed sectionAlex Shpak1-9/+10
2020-02-23#150, Add content-before and content-after inject partialsAlex Shpak2-0/+0
2020-02-23Simplify post meta templateAlex Shpak1-5/+0
2020-02-22#150, Add support for menu nesting (before, after menus)Alex Shpak1-0/+7
2020-02-12Add support for hugo menusAlex Shpak3-0/+28
2020-02-10#141, Add page counters to taxonomy side menuAlex Shpak1-1/+2
2020-02-10Make translations list respect weight of languagesAlex Shpak1-6/+6
2020-02-10Improve lang switch accesibilityAlex Shpak1-3/+2
2020-02-04#90, Move inline scripts to file in assets to allow overwriteAlex Shpak1-9/+4
2020-01-24Disable space as search focus keyAlex Shpak1-1/+1
2020-01-24Rework of main template, adds options for more fine customisationAlex Shpak8-46/+29
2020-01-19#134, Focus search field by pressing s or / (#135)Daniel Forssten1-1/+1
2020-01-17#133, move disqus to separate template to allow override, rename BookDisqus t...Alex Shpak2-2/+6
2020-01-17#132, add urlize to taxonomy templatesAlex Shpak2-5/+6
2020-01-16#130, Fix post metadata links regression, add RelPermalinkAlex Shpak1-1/+1
2020-01-13Remove use of Scratch in search configurationAlex Shpak1-1/+0
2020-01-13#122, Fix post taxonomy list links (include base url)Alex Shpak1-2/+4
2020-01-13Update disqus support, add global site config BookDisqusAlex Shpak1-1/+1
2020-01-13feat: added support for Disqus (#120)Dave Kerr1-0/+4
2020-01-13mobile toc menu (#121)tyler713-3/+9
2019-12-19#66, add taxonomy supportAlex Shpak2-0/+38
2019-12-17replacing any backslashes with forward slashes for edit file url(#116)Thomas M Porter II1-1/+1
2019-12-09Make icons white in dark modeAlex Shpak3-5/+5
2019-11-16Improve accessibility scoreAlex Shpak3-3/+4
2019-11-16Make GitInfo not required for 'edit this page' linkAlex Shpak1-1/+1
2019-11-16Refactor footerAlex Shpak2-11/+12
2019-11-16Update README.mdAlex Shpak1-1/+1
2019-11-16Polish multilang mode, update docsAlex Shpak2-3/+4
2019-11-16#87, Add support for multilang search index generationAlex Shpak1-1/+2
2019-11-16Add language switch at bottom of pageAlex Shpak7-36/+36
2019-11-16Multilang (#93)Alex Ivanov3-0/+33
2019-10-23Rename ToC level styles, reorganize example contentAlex Shpak1-1/+1
2019-10-09#51, Add experimental bookCollapseSection page param to hide nested sectionsAlex Shpak1-5/+11
2019-10-08Fix valign for git footer iconsAlex Shpak1-5/+9
2019-10-08Remove BookMenuBundleActiveLinkColor parameterAlex Shpak1-17/+2
2019-10-08Introduce SCSS plugins: dark mode and numbered headingsAlex Shpak2-6/+4
2019-10-03#74, Remove readonly flag from search fieldAlex Shpak1-1/+1
2019-10-03#86, Add google analytics to readme, move GA and enable Open Graph in headAlex Shpak1-0/+4
2019-09-05Small adjustments for logo span and cssAlex Shpak1-4/+4
2019-09-05always have <span> for title text and move spacing to logoPaul Twohey1-6/+2
2019-09-05support relative URLs for brand logosPaul Twohey1-1/+1
2019-09-05Optional brand logo in the menu controlled by .Site.Params.BookLogoPaul Twohey1-1/+10
2019-09-04Fixes #69 Make file based menus behave as expectedPaul Twohey1-7/+8
2019-09-02add sub resource integrity (SRI) to processed assetsPaul Twohey1-2/+2
2019-08-06Show progressbar while loading lunr and dataAlex Shpak1-3/+1
2019-08-06Block serach bar untill index is loadedAlex Shpak1-2/+2
2019-08-06Fix title partial, frontmatter title was ignoredAlex Shpak1-2/+5
2019-08-06Make lunr to load on search interaction as wellAlex Shpak1-1/+0
2019-08-06Implement search, loading on demandAlex Shpak2-4/+14