Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-03 | Add footer with text details | Admin | 1 | -0/+11 | |
2021-08-18 | #343, #165: Move lang selector to left menu | Alex Shpak | 1 | -3/+1 | |
2021-05-03 | #281, Copy code block content on click | Alex Shpak | 1 | -0/+5 | |
2021-04-11 | Add custom commit path for last edited link (#319) | Collin Brooks | 1 | -1/+2 | |
- A new `BookCommitPath` paramter was added that allows the 'commit' portion of the link to a page's last edited commit hash to be specified. - This is useful when github is not the default repository for a project. Co-authored-by: Collin Brooks <cbrooks@sentryds.com> | |||||
2021-02-22 | Bug Fix: Empty .Site.Params.contentDir (#312) | Caleb Jasik | 1 | -1/+1 | |
* Bug Fix: Empty .Site.Params.contentDir When .Site.Params.contentDir is left as the default: "content", calling .Site.Params.contentDir returns nothing, or maybe an empty string. To fix this, we set a default value for .Site.Params.contentDir to "content" and the url is built correctly. * Use the `default` function instead of `or` https://gohugo.io/functions/default/ | |||||
2020-05-01 | Add manifest | Alex Shpak | 1 | -1/+1 | |
2020-04-16 | Edit this page content dir lang independent (#202) | tyler71 | 1 | -1/+1 | |
#200 | |||||
2020-04-10 | #162, Add docs/date partial, for date customization | Alex Shpak | 1 | -1/+1 | |
2020-01-24 | Rework of main template, adds options for more fine customisation | Alex Shpak | 1 | -19/+10 | |
2020-01-17 | #133, move disqus to separate template to allow override, rename BookDisqus ↵ | Alex Shpak | 1 | -2/+4 | |
to BookComments | |||||
2020-01-13 | Update disqus support, add global site config BookDisqus | Alex Shpak | 1 | -1/+1 | |
2020-01-13 | feat: added support for Disqus (#120) | Dave Kerr | 1 | -0/+4 | |
* 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. | |||||
2019-12-17 | replacing any backslashes with forward slashes for edit file url(#116) | Thomas M Porter II | 1 | -1/+1 | |
Seems to be a Windows related thing. `.File.Path` returns a path with backslashes this adds a replace to make those forward slashes. This appears to fix #115 | |||||
2019-12-09 | Make icons white in dark mode | Alex Shpak | 1 | -2/+2 | |
2019-11-16 | Make GitInfo not required for 'edit this page' link | Alex Shpak | 1 | -1/+1 | |
2019-11-16 | Refactor footer | Alex Shpak | 1 | -9/+12 | |
2019-11-16 | Polish multilang mode, update docs | Alex Shpak | 1 | -2/+2 | |
2019-11-16 | Add language switch at bottom of page | Alex Shpak | 1 | -0/+24 | |
2019-04-09 | Various fixes responding to Alex notes | Jordi Bares | 1 | -15/+0 | |
2019-04-09 | Add footer functionality | Jordi Bares | 1 | -0/+15 | |