Commit Graph

82 Commits (e4e43bd9b12a3e37f0d3c2760ea7f867ba8273a7)

Author SHA1 Message Date
Eugene van der Merwe 3011d3351d
Added Dark Mode to features (#184)
Updated the list of features.
2020-03-28 21:24:59 +01:00
Alex Shpak a3059fe4f7 #140, Use new GetTerms function to fix tag titles 2020-03-19 22:00:45 +01:00
Alex Shpak 289a3f456e Add portable links, requires hugo 0.62 2020-03-07 18:47:16 +01:00
Alex Shpak 5d7f257e30 #150, Add content-before and content-after inject partials 2020-02-23 13:29:58 +01:00
Alex Shpak cb61957623 Add scrollbar plugin and update README 2020-02-10 23:31:33 +01:00
Alex Shpak c0bd5b5bb8 #90, Move inline scripts to file in assets to allow overwrite 2020-02-04 22:24:36 +01:00
Alex Shpak dc7e2f0013 Update ToC docs in README 2020-01-24 00:36:26 +01:00
Alex Shpak ba5d38ad44 Rework of main template, adds options for more fine customisation 2020-01-24 00:07:56 +01:00
Alex Shpak 4b641b0f9a #133, move disqus to separate template to allow override, rename BookDisqus to BookComments 2020-01-17 21:44:25 +01:00
Alex Shpak ec53e2733f Update disqus support, add global site config BookDisqus 2020-01-13 17:55:34 +01:00
Dave Kerr 36a8cf5169 feat: added support for Disqus (#120)
* 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.
2020-01-13 17:46:19 +01:00
Alex Shpak e01674c287 Move baseof to _default folder, making it default view of site 2019-12-09 11:24:31 +01:00
Alex Shpak a2e356d4bb
Update README.md 2019-12-01 19:31:27 +01:00
Alex Shpak 5af2b92f00 #106, Upgrade to hugo 0.60 2019-12-01 14:54:47 +01:00
Alex Shpak 681a6ed870 Set required version to 0.56 2019-11-29 22:58:20 +01:00
Alex Shpak 1e4d0001e2 Add multilingual mode to README 2019-11-16 21:48:35 +01:00
Alex Shpak aaf236410e Update README.md 2019-11-16 20:35:23 +01:00
Alex Shpak 13584878c2 Polish multilang mode, update docs 2019-11-16 20:35:23 +01:00
Alex Shpak a5788d71fa #80, Add search index configuration 2019-10-27 11:58:58 +01:00
Alex Shpak 4596f08e32 Rename ToC level styles, reorganize example content 2019-10-23 21:31:58 +02:00
Alex Shpak e2188136e1 #51, Add experimental bookCollapseSection page param to hide nested sections 2019-10-09 01:00:40 +02:00
Alex Shpak 071e069d92 Update readme 2019-10-09 00:05:30 +02:00
Alex Shpak 00988ceee1 Remove BookMenuBundleActiveLinkColor parameter 2019-10-08 23:17:30 +02:00
Alex Shpak 007bc10c07 Introduce SCSS plugins: dark mode and numbered headings 2019-10-08 17:03:49 +02:00
Peiling Jiang 1cd5040d84 Add Google Analytics setup (in configuration file) hint. (#88) 2019-10-04 09:52:51 +02:00
Alex Shpak 1f8d34168f #77, Introduce hint shortcode 2019-10-03 18:15:24 +02:00
Alex Shpak 22ff783d86 #86, Add google analytics to readme, move GA and enable Open Graph in head 2019-10-03 14:10:03 +02:00
Olivier Beaulieu ff6ba4b1ae Fixed typo in README 2019-09-30 11:03:10 +02:00
Alex Shpak ae3c5017c4 Small adjustments for logo span and css 2019-09-05 23:01:40 +02:00
Paul Twohey 6004c7edc3 Optional brand logo in the menu controlled by .Site.Params.BookLogo
- documentation in README.md and exampleSite/config.{toml,yaml}
2019-09-05 22:22:14 +02:00
Alex Shpak 185e52d2f6 #61, Add katex shortcode 2019-08-23 00:01:14 +02:00
Alex Shpak c98b510fe0 Finish migration to github actions 2019-08-22 23:17:07 +02:00
Alex Shpak 1f3addcca5 Implement search, loading on demand 2019-08-06 11:33:42 +02:00
Alex Shpak dda0a0eab1 Start work on search feature with lunr 2019-08-06 11:33:42 +02:00
Alex Shpak 07048f7bf5
Update README.md 2019-06-03 22:54:02 +02:00
Alex Shpak e452a7beda #52, Allow to set max showed levels of ToC. e.g. BookToC=3 2019-05-27 16:48:23 +02:00
Alex Shpak 5d475787e1 Fix hugo badge link 2019-05-27 12:00:29 +02:00
Alex Shpak 9ff98f4650
Fix columns shortcode example 2019-05-27 11:51:48 +02:00
Alex Shpak e0e8611992 Make MIT badge blue 2019-05-24 15:08:25 +02:00
Alex Shpak c70bef77a5 Update README.md with shortcodes and badges 2019-05-24 14:07:44 +02:00
Alex Shpak 8f5aaee7aa Add empty taxonomy templates to hide warnings without setting 2019-05-22 10:42:48 +02:00
Alex Shpak ddfb4bafb7 #50, Keep both yaml and toml examples in exampleSite 2019-05-22 10:23:34 +02:00
Alex Shpak 12f98cc2a5 #50, Add missing string literals in toml config 2019-05-22 09:26:46 +02:00
Alex Shpak 561fdd7b99 #50, Change example in README from yaml to toml, fix outdated menu config example 2019-05-22 09:23:16 +02:00
V.H. Belvadi 3920d5ff74 Updated changes to load custom fonts better and load Oxygen locally. No more variables. 2019-05-15 09:53:49 +02:00
V.H. Belvadi bfe110c797 Instructions to enable or disable Google Fonts
Updated with instructions on enabling, disabling or using default theme settings for Google fonts.
2019-05-15 09:53:49 +02:00
Pi Delport 46e3b58404 (README typo) 2019-05-02 08:56:42 +02:00
Alex Shpak ffd5e272a8 #43, Add bookHidden page param to hide page from side menu 2019-04-30 22:16:02 +02:00
Alex Shpak 198ba007cc Fix contributors link in README.md 2019-04-23 22:30:24 +02:00
Alex Shpak 0b30289d9f #43, Update tree menu rendering to support multiple sections 2019-04-22 19:17:39 +02:00