Skip to content

Commit

Permalink
Add The Before trilogy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed Dec 4, 2023
1 parent f337545 commit ace1d7c
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<body>
{% if page.background %}
<div class="bg-neutral-950 bg-cover bg-center bg-no-repeat h-screen brightness-[20%]"
<div class="bg-neutral-950 bg-cover bg-center bg-no-repeat h-screen brightness-[15%]"
style="background-image: url('{{site.url}}/assets/background/{{ page.background }}')">
{% else %}
<div class="bg-neutral-950 h-screen">
Expand Down Expand Up @@ -70,9 +70,10 @@
{% endunless %}
{% if page.background %}
<div
class="rounded bg-neutral-900 md:bg-transparent md:backdrop-blur h-min overflow-scroll md:max-h-[90vh] p-4 md:grow text-lg w-full">
class="rounded bg-neutral-900 md:bg-transparent md:backdrop-blur h-min overflow-scroll md:max-h-[90vh] px-4 py-2 md:grow text-lg w-full m-4">
{% else %}
<div class="rounded bg-neutral-900 h-min overflow-scroll md:max-h-[90vh] p-4 md:grow text-lg w-full">
<div
class="rounded bg-neutral-900 h-min overflow-scroll md:max-h-[90vh] px-4 py-2 md:grow text-lg w-full m-4">
{% endif %}
{{ content }}
</div>
Expand Down
Binary file added assets/movies/before_trilogy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions collections/_movies/before_trilogy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: The Before Trilogy
year: 1995/2004/2013
image: before_trilogy.jpg
---
5 changes: 0 additions & 5 deletions collections/_movies/drive_my_car.md

This file was deleted.

5 changes: 0 additions & 5 deletions collections/_movies/fabian_going_to_the_dogs.md

This file was deleted.

2 changes: 1 addition & 1 deletion dist/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tailwindcss": "^3.3.3"
},
"scripts": {
"assets": "tailwindcss -i ./assets/style.css -o ./dist/output.css -m -w",
"assets": "npx tailwindcss -i ./assets/style.css -o ./dist/output.css -m -w",
"serve": "export BUNDLE_PATH=~/.gems && bundle install && bundle exec jekyll serve --livereload"
}
}
9 changes: 5 additions & 4 deletions paradoxo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
standalone: true
---

<p>
<div class="italic inline-block">Paradoxo</div> é uma coleção de textos originais que imprimem estórias e sentimentos
pertencentes a um mundo real mas distorcido e romantizado. Eles existem por si só e não gostam de ser questionados.</p>
<h2>Paradoxo</h2>

<br>
<p class="mb-6">Paradoxo é uma coleção de textos originais que imprimem estórias e
sentimentos
pertencentes a um mundo real mas distorcido e romantizado. Eles existem por si só e não gostam de ser questionados.
</p>

{% assign texts = site.paradoxo | sort: "number" %}

Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["**/*.html"],
content: ["**.html"],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit ace1d7c

Please sign in to comment.