From 1c62e70cd6bced04e430b293ce4c72f676128284 Mon Sep 17 00:00:00 2001 From: julia ferraioli Date: Tue, 28 May 2024 15:43:21 -0700 Subject: [PATCH] rearchitect archetypes --- archetypes/list-chapter.md | 3 --- assets/css/theme-tlaplus.css | 9 --------- layouts/partials/archetypes/home/article.html | 8 -------- layouts/partials/archetypes/home/styleclass.html | 1 - layouts/partials/archetypes/list-chapter/article.html | 11 ----------- .../partials/archetypes/list-chapter/styleclass.html | 1 - 6 files changed, 33 deletions(-) delete mode 100644 archetypes/list-chapter.md delete mode 100644 layouts/partials/archetypes/home/article.html delete mode 100644 layouts/partials/archetypes/home/styleclass.html delete mode 100644 layouts/partials/archetypes/list-chapter/article.html delete mode 100644 layouts/partials/archetypes/list-chapter/styleclass.html diff --git a/archetypes/list-chapter.md b/archetypes/list-chapter.md deleted file mode 100644 index ca66335..0000000 --- a/archetypes/list-chapter.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -archetype = "list-chapter" -+++ \ No newline at end of file diff --git a/assets/css/theme-tlaplus.css b/assets/css/theme-tlaplus.css index 3460661..397021a 100644 --- a/assets/css/theme-tlaplus.css +++ b/assets/css/theme-tlaplus.css @@ -1,16 +1,7 @@ /* my-custom-variant */ :root { --SECONDARY-color: rgba(72, 106, 201, 1); /* brand secondary color */ -<<<<<<< HEAD --ACCENT-color: #67117e; /* brand accent color, used for search highlights */ -======= - --ACCENT-color: rgba( - 255, - 136, - 255, - 1 - ); /* brand accent color, used for search highlights */ ->>>>>>> 4d4a401 (update layouts, add news section) --MAIN-LINK-HOVER-color: rgba( 32, 40, diff --git a/layouts/partials/archetypes/home/article.html b/layouts/partials/archetypes/home/article.html deleted file mode 100644 index 0f4c049..0000000 --- a/layouts/partials/archetypes/home/article.html +++ /dev/null @@ -1,8 +0,0 @@ -{{- $page := .page }} {{- $content := .content }} {{- with $page }} -
-
{{- partial "content-header.html" . }}
- {{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial - "heading-post.html" . }} {{ $content | safeHTML }} -
{{- partial "content-footer.html" . }}
-
-{{- end }} diff --git a/layouts/partials/archetypes/home/styleclass.html b/layouts/partials/archetypes/home/styleclass.html deleted file mode 100644 index 0247178..0000000 --- a/layouts/partials/archetypes/home/styleclass.html +++ /dev/null @@ -1 +0,0 @@ -home \ No newline at end of file diff --git a/layouts/partials/archetypes/list-chapter/article.html b/layouts/partials/archetypes/list-chapter/article.html deleted file mode 100644 index a3629ca..0000000 --- a/layouts/partials/archetypes/list-chapter/article.html +++ /dev/null @@ -1,11 +0,0 @@ -{{- $page := .page }} {{- $content := .content }} {{- with $page }} -
-
{{- partial "content-header.html" . }}
- {{ partial "heading-pre.html" . }} {{ partial "heading.html" . }}{{ partial - "heading-post.html" . }} {{ $content | safeHTML }} {{ partial - "shortcodes/children.html" (dict "page" . "sort" "publishdate" - "description" "true" "containerstyle" "div" "style" "h2" ) }} - -
- -{{- end }} diff --git a/layouts/partials/archetypes/list-chapter/styleclass.html b/layouts/partials/archetypes/list-chapter/styleclass.html deleted file mode 100644 index 331d858..0000000 --- a/layouts/partials/archetypes/list-chapter/styleclass.html +++ /dev/null @@ -1 +0,0 @@ -default \ No newline at end of file