diff --git a/.gitignore b/.gitignore index 623a515..fd24942 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,3 @@ _gen *.njsproj *.sln *.sw? - -.hugo_build.lock diff --git a/assets/css/contact.scss b/assets/css/contact.scss index b192cdb..7e1e631 100644 --- a/assets/css/contact.scss +++ b/assets/css/contact.scss @@ -51,10 +51,6 @@ align-items: center; flex-direction: column; padding: 0 20px; - - @media (max-width: v.$bp_mobile) { - padding: 0; - } } .contact-method__name { diff --git a/assets/css/datapage.scss b/assets/css/datapage.scss deleted file mode 100644 index 8083528..0000000 --- a/assets/css/datapage.scss +++ /dev/null @@ -1,47 +0,0 @@ -@use "hugo:vars" as v; - - -@media(min-width: v.$bp_mobile) { - .datapage { - display: flex; - flex-direction: row; - gap: 1rem; - } - - .datapage__content { - order: 1; - } - - .datapage__data { - order: 2; - min-width: 350px; - } - - .datapage__datacard { - background-color: white; - box-shadow: 0 1.5rem 4rem rgba(22,28,45,0.05) !important; - padding: 1.5rem; - } -} - -.datapage__datacard { - address { - white-space: preserve-breaks; - font-style: normal; - } - - h3 { - font-weight: 600; - } - - h4 { - color: v.$color_tertiary; - font-variant: small-caps; - } -} - -.datapage__content { - img { - max-width: 100%; - } -} \ No newline at end of file diff --git a/assets/css/flex-section.scss b/assets/css/flex-section.scss index 906da23..7ab60c4 100644 --- a/assets/css/flex-section.scss +++ b/assets/css/flex-section.scss @@ -2,11 +2,6 @@ .flex-section { margin: 48px 95px; - - @media (max-width: v.$bp_mobile) { - margin-left: 0; - margin-right: 0; - } } .flex-section__title { diff --git a/assets/css/full-section.scss b/assets/css/full-section.scss index 168d0ba..7e248c2 100644 --- a/assets/css/full-section.scss +++ b/assets/css/full-section.scss @@ -10,10 +10,6 @@ box-sizing: border-box; max-width: v.$max_content_width; } - - @media (max-width: v.$bp_mobile) { - padding: 10px 20px; - } } .full-section__content { diff --git a/assets/css/half-section.scss b/assets/css/half-section.scss index 79ce08b..b8db7e3 100644 --- a/assets/css/half-section.scss +++ b/assets/css/half-section.scss @@ -5,16 +5,11 @@ display: flex; justify-content: center; - & > div { + &>div { + flex: 0 0 50%; box-sizing: border-box; max-width: calc(v.$max_content_width / 2); } - - @media (min-width: v.$bp_mobile) { - & > div { - flex: 0 0 50%; - } - } } .half-section__content { diff --git a/assets/css/team.scss b/assets/css/team.scss index ee5d4b9..02c6565 100644 --- a/assets/css/team.scss +++ b/assets/css/team.scss @@ -9,10 +9,6 @@ flex-direction: column; padding: 0 20px; margin-bottom: 2rem; - - @media (max-width: v.$bp_mobile) { - padding: 0; - } } .team-member__photo { diff --git a/example/content/_index.md b/content/_index.md similarity index 100% rename from example/content/_index.md rename to content/_index.md diff --git a/example/content/posts/_index.md b/content/posts/_index.md similarity index 100% rename from example/content/posts/_index.md rename to content/posts/_index.md diff --git a/example/content/posts/post-1.md b/content/posts/post-1.md similarity index 100% rename from example/content/posts/post-1.md rename to content/posts/post-1.md diff --git a/example/content/posts/post-2.md b/content/posts/post-2.md similarity index 100% rename from example/content/posts/post-2.md rename to content/posts/post-2.md diff --git a/example/content/posts/post-3/bryce-canyon.jpg b/content/posts/post-3/bryce-canyon.jpg similarity index 100% rename from example/content/posts/post-3/bryce-canyon.jpg rename to content/posts/post-3/bryce-canyon.jpg diff --git a/example/content/posts/post-3/index.md b/content/posts/post-3/index.md similarity index 100% rename from example/content/posts/post-3/index.md rename to content/posts/post-3/index.md diff --git a/layouts/gln.html b/layouts/gln.html deleted file mode 100644 index 1f72f2b..0000000 --- a/layouts/gln.html +++ /dev/null @@ -1,39 +0,0 @@ -{{ define "main" }} - -
- {{ with resources.Get (printf "/images/gln/%s.png" .Params.gln) }}
-
- {{ end }}
-