From d544b4d5c17c37eedf1f2089a3c5dfdf741fbf8f Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Mon, 28 Aug 2023 18:07:26 -0400 Subject: [PATCH] Keep only pinned post in carousel, add join page, update some margins --- src/content/_includes/css/carousel.css | 2 +- .../_includes/css/post-list-banner.css | 2 +- src/content/_includes/css/post.css | 4 ++++ src/content/_includes/css/reset.css | 5 +++++ src/content/archive.tmpl.js | 2 +- src/content/chapters.njk | 2 +- src/content/index.njk | 19 ++++++------------- src/content/join.njk | 9 +++++++++ src/content/posts/20230701_canelos.md | 1 + src/content/posts/20230825_rnr.md | 1 + 10 files changed, 30 insertions(+), 17 deletions(-) create mode 100644 src/content/join.njk diff --git a/src/content/_includes/css/carousel.css b/src/content/_includes/css/carousel.css index 72150f0..af32860 100644 --- a/src/content/_includes/css/carousel.css +++ b/src/content/_includes/css/carousel.css @@ -50,7 +50,7 @@ .carousel { position: relative; height: 670px; - width: 1920px; + width: 100%; margin: 0px auto; overflow: hidden; } diff --git a/src/content/_includes/css/post-list-banner.css b/src/content/_includes/css/post-list-banner.css index 60bd7c2..5ccd129 100644 --- a/src/content/_includes/css/post-list-banner.css +++ b/src/content/_includes/css/post-list-banner.css @@ -5,7 +5,7 @@ .post-banner { position: relative; - width: 1920px; + width: 100%; height: 670px; } diff --git a/src/content/_includes/css/post.css b/src/content/_includes/css/post.css index 4ee1df4..5d37231 100644 --- a/src/content/_includes/css/post.css +++ b/src/content/_includes/css/post.css @@ -1,3 +1,7 @@ +.post { + margin: 0 60px; +} + .post-header { padding: 5vh 0; } diff --git a/src/content/_includes/css/reset.css b/src/content/_includes/css/reset.css index 89b5eb7..0e16ade 100644 --- a/src/content/_includes/css/reset.css +++ b/src/content/_includes/css/reset.css @@ -29,6 +29,11 @@ body { --pagefind-ui-font: var(--font-family); } +.body-content { + padding: 30px 0px; + margin: 0px 30px; +} + main { & > :first-child { margin-top: 0; diff --git a/src/content/archive.tmpl.js b/src/content/archive.tmpl.js index aa0f51f..321f6f7 100644 --- a/src/content/archive.tmpl.js +++ b/src/content/archive.tmpl.js @@ -1,5 +1,5 @@ export const layout = "layouts/archive.njk"; -export const title = "Archive"; +export const title = "Archivo"; export default function* ({ search, paginate }) { const posts = search.pages("type=posts", "date=desc"); diff --git a/src/content/chapters.njk b/src/content/chapters.njk index c9769dd..5453389 100644 --- a/src/content/chapters.njk +++ b/src/content/chapters.njk @@ -1,6 +1,6 @@ --- layout: layouts/post.njk -title: Chapters +title: Capitulos templateClass: tmpl-post menu: visible: true diff --git a/src/content/index.njk b/src/content/index.njk index fd4c40a..afa2251 100644 --- a/src/content/index.njk +++ b/src/content/index.njk @@ -2,29 +2,22 @@ layout: layouts/home.njk menu: visible: true - title: Home + title: IEEE Rama Estudiantil order: 0 --- -
-{% set postslist = search.pages("type=posts", "date=desc", 3) %} +{% set postslist = search.pages("type=posts pinned=true", "date=desc", 3) %} {%if postslist.length %} {% include "templates/carousel.njk" %} {% endif %} +
+

Latest {% if postslist.length == 1 %}Post{% else %}{{ postslist.length }} Posts{% endif %}

{% include "templates/postslist.njk" %} -
- -{% set postslist = search.pages("pinned=true") %} - -{%if postslist.length %} -

Pinned Post:

- {% include "templates/postslist.njk" %} -
-{% endif %} -

More posts can be found in the archive.

+ +
\ No newline at end of file diff --git a/src/content/join.njk b/src/content/join.njk new file mode 100644 index 0000000..f260858 --- /dev/null +++ b/src/content/join.njk @@ -0,0 +1,9 @@ +--- +layout: layouts/post.njk +menu: + visible: true + title: Unete + order: 4 +--- + +TODO: Formulario \ No newline at end of file diff --git a/src/content/posts/20230701_canelos.md b/src/content/posts/20230701_canelos.md index 7bd8005..b845480 100644 --- a/src/content/posts/20230701_canelos.md +++ b/src/content/posts/20230701_canelos.md @@ -5,6 +5,7 @@ date: 2023-08-25 tags: - chipusm sscs-cas-eds-sb image: img/posts/20230701_canelos_photo_1.jpg +pinned: true --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam placerat pulvinar sagittis. Suspendisse commodo, erat ac tincidunt bibendum, tortor quam imperdiet eros, at vestibulum eros urna a eros. Phasellus quis placerat magna. Donec convallis placerat risus, eu venenatis felis dignissim vel. Praesent vel varius urna. Suspendisse potenti. Phasellus consequat elementum dui nec accumsan. Mauris suscipit lorem dolor, eu ultrices orci vulputate id. diff --git a/src/content/posts/20230825_rnr.md b/src/content/posts/20230825_rnr.md index 3b40fc1..9b7fd2e 100644 --- a/src/content/posts/20230825_rnr.md +++ b/src/content/posts/20230825_rnr.md @@ -5,6 +5,7 @@ date: 2023-08-25 tags: - utfsm-sb image: img/posts/20230825_rnr.jpg +pinned: true --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam placerat pulvinar sagittis. Suspendisse commodo, erat ac tincidunt bibendum, tortor quam imperdiet eros, at vestibulum eros urna a eros. Phasellus quis placerat magna. Donec convallis placerat risus, eu venenatis felis dignissim vel. Praesent vel varius urna. Suspendisse potenti. Phasellus consequat elementum dui nec accumsan. Mauris suscipit lorem dolor, eu ultrices orci vulputate id.