|
5dd0748e25
|
Move site menu below title
|
2024-07-06 11:05:58 -07:00 |
|
|
576e7cb485
|
Allow disabling header anchors with page and element params
Set params.renderHeadingAnchors = false to disable for a whole page.
Set the element attribute anchor = false to disable for a single heading.
|
2024-07-06 10:18:51 -07:00 |
|
|
6d0fd81a7b
|
Implement a ruby shortcode, with ruby/t to make <rt> elements
|
2024-07-06 10:16:47 -07:00 |
|
|
3597b59fa5
|
render-image.html: Add the figure--image class
Add the `figure--image` class to <figure> elements with <img> contents.
|
2024-07-03 07:41:23 -07:00 |
|
|
a5e5d04b9f
|
page_breadcrumb: Implement a breadcrumb and display it above the <main> content
The breadcrumb shows navigation from the home page as a path:
/ > Posts > This Post
en.yaml
|
2024-07-03 07:41:23 -07:00 |
|
|
db3f1f40fa
|
page_summary.html: Make rendering the summary optional
Pages can control whether summaries are rendered for them in lists with the rendersSummary param.
|
2024-07-03 07:41:23 -07:00 |
|
|
32b04bc184
|
Replace bespoke codeblock theme with Dracula theme
https://draculatheme.com
|
2024-07-03 07:30:39 -07:00 |
|
|
25d36563f5
|
Add text-color--gradient to the site-header__title element
|
2024-06-29 14:16:23 -07:00 |
|
|
45b0c117e0
|
Reimplement the size_scale partial as base/_size_scale.html
I accidentally deleted it. Move it here and reimplement it.
|
2024-06-29 10:29:49 -07:00 |
|
|
11a677476b
|
Page summary view template
|
2024-06-28 09:10:55 -07:00 |
|
|
bc73df76cf
|
Simple baseof.html
|
2024-06-28 09:08:19 -07:00 |
|
|
4327d34827
|
Clean up the partials directory
Sort partials into base and site directories
|
2024-06-28 09:07:33 -07:00 |
|
|
d73c779508
|
Add render hooks for codeblocks, headings, and images
|
2024-06-28 09:04:37 -07:00 |
|
|
4bc1390b3c
|
CSS Checkpoint
- Add the system_css template
- Name the CSS files in the css directory with a numeric prefix so they sort by
priority.
|
2024-06-28 09:03:28 -07:00 |
|
|
00718a4fe2
|
Move system_css.html -> design/system_css.html
|
2024-06-07 12:08:46 -07:00 |
|
|
e1d9e7f69d
|
Combine separate CSS resource pipeline partials into the single system_css partial
|
2024-06-07 12:08:24 -07:00 |
|
Eryn Wells
|
34ec240dc0
|
Fix all the build errors
|
2024-06-06 20:59:24 -07:00 |
|
Eryn Wells
|
505dee6d90
|
Add spacing.css and spacing_css.html partial
|
2024-06-06 14:45:22 -07:00 |
|