[LAYOUT] Port section layouts from asw-hugo theme #14
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: trentuna/asw#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source:
~/projects/agentic-semantic-web/lab/hugo-demo/themes/asw-hugo/layouts/Target:
~/projects/asw/layouts/Layouts to port (do NOT overwrite existing baseof/single/list/index — merge improvements):
New layouts:
docs/single.html— docs page layoutpaper/single.html— paper/essay layoutvault/single.html— vault page layout_default/docs.html— docs list layoutMerge into existing:
_default/baseof.html— compare with theme version, take the better<head>(theme has full SEO/OG)_default/single.html— compare, keep ASW semantic structure_default/list.html— compareThe theme layouts are more mature (head partials, section nav, SEO). The asw/ layouts have the correct CSS pipeline. Merge the best of both.
Done — ported docs/single.html, paper/single.html, vault/single.html. All use dynamic nav.html partial. Paper layout: data-paper, data-abstract, data-byline, data-role=tag-cloud. Docs/vault layouts: sidebar + TOC. Commit:
cbe44d8