Commit Graph

291 Commits

Author SHA1 Message Date
nick n. 0593f02604 Update readme with main branch, update config examples (#771) 2025-10-06 23:33:32 +02:00
Alex Shpak 7fe158c8ed Rewrite color scheme mixins, move more parameters into schemes, update badge shortcode 2025-10-06 00:36:32 +02:00
Alex Shpak 9a9f4925d6 Add standard spacing to asciinema shortcode 2025-09-28 23:16:30 +02:00
Alex Shpak 1dd926ac06 Update 404 page 2025-09-28 19:01:37 +02:00
Alex Shpak f529ee023c Update landing page texts 2025-09-28 00:37:01 +02:00
Alex Shpak f207499922 Fix taxonomy template spacing, let taxonomies be translatable 2025-09-27 23:24:38 +02:00
Alex Shpak c1f34cc239 Add portable links support to Card shortcode 2025-09-27 23:03:34 +02:00
Alex Shpak 6a134d4fe9 Add option to configure portable links behaviour: off, error or warning 2025-09-27 00:05:41 +02:00
Alex Shpak 53f5b2d445 #765, Remove layout class on body if not set 2025-09-26 21:59:30 +02:00
Alex Shpak 915477e527 Review and update whitespaces in mermaid and KaTeX to improve shortcode nesting 2025-09-26 17:28:08 +02:00
Alex Shpak 5ffdf5bfaf Review and update whitespaces in shortcodes to improve shortcode nesting 2025-09-26 15:48:57 +02:00
Alex Shpak 48157b18c7 Better handle empty title, allow override for landing page 2025-09-25 23:37:53 +02:00
Alex Shpak fe67dfeed1 Add experimental Asciinema support 2025-09-25 17:08:11 +02:00
Alex Shpak 933206fedd Card shortcode, keep indentation for better column handling 2025-09-24 23:34:56 +02:00
Alex Shpak df16ce0ba7 #762, bring back markdown rendering to details shortcode summary 2025-09-23 15:55:20 +02:00
Alex Shpak 95cee40b0f Use anchor heading attribute instead of bookHeadingAnchor 2025-09-23 00:14:45 +02:00
Alex Shpak 6ba59e191d Add experimental icons support in menus, move icons to assets folder 2025-09-22 23:47:25 +02:00
Alex Shpak 69fb3210e8 Simplify and align detection of remote links 2025-09-21 22:29:59 +02:00
Alex Shpak 79001ff6f3 Improve hugo menu handling, add active class to current menu entity, name now takes over page title 2025-09-21 22:22:19 +02:00
Alex Shpak d08e17457f Add geenrated resources to be pre-cached by service worker 2025-09-21 19:53:13 +02:00
Alex Shpak d7cab414a7 #676, Add support for copytight hugo configuration 2025-09-21 02:06:44 +02:00
Alex Shpak 6f472b3009 #692, #723: Redesign blog, add thumbnails support and pagination 2025-09-18 10:12:03 +02:00
Alex Shpak 2745893250 Add filename option to codeblocks 2025-09-14 23:49:47 +02:00
Alex Shpak 6c2d102c91 Make button shortcode use portable links 2025-09-14 23:38:46 +02:00
Alex Shpak e379c19e75 Remove book-icon class from footer links 2025-09-13 09:45:05 +02:00
Alex Shpak ed5a3f10e9 mermaid shortcode: replace Scratch with Store 2025-09-10 08:38:51 +02:00
Alex Shpak 3d55d45223 Make sure ToC is showed in terms, set bookToC to be none by default 2025-09-10 06:43:58 +02:00
Alex Shpak 249682f9dd Introduce expandable image shortcode, improve portable links logic 2025-09-08 20:04:04 +02:00
Alex Shpak dbaaa516e8 Add dropdown menu option for landing page 2025-09-04 00:17:38 +02:00
Alex Shpak 564c0b07ad #757, show landing page menu based of page layout 2025-09-03 22:22:48 +02:00
Дилян Палаузов 42fa69c15d toc-show.html: enforce default value true for .Site.Params.BookToc (#755) 2025-09-01 13:25:53 +02:00
Alex Shpak 80da168330 Do not enforce landing page by default 2025-08-15 09:55:59 +02:00
Alex Shpak 2b389f96ea #753, fix url cleaning for git urls 2025-08-09 01:02:44 +02:00
Alex Shpak 47223753a2 Introduce landing page and card shortcode 2025-08-09 00:56:37 +02:00
Alex Shpak b3322d7bae Update layouts structure to match hugo 0.146.0 2025-08-07 13:18:21 +02:00
Alex Shpak 722c81beb0 Only use link color on elements with 'href', plus some cleanup 2025-08-07 09:46:40 +02:00
Alex Shpak 45d90424ab Add Github style blockquote alerts support 2025-08-06 15:18:33 +02:00
Alex Shpak 9b6c1692fc Introduce 'steps' shortcode 2025-08-06 15:16:47 +02:00
Alex Shpak 2c8c093a30 Re-implement columns shortcode as markdown list 2025-08-05 13:29:30 +02:00
Alex Shpak 5f2dbb76fa Make sure that edit and commit URls are clean 2025-08-04 13:07:05 +02:00
James 0f5ecb6433 Update footer.html (#718) 2025-08-04 11:43:51 +02:00
Alex Shpak 470d619e1d Introduce Badge shortcode 2025-08-04 01:17:28 +02:00
Alex Shpak 2b0d7ffa26 Breaking Change: replace BookEditPath with BookLastChangeLink and BookEditLink tempaltes 2025-08-03 21:40:39 +02:00
Alex Shpak 523b80fdb4 Rewrite Mermaid and KaTeX to be usable both from shorcode and code block, update dependencies 2025-08-01 13:42:59 +02:00
Charles-Philippe 028a463214 Added support for ```mermaid (#729)
* Added support for ```mermaid
* Fixed issue when no shortcode mermaid is present
* Change block render to match shortcode
* Remove mermaid logic from base

---------

Co-authored-by: CharlesPhilippeLabbe <c.p@o-possum.com>
Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
2025-07-31 23:51:26 +02:00
Alex Shpak 9181135505 Feature: Add next and previous page links (#747)
* Rewrite prev-next with enw lang. selector
* Make sure next page stays on right side
* Align icon styles
2025-07-31 23:18:41 +02:00
Alex Shpak 92579b2c72 #693, Hide ToC aside menu if table of contents is empty 2025-07-20 12:47:09 +02:00
Alex Shpak f2c703e155 Adjust templates layout for hugo 0.146, potentially breaking change 2025-05-31 01:38:33 +02:00
Alex Shpak 24d3465980 Adjust styles to look like existing spacing 2025-05-31 00:54:49 +02:00
Daniël van de Giessen 9405c4c3d7 fix: links to fragment on same page should not be made portable (#707) 2025-04-29 00:40:46 +02:00