summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2019-09-05Small adjustments for logo span and cssAlex Shpak1-3/+3
2019-09-05always have <span> for title text and move spacing to logoPaul Twohey1-3/+1
2019-09-05Optional brand logo in the menu controlled by .Site.Params.BookLogoPaul Twohey1-0/+9
- documentation in README.md and exampleSite/config.{toml,yaml}
2019-09-01use class="hidden" instead of creating new classesPaul Twohey2-13/+0
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 Twohey1-0/+5
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 Twohey1-0/+8
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-09Fix formatting in search-dataAlex Shpak1-1/+1
2019-08-08Jsonify title in search as wellAlex Shpak1-3/+3
2019-08-06Update screenshots and theme tagsAlex Shpak1-7/+10
2019-08-06Update search box designAlex Shpak1-12/+6
2019-08-06Show progressbar while loading lunr and dataAlex Shpak3-13/+45
2019-08-06Block serach bar untill index is loadedAlex Shpak2-7/+8
2019-08-06Improve search settingsAlex Shpak3-24/+37
2019-08-06Make lunr to load on search interaction as wellAlex Shpak1-0/+1
2019-08-06Add extra margin under search bar, cleanupAlex Shpak2-6/+2
2019-08-06Implement search, loading on demandAlex Shpak4-46/+92
2019-08-06Start work on search feature with lunrAlex Shpak2-0/+59
2019-08-05make tables scrollJack1-0/+2
2019-07-25Remove discs from pagination ulBeth Aitman1-0/+1
2019-06-19Adjust some colors, font sizes, borders in markdownAlex Shpak3-15/+29
2019-06-19Fix image alignment in text to baselineAlex Shpak1-3/+5
2019-06-18Make columns shortcode mobile friendlyAlex Shpak3-10/+13
2019-06-18Fine tune ol, ul, dl paddingsAlex Shpak1-0/+16
2019-06-13Remove unused scss variablesAlex Shpak1-6/+0
2019-06-13Set heading padding in markdown to depend on font sizeAlex Shpak1-2/+2
2019-06-13Fix various spacings in markdown in shartcodesAlex Shpak4-10/+24
2019-06-11Add custom class support for mermaid and button shortcodesAlex Shpak2-0/+8
2019-06-10Unfortunately go back to roboto fontAlex Shpak1-50/+31
2019-06-10Allow override code font as wellAlex Shpak4-34/+36
2019-06-10Add vertical spacing to expand shortcodeAlex Shpak1-0/+2
2019-06-10Remove flast section padding from first section, reformat fonts scssAlex Shpak2-26/+29
2019-06-10<fix> use relative path to load fonts/oxygen-*Hao Yang1-24/+24
Failed to load fonts/oxygen-* when not set base_url to root domain. (For example, www.example.com/foo/)
2019-05-27#39, Add button shortcodeAlex Shpak1-0/+13
2019-05-27#52, Allow to set max showed levels of ToC. e.g. BookToC=3Alex Shpak1-0/+10
2019-05-27Remove extra spacing around columns viewAlex Shpak1-1/+1
2019-05-24Update screenshots, clean tabs shortcodeAlex Shpak1-0/+3
2019-05-24Update README.md with shortcodes and badgesAlex Shpak1-0/+2
2019-05-23#39, Finish tabs shortcodeAlex Shpak1-9/+15
2019-05-23Change edit and date iconsAlex Shpak1-2/+2
2019-05-23#39, Finish columns shortcode, clean scssAlex Shpak4-28/+20
2019-05-22#39, Add multi-column shortcodeAlex Shpak1-1/+9
2019-05-22Fix vertcal spacing in top level of menu and ToCAlex Shpak1-2/+3
2019-05-22#39, Add expand and tabs shortcodesAlex Shpak3-1/+54
2019-05-22Add font-display for font fallback, move body font style to _fonts.scssAlex Shpak3-7/+18
2019-05-15Various changes to improve local loading of Oxygen.V.H. Belvadi2-24/+25
2019-05-15Added body font-face specificationV.H. Belvadi1-0/+1
2019-05-15Removed body font-face specificationV.H. Belvadi1-4/+0
2019-05-15Initial commitV.H. Belvadi1-0/+56
Added _fonts.scss to load Oxygen locally.
2019-05-15Updated body font-familyV.H. Belvadi1-3/+2
Moved font-family to _fonts.scss for local loading of Oxygen.
2019-05-06Address code review commentHoa1-7/+5