Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-08 | Fix valign for git footer icons | Alex Shpak | 1 | -0/+1 | |
2019-10-08 | Remove BookMenuBundleActiveLinkColor parameter | Alex Shpak | 1 | -0/+1 | |
2019-10-08 | Introduce SCSS plugins: dark mode and numbered headings | Alex Shpak | 8 | -349/+379 | |
2019-10-03 | #77, Introduce hint shortcode | Alex Shpak | 3 | -2/+20 | |
2019-10-03 | #59, Allow customize SASS vars, add example of dark theme | Alex Shpak | 1 | -38/+38 | |
2019-10-03 | #74, Remove readonly flag from search field | Alex Shpak | 1 | -1/+0 | |
2019-10-03 | #79, Disable async load for dynamically inserted scripts | Alex Shpak | 1 | -0/+1 | |
2019-09-05 | Small adjustments for logo span and css | Alex Shpak | 1 | -3/+3 | |
2019-09-05 | always have <span> for title text and move spacing to logo | Paul Twohey | 1 | -3/+1 | |
2019-09-05 | Optional brand logo in the menu controlled by .Site.Params.BookLogo | Paul Twohey | 1 | -0/+9 | |
- documentation in README.md and exampleSite/config.{toml,yaml} | |||||
2019-09-01 | use class="hidden" instead of creating new classes | Paul Twohey | 2 | -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-01 | fix menu, docs, and posts to work with strict Content-Security-Policy | Paul Twohey | 1 | -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-01 | fix expand and tabs shortcodes to work with strict Content-Security-Policy | Paul Twohey | 1 | -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-09 | Fix formatting in search-data | Alex Shpak | 1 | -1/+1 | |
2019-08-08 | Jsonify title in search as well | Alex Shpak | 1 | -3/+3 | |
2019-08-06 | Update screenshots and theme tags | Alex Shpak | 1 | -7/+10 | |
2019-08-06 | Update search box design | Alex Shpak | 1 | -12/+6 | |
2019-08-06 | Show progressbar while loading lunr and data | Alex Shpak | 3 | -13/+45 | |
2019-08-06 | Block serach bar untill index is loaded | Alex Shpak | 2 | -7/+8 | |
2019-08-06 | Improve search settings | Alex Shpak | 3 | -24/+37 | |
2019-08-06 | Make lunr to load on search interaction as well | Alex Shpak | 1 | -0/+1 | |
2019-08-06 | Add extra margin under search bar, cleanup | Alex Shpak | 2 | -6/+2 | |
2019-08-06 | Implement search, loading on demand | Alex Shpak | 4 | -46/+92 | |
2019-08-06 | Start work on search feature with lunr | Alex Shpak | 2 | -0/+59 | |
2019-08-05 | make tables scroll | Jack | 1 | -0/+2 | |
2019-07-25 | Remove discs from pagination ul | Beth Aitman | 1 | -0/+1 | |
2019-06-19 | Adjust some colors, font sizes, borders in markdown | Alex Shpak | 3 | -15/+29 | |
2019-06-19 | Fix image alignment in text to baseline | Alex Shpak | 1 | -3/+5 | |
2019-06-18 | Make columns shortcode mobile friendly | Alex Shpak | 3 | -10/+13 | |
2019-06-18 | Fine tune ol, ul, dl paddings | Alex Shpak | 1 | -0/+16 | |
2019-06-13 | Remove unused scss variables | Alex Shpak | 1 | -6/+0 | |
2019-06-13 | Set heading padding in markdown to depend on font size | Alex Shpak | 1 | -2/+2 | |
2019-06-13 | Fix various spacings in markdown in shartcodes | Alex Shpak | 4 | -10/+24 | |
2019-06-11 | Add custom class support for mermaid and button shortcodes | Alex Shpak | 2 | -0/+8 | |
2019-06-10 | Unfortunately go back to roboto font | Alex Shpak | 1 | -50/+31 | |
2019-06-10 | Allow override code font as well | Alex Shpak | 4 | -34/+36 | |
2019-06-10 | Add vertical spacing to expand shortcode | Alex Shpak | 1 | -0/+2 | |
2019-06-10 | Remove flast section padding from first section, reformat fonts scss | Alex Shpak | 2 | -26/+29 | |
2019-06-10 | <fix> use relative path to load fonts/oxygen-* | Hao Yang | 1 | -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 shortcode | Alex Shpak | 1 | -0/+13 | |
2019-05-27 | #52, Allow to set max showed levels of ToC. e.g. BookToC=3 | Alex Shpak | 1 | -0/+10 | |
2019-05-27 | Remove extra spacing around columns view | Alex Shpak | 1 | -1/+1 | |
2019-05-24 | Update screenshots, clean tabs shortcode | Alex Shpak | 1 | -0/+3 | |
2019-05-24 | Update README.md with shortcodes and badges | Alex Shpak | 1 | -0/+2 | |
2019-05-23 | #39, Finish tabs shortcode | Alex Shpak | 1 | -9/+15 | |
2019-05-23 | Change edit and date icons | Alex Shpak | 1 | -2/+2 | |
2019-05-23 | #39, Finish columns shortcode, clean scss | Alex Shpak | 4 | -28/+20 | |
2019-05-22 | #39, Add multi-column shortcode | Alex Shpak | 1 | -1/+9 | |
2019-05-22 | Fix vertcal spacing in top level of menu and ToC | Alex Shpak | 1 | -2/+3 | |
2019-05-22 | #39, Add expand and tabs shortcodes | Alex Shpak | 3 | -1/+54 | |