From 5123e0ae3460640069538a35a905f7aa7d36c3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Buede?= <144466503+julianbuede@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:17:10 -0300 Subject: [PATCH 1/2] prueba plantilla home --- .DS_Store | Bin 8196 -> 6148 bytes content/.DS_Store | Bin 6148 -> 6148 bytes content/es/.DS_Store | Bin 12292 -> 12292 bytes content/es/home/index.md | 150 +++++++++++++++++++++++++++++++++++++-- 4 files changed, 145 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 174a5fdb64451e9f4d9d1547250af254d0f4b6c9..133edebafc7f02fb1005ade98230f1097b8ec843 100644 GIT binary patch delta 103 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$SAlmU^g?P;AS3yo6Hl-loqpd pa0oI36##(%H;`}zsohxkoq009j3-DZ0~5p)kiiU_<9X&V0|06>5D@?X delta 131 zcmZoMXmOBWU|?W$DortDU;r^WfEYvza8E20o2aMAD6}zPH}hr%jz7$c**Q2SHn1=X zZRTOQ$;{2hP{NSGkjjwDkUDt*n+OM^^M5dySSY<&o##0-mjpM^99NK0n*}+(Gf(Ch U@to|>!@5C8xG diff --git a/content/.DS_Store b/content/.DS_Store index 64ec4d217f095ba70748bbeaab5d41da6456639a..13a8462caa527af87e8a6efa022f810bc5fb73de 100644 GIT binary patch delta 68 zcmZoMXffE}%F4KXvKwomns{}!v4x3_fcn&(C4pTq@GYy_s8KCfnwI Pu|&qrtQzw{tOP~?gJTp$ delta 54 zcmZokXi1ph&uFkQU^hRb=4Kv&BaDoUn=cA(VA?!Qq?CJNgXm^%g_&%dcZwx4Zf4b( J4`L-S0ssVA5_bRq diff --git a/content/es/home/index.md b/content/es/home/index.md index ef8bad51..6b2328d0 100644 --- a/content/es/home/index.md +++ b/content/es/home/index.md @@ -1,5 +1,145 @@ -+++ -# Homepage -type = "widget_page" -headless = true # Homepage is headless, other widget pages are not. -+++ +--- +title: 'Home' +date: 2023-10-24 +type: landing + +design: + # Default section spacing + spacing: "6rem" + +sections: + - block: hero + content: + title: Build Your Landing Pages with Hugo Blox + text: 🧱 EASY. FREE (OPEN SOURCE). NO-CODE 🧱 + primary_action: + text: Get Started + url: https://hugoblox.com/templates/ + icon: rocket-launch + secondary_action: + text: Read the docs + url: https://docs.hugoblox.com + announcement: + text: "Announcing the release of version 1." + link: + text: "Read more" + url: "/blog/" + design: + spacing: + padding: [0, 0, 0, 0] + margin: [0, 0, 0, 0] + # For full-screen, add `min-h-screen` below + css_class: "dark" + background: + color: "navy" + image: + # Add your image background to `assets/media/`. + filename: bg-triangles.svg + filters: + brightness: 0.5 + size: cover + position: center + parallax: false + - block: stats + content: + items: + - statistic: "1M+" + description: | + Websites built + with Hugo Blox + - statistic: "10k+" + description: | + GitHub stars + since 2016 + - statistic: "3k+" + description: | + Discord community + for support + design: + # Section background color (CSS class) + css_class: "bg-gray-100 dark:bg-gray-900" + # Reduce spacing + spacing: + padding: ["1rem", 0, "1rem", 0] + - block: features + id: features + content: + title: Features + text: Build your site with blocks 🧱 + items: + - name: Optimized SEO + icon: magnifying-glass + description: Automatic sitemaps, RSS feeds, and rich metadata take the pain out of SEO and syndication. + - name: Fast + icon: bolt + description: Super fast page load with Tailwind CSS and super fast site building with Hugo. + - name: Easy + icon: sparkles + description: One-click deployment to GitHub Pages. Have your new website live within 5 minutes! + - name: No-Code + icon: code-bracket + description: Edit and design your site just using rich text (Markdown) and configurable YAML parameters. + - name: Highly Rated + icon: star + description: Rated 5-stars by the community. + - name: Swappable Blocks + icon: rectangle-group + description: Build your pages with blocks - no coding required! + - block: cta-image-paragraph + id: solutions + content: + items: + - title: Build your future-proof website + text: As easy as 1, 2, 3! + feature_icon: check + features: + - "Future-proof - edit your content in text files" + - "Website is generated by a single app, Hugo" + - "No JavaScript knowledge required" + # Upload image to `assets/media/` and reference the filename here + image: build-website.png + button: + text: Get Started + url: https://hugoblox.com/templates/ + - title: Large Community + text: Join our large community on Discord - ask questions and get live responses + feature_icon: bolt + features: + - "Dedicated support channel" + - "3,000+ users on Discord" + - "Share your site and get feedback" + # Upload image to `assets/media/` and reference the filename here + image: coffee.jpg + button: + text: Join Discord + url: https://discord.gg/z8wNYzb + design: + # Section background color (CSS class) + css_class: "bg-gray-100 dark:bg-gray-900" + - block: testimonials + content: + title: "" + text: "" + items: + - name: "Hugo Smith" + role: "Marketing Executive at X" + # Upload image to `assets/media/` and reference the filename here + image: "testimonial-1.jpg" + text: "Awesome, so easy to use and saved me so much work with the swappable pre-designed sections!" + design: + spacing: + # Reduce bottom spacing so the testimonial appears vertically centered between sections + padding: ["6rem", 0, 0, 0] + - block: cta-card + content: + title: Build your future-proof website + text: As easy as 1, 2, 3! + button: + text: Get Started + url: https://hugoblox.com/templates/ + design: + card: + # Card background color (CSS class) + css_class: "bg-primary-700" + css_style: "" +--- From 520feba6487427645cf376ed4300983817dffb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Buede?= <144466503+julianbuede@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:19:32 -0300 Subject: [PATCH 2/2] prueba home 3 --- content/.DS_Store | Bin 6148 -> 6148 bytes content/es/home/index.md | 150 ++------------------------------------- 2 files changed, 5 insertions(+), 145 deletions(-) diff --git a/content/.DS_Store b/content/.DS_Store index 13a8462caa527af87e8a6efa022f810bc5fb73de..55e9208c83d4ee6e063bf4403f99c00f0b7da157 100644 GIT binary patch delta 19 acmZoMXffEZi