summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26Add before and after partials for toc (#296)Tiger Oakes1-2/+2
Closes #257
2020-09-22Fix styles on flat and collapsed sectionAlex Shpak1-1/+2
2020-09-22Set default value for color scheme to lightAlex Shpak1-1/+1
2020-09-15#242, Add bookSearchExclude frontmatter paramAlex Shpak1-3/+5
2020-09-14#231, Allow open collapsed menu without changing pageAlex Shpak1-7/+8
2020-09-14#151, move SCSS vars to CSS vars, implement dark and light modes by browser ↵Alex Shpak10-62/+85
preference
2020-08-16#204, Add mermaid config customization, upgrade mermaidjsAlex Shpak1-0/+6
2020-07-07Improve accessibility and keyboard navigationAlex Shpak4-14/+48
2020-07-06#236, #171 Add section to search resultsAlex Shpak3-7/+27
2020-06-16Update figure styles in markdownAlex Shpak1-0/+7
2020-06-16Add image and figure shortcodes (#233)Ge "David" Feng1-0/+8
* add image and figure shortcodes * remove shortcodes, add css
2020-06-13Make medu slide over contentAlex Shpak1-14/+13
2020-06-13#229: Add height to body, for sticky elementsAlex Shpak1-2/+2
2020-05-31Add section shortcode, to render childrenAlex Shpak1-1/+2
2020-05-30Add anchors to headingsAlex Shpak1-13/+39
2020-05-19#215, Fix search spinner in RTL directionAlex Shpak1-2/+2
2020-05-18#215, Fix menu translateX for RTL (negative X)Alex Shpak1-6/+8
2020-05-17#215, Add support for languageDirection paramAlex Shpak4-16/+19
2020-05-01Add precache to service workerAlex Shpak2-2/+4
2020-05-01Add manifestAlex Shpak2-2/+16
2020-05-01Generate pages list in sw.jsAlex Shpak2-1/+56
2020-04-21#196, #201 Refactor numbered plugin. multilevel numbers in ToCAlex Shpak1-15/+28
2020-04-21#205, Add details shortcodeAlex Shpak1-0/+6
2020-04-15404 Page redesignAlex Shpak1-0/+4
2020-04-12Introduce serviceWorker, disabled by defaultAlex Shpak2-3/+20
2020-04-06Restrict visited link color to markdown onlyAlex Shpak3-90/+91
2020-03-12#179, Also include sections to searchAlex Shpak1-1/+1
2020-03-11#179, Use only regular pages for search indexAlex Shpak1-1/+1
2020-03-11Update scrollbar resetsAlex Shpak1-0/+11
2020-03-07Clean trailing whitespacesAlex Shpak1-2/+2
2020-03-07#155, Move collapse indicator to the right sideAlex Shpak1-1/+4
2020-02-29#155, Add expand indicator in collapsed sectionAlex Shpak1-0/+5
2020-02-27#154, Add menu overlay over content to hide menu on clickAlex Shpak1-0/+9
2020-02-12Add touch-action: manipulation for mobile devicesAlex Shpak1-0/+1
2020-02-11Removed unused ToC levels classesAlex Shpak1-10/+0
2020-02-10Add scrollbar plugin and update READMEAlex Shpak1-0/+15
2020-02-10Make translations list respect weight of languagesAlex Shpak1-14/+16
2020-02-10Improve lang switch accesibilityAlex Shpak1-4/+8
2020-02-10Button shortcode redesign: smaller font, resizeAlex Shpak3-7/+10
2020-02-10Default body font color to black for better readabilityAlex Shpak1-1/+1
2020-02-04#138, Lower minimum body width from 400px to 320px, regressionAlex Shpak1-2/+2
2020-02-04#90, Move inline scripts to file in assets to allow overwriteAlex Shpak1-0/+7
2020-01-24Disable space as search focus keyAlex Shpak1-2/+0
2020-01-24Add details styles for markdownAlex Shpak1-0/+11
2020-01-24Rework of main template, adds options for more fine customisationAlex Shpak5-40/+34
2020-01-19#134, Focus search field by pressing s or / (#135)Daniel Forssten1-0/+23
* #134, Focus search field by pressing s or / * #134, Refactoring away an array loop using indexOf
2020-01-17#133, move disqus to separate template to allow override, rename BookDisqus ↵Alex Shpak1-4/+2
to BookComments
2020-01-17Removing flex from <main> for sake of print layout (#129)Shane Liesegang2-2/+6
* Removing flex from <main> for sake of print layout * trimming excess whitespace
2020-01-13Remove use of Scratch in search configurationAlex Shpak1-1/+1
2020-01-13feat: added support for Disqus (#120)Dave Kerr1-0/+6
* feat: added support for Disqus * feat: allow disqus to be disabled through frontmatter Set: bookDisableComments: true On a page to disable disqus for the content.