From f2ab417cd82b058e7801f4b6a3f255d60968f540 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Sat, 4 Apr 2026 13:54:18 -0300 Subject: [PATCH] melhorando build --- .gitignore | 1 + _layouts/projetos.html | 244 ++++++++++++++++------------------------- pages/projetos.html | 155 ++++++++++++++------------ 3 files changed, 176 insertions(+), 224 deletions(-) diff --git a/.gitignore b/.gitignore index 19775a60..c8a6d38c 100755 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ venv .gitea src assets/js/creations/server/data +_data diff --git a/_layouts/projetos.html b/_layouts/projetos.html index 7a711263..9f692a2d 100755 --- a/_layouts/projetos.html +++ b/_layouts/projetos.html @@ -1,179 +1,119 @@ --- layout: default -title: "Visualizando Projeto" +title: "Detalhes do Projeto" ---
-
- -
+
+ +
\ No newline at end of file + } + diff --git a/pages/projetos.html b/pages/projetos.html index 9b14399c..c6777858 100755 --- a/pages/projetos.html +++ b/pages/projetos.html @@ -4,11 +4,6 @@ title: MMPSearch - Projetos permalink: /projetos/ --- -{% assign list_plugins = "" %}{% assign list_instruments = "" %} {% for p in -site.data.all %}{% for item in p.tags.plugin %}{% assign list_plugins = -list_plugins | append: item | append: "|||" %}{% endfor %}{% endfor %} {% assign -unique_plugins = list_plugins | split: "|||" | uniq | sort %} -

@@ -44,21 +39,25 @@ unique_plugins = list_plugins | split: "|||" | uniq | sort %}
-
+
- +
+
-
+
- ${Array.from({length: 16}).map((_, i) => ` -
- `).join('')} -
+ >
-
- +
+
- Encontrados 0 projetos. + Encontrados + 0 + projetos.
@@ -128,6 +117,15 @@ unique_plugins = list_plugins | split: "|||" | uniq | sort %}