From 828b9b153804a0f590522d1f0df0db4eb00e3ed0 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Mon, 24 Jun 2024 13:36:19 +0530 Subject: Rearranged the project layout --- _includes/base.html | 47 ---------------------- _includes/main.css | 112 ---------------------------------------------------- _includes/page.html | 9 ----- _includes/post.html | 19 --------- 4 files changed, 187 deletions(-) delete mode 100644 _includes/base.html delete mode 100644 _includes/main.css delete mode 100644 _includes/page.html delete mode 100644 _includes/post.html (limited to '_includes') diff --git a/_includes/base.html b/_includes/base.html deleted file mode 100644 index 61df94a..0000000 --- a/_includes/base.html +++ /dev/null @@ -1,47 +0,0 @@ ----json -{ -"date": "git Created" -} ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - - diff --git a/_includes/main.css b/_includes/main.css deleted file mode 100644 index 0f94c46..0000000 --- a/_includes/main.css +++ /dev/null @@ -1,112 +0,0 @@ -html { - accent-color: darkred; - text-align: justify; -} - -* :any-link { - color: inherit; - text-decoration: underline; -} - -aside { - max-width: max(40%, 12rem); - background: darkred; - color: white; - float: right; - margin: 1rem; - padding: 0.5rem; -} - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - max-width: 100%; - width: fit-content; - padding: 1rem; - margin: auto; -} - -img, -svg, -video, -canvas { - height: auto; -} - -picture { - display: contents; -} - -@media screen { - - * :any-link:hover, - * :any-link:active { - font-style: italic; - } - - body { - max-width: min(100dvw, 58rem); - min-height: 100dvh; - padding: 0.5rem; - margin-left: auto; - margin-right: auto; - grid-template-columns: 1fr; - grid-template-rows: auto 1fr auto; - grid-template-areas: - 'header' - 'main' - 'footer'; - display: grid; - } - - :is(header, footer) { - padding: 1rem; - font-weight: bolder; - background-color: darkred; - } - - :is(header, footer) *:any-link { - text-decoration: none; - } - - header { - grid-area: header; - } - - main { - grid-area: main; - } - - footer { - align-self: end; - grid-area: footer; - } - - nav>a { - margin-right: 0.5rem; - } -} - -@media print { - - header, - footer { - display: none; - } - - section, - table { - orphans: 4; - break-inside: auto; - } - - tr { - break-inside: avoid; - break-before: auto; - } -} diff --git a/_includes/page.html b/_includes/page.html deleted file mode 100644 index 2439e37..0000000 --- a/_includes/page.html +++ /dev/null @@ -1,9 +0,0 @@ ----json -{ -"layout": "base" -} ---- -
-

-