summaryrefslogtreecommitdiff
path: root/layouts
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03#77, Introduce hint shortcodeAlex Shpak1-0/+3
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 Shpak4-3/+4
2019-09-22#73, Enable TOC and git footer for postsAlex Shpak3-0/+12
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
- documentation in README.md and exampleSite/config.{toml,yaml}
2019-09-04Fixes #69 Make file based menus behave as expectedPaul Twohey1-7/+8
- Fixes #69 - Section headings are listed once - Sections and normal pages sort with the same weights amongst themselves
2019-09-02add sub resource integrity (SRI) to processed assetsPaul Twohey1-2/+2
- search javascript - SCSS processed stylesheet
2019-09-01use class="hidden" instead of creating new classesPaul Twohey4-4/+4
Use class "hidden" instead of styled classes to ensure that input elments stay hidden when the Content-Security-Policy header has "style-src 'self';"
2019-09-01fix menu, docs, and posts to work with strict Content-Security-PolicyPaul Twohey2-3/+3
When the Content-Security-Policy header has "style-src 'self';" inine style elements like style="display: none" are not honored by browsers, so style them display: none
2019-09-01fix expand and tabs shortcodes to work with strict Content-Security-PolicyPaul Twohey2-2/+2
When the Content-Security-Policy header has "style-src 'self';" inine style elements like style="display: none" are not honored by browsers, so add CSS to the markup classes and style them display: none
2019-08-23#61, Remove need for $$ in katex shortcodeAlex Shpak1-1/+1
2019-08-23#61, Add katex shortcodeAlex Shpak1-0/+12
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 Shpak3-14/+14
2019-08-06Start work on search feature with lunrAlex Shpak14-55/+58
2019-06-19Remove outdated paragraph from tabs shortcodeAlex Shpak1-1/+0
2019-06-18Make columns shortcode mobile friendlyAlex Shpak1-1/+1
2019-06-11Add custom class support for mermaid and button shortcodesAlex Shpak2-2/+4
2019-06-10Remove flex from mermaid chartAlex Shpak1-1/+1
2019-05-27#39, Add button shortcodeAlex Shpak1-0/+10
2019-05-27#52, Allow to set max showed levels of ToC. e.g. BookToC=3Alex Shpak3-5/+5
2019-05-27Remove extra spacing around columns viewAlex Shpak1-1/+1
2019-05-24Update screenshots, clean tabs shortcodeAlex Shpak1-18/+1
2019-05-23#39, Finish tabs shortcodeAlex Shpak2-6/+20
2019-05-23Change edit and date iconsAlex Shpak1-2/+2
2019-05-23#39, Finish columns shortcode, clean scssAlex Shpak7-14/+20
2019-05-22#39, Add multi-column shortcodeAlex Shpak1-0/+10
2019-05-22#39, Add expand and tabs shortcodesAlex Shpak3-0/+43
2019-05-22Add empty taxonomy templates to hide warnings without settingAlex Shpak2-0/+0
2019-05-15Various changes to improve local loading of Oxygen.V.H. Belvadi1-6/+0
2019-05-15Updated googleFonts parameter behaviourV.H. Belvadi1-1/+2
Congif googlefonts parameter now loads (by default or discards by setting) locally loaded Oxygen from _fonts.scss based on the user's preference.
2019-05-15Google Fonts deactivation improvements.V.H. Belvadi1-2/+1
Changed the with block to an if block to enable turning off of Google Fonts from config.
2019-05-15Added check for .Site.Params.googleFontsV.H. Belvadi1-1/+4
Functionality to enable or disable Google Fonts.
2019-04-30#43, Add bookHidden page param to hide page from side menuAlex Shpak1-3/+3
2019-04-23Improve accessibilityAlex Shpak7-8/+7
2019-04-22Improve logic in title template for less warningsAlex Shpak4-6/+8
2019-04-22#43, Update tree menu rendering to support multiple sectionsAlex Shpak8-58/+70
2019-04-16Adjust .File usage to get rid of WARNINGsBjørn Erik Pedersen2-5/+5
Note that this requires this fix in Hugo 0.55.2: https://github.com/gohugoio/hugo/issues/5865
2019-04-15Updated to-be-deprecated .RSSLink callV.H. Belvadi1-5/+4
2019-04-12Move footer to main bodyAlex Shpak2-1/+2
2019-04-09Move from custom.css to custom.scss to be able to use variablesAlex Shpak1-6/+1
2019-04-09Update favicon, update README, re-generate resourcesAlex Shpak1-1/+1
2019-04-09Remove copyright note and flags, fix bug with pathsJordi Bares6-17/+2
2019-04-09Change footer inject below the bodyJordi Bares1-2/+2