Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | Fixed typo in README | Olivier Beaulieu | 1 | -1/+1 | |
2019-09-22 | #73, Enable TOC and git footer for posts | Alex Shpak | 3 | -0/+12 | |
2019-09-05 | Fix github workflow name | Alex Shpak | 1 | -1/+1 | |
2019-09-05 | Reorganize files structure to be similar to menu bundle | Alex Shpak | 14 | -160/+94 | |
2019-09-05 | Small adjustments for logo span and css | Alex Shpak | 10 | -19/+19 | |
2019-09-05 | always have <span> for title text and move spacing to logo | Paul Twohey | 2 | -9/+3 | |
2019-09-05 | support relative URLs for brand logos | Paul Twohey | 1 | -1/+1 | |
2019-09-05 | Optional brand logo in the menu controlled by .Site.Params.BookLogo | Paul Twohey | 5 | -2/+32 | |
- documentation in README.md and exampleSite/config.{toml,yaml} | |||||
2019-09-04 | Fixes #69 Make file based menus behave as expected | Paul Twohey | 2 | -8/+9 | |
- Fixes #69 - Section headings are listed once - Sections and normal pages sort with the same weights amongst themselves | |||||
2019-09-02 | add sub resource integrity (SRI) to processed assets | Paul Twohey | 1 | -2/+2 | |
- search javascript - SCSS processed stylesheet | |||||
2019-09-01 | use class="hidden" instead of creating new classes | Paul Twohey | 6 | -17/+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-01 | fix menu, docs, and posts to work with strict Content-Security-Policy | Paul Twohey | 3 | -3/+8 | |
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 | 3 | -2/+10 | |
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 shortcode | Alex Shpak | 2 | -6/+8 | |
2019-08-23 | #61, Add katex shortcode | Alex Shpak | 7 | -4/+54 | |
2019-08-22 | Finish migration to github actions | Alex Shpak | 2 | -3/+0 | |
2019-08-22 | Download hugo from releases in workflow | Alex Shpak | 1 | -1/+3 | |
2019-08-22 | Update workflow to ubuntu-latest | Alex Shpak | 1 | -1/+1 | |
2019-08-22 | Add working directory to workflow | Alex Shpak | 1 | -1/+4 | |
2019-08-22 | Add checkout action to workflow | Alex Shpak | 1 | -4/+5 | |
2019-08-22 | Specify run-on for github workflow | Alex Shpak | 1 | -2/+2 | |
2019-08-22 | Create hugo github action | Alex Shpak | 1 | -0/+12 | |
2019-08-09 | Fix formatting in search-data | Alex Shpak | 5 | -5/+5 | |
2019-08-08 | Jsonify title in search as well | Alex Shpak | 5 | -7/+7 | |
2019-08-06 | Update hugo version in travis | Alex Shpak | 1 | -1/+1 | |
2019-08-06 | Update screenshots and theme tags | Alex Shpak | 7 | -11/+13 | |
2019-08-06 | Update search box design | Alex Shpak | 3 | -14/+8 | |
2019-08-06 | Show progressbar while loading lunr and data | Alex Shpak | 8 | -23/+52 | |
2019-08-06 | Block serach bar untill index is loaded | Alex Shpak | 7 | -13/+14 | |
2019-08-06 | Improve search settings | Alex Shpak | 9 | -32/+46 | |
2019-08-06 | Fix title partial, frontmatter title was ignored | Alex Shpak | 1 | -2/+5 | |
2019-08-06 | Make lunr to load on search interaction as well | Alex Shpak | 4 | -3/+4 | |
2019-08-06 | Add extra margin under search bar, cleanup | Alex Shpak | 6 | -10/+5 | |
2019-08-06 | Implement search, loading on demand | Alex Shpak | 16 | -74/+124 | |
2019-08-06 | Start work on search feature with lunr | Alex Shpak | 26 | -75/+148 | |
2019-08-05 | make tables scroll | Jack | 1 | -0/+2 | |
2019-07-25 | Remove discs from pagination ul | Beth Aitman | 1 | -0/+1 | |
2019-07-04 | #58, fix ToC in no ToC example | Alex Shpak | 1 | -2/+2 | |
2019-06-19 | Remove outdated paragraph from tabs shortcode | Alex Shpak | 1 | -1/+0 | |
2019-06-19 | Adjust some colors, font sizes, borders in markdown | Alex Shpak | 6 | -17/+32 | |
2019-06-19 | Fix image alignment in text to baseline | Alex Shpak | 4 | -12/+15 | |
2019-06-18 | Make columns shortcode mobile friendly | Alex Shpak | 6 | -13/+16 | |
2019-06-18 | Fine tune ol, ul, dl paddings | Alex Shpak | 3 | -2/+18 | |
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 | 3 | -4/+4 | |
2019-06-13 | Rebuild css for themes.gohugo.io | Alex Shpak | 2 | -2/+2 | |
2019-06-13 | Fix various spacings in markdown in shartcodes | Alex Shpak | 6 | -12/+26 | |
2019-06-11 | Add custom class support for mermaid and button shortcodes | Alex Shpak | 7 | -6/+16 | |
2019-06-10 | Unfortunately go back to roboto font | Alex Shpak | 31 | -1303/+33 | |
2019-06-10 | Allow override code font as well | Alex Shpak | 6 | -36/+38 | |