posit-dev / posit-dev/open-source-website
Support Quarto column layout classes in posts
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 55
- Forks
- 24
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 17
Description
Several ported posts use Quarto's column layout features — either .column-* CSS classes on divs or #| column: code cell options — which aren't currently supported by the Hugo site.
Spotted on: /blog/quarto/2022-02-17-advanced-layout/
Affected posts
Quarto
quarto/2022-02-17-advanced-layoutquarto/2024-07-02-beautiful-tables-in-typstquarto/2024-11-25-1.6-releasequarto/2025-07-24-parameterized-reports-pythonquarto/2026-03-05-pdf-accessibility-and-standards
Shiny
shiny/announcing-new-r-shiny-ui-componentsshiny/bslib-0.9.0shiny/bslib-dashboardsshiny/bslib-tooltipsshiny/chromote-0.5.0shiny/conf-2025-shinytalksshiny/dynamic-accordion-panelsshiny/introducing-component-layoutsshiny/responsive-shiny-layoutsshiny/shiny-assistantshiny/shiny-expressshiny/shiny-python-0.5.0shiny/shiny-python-0.6.0shiny/shiny-python-1.2-brand-ymlshiny/shiny-python-1.4shiny/shiny-python-chatstreamshiny/shiny-r-1.8.0shiny/weather-lookup-aboutshiny/weather-lookup-bslibshiny/weather-lookup-caching
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the listed Quarto and Shiny post paths, especially the spotted advanced-layout post, to identify both .column-* classes and #| column: options in the rendered content. Trace the Hugo rendering and styling entry points that handle those posts; done means the affected pages display the intended column layouts for both forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, hugo
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100