|
| 1 | +--- |
| 2 | +title: 'Home' |
| 3 | +date: 2023-10-24 |
| 4 | +type: landing |
| 5 | + |
| 6 | +design: |
| 7 | + # Default section spacing |
| 8 | + spacing: "6rem" |
| 9 | + |
| 10 | +sections: |
| 11 | + - block: hero |
| 12 | + content: |
| 13 | + title: Write Docs Fast, Focus on Your Content |
| 14 | + text: The easy, no-code technical documentation solution your users will love 🎉 |
| 15 | + primary_action: |
| 16 | + text: Get Started |
| 17 | + url: https://hugoblox.com/templates/details/docs/ |
| 18 | + icon: rocket-launch |
| 19 | + secondary_action: |
| 20 | + text: Read the docs |
| 21 | + url: /docs/ |
| 22 | + announcement: |
| 23 | + text: "Announcing the release of version 2." |
| 24 | + link: |
| 25 | + text: "Read more" |
| 26 | + url: "/blog/" |
| 27 | + design: |
| 28 | + spacing: |
| 29 | + padding: [0, 0, 0, 0] |
| 30 | + margin: [0, 0, 0, 0] |
| 31 | + # For full-screen, add `min-h-screen` below |
| 32 | + css_class: "" |
| 33 | + background: |
| 34 | + color: "" |
| 35 | + image: |
| 36 | + # Add your image background to `assets/media/`. |
| 37 | + filename: "" |
| 38 | + filters: |
| 39 | + brightness: 0.5 |
| 40 | + - block: stats |
| 41 | + content: |
| 42 | + items: |
| 43 | + - statistic: "1M+" |
| 44 | + description: | |
| 45 | + Websites built |
| 46 | + with Hugo Blox |
| 47 | + - statistic: "10k+" |
| 48 | + description: | |
| 49 | + GitHub stars |
| 50 | + since 2016 |
| 51 | + - statistic: "3k+" |
| 52 | + description: | |
| 53 | + Discord community |
| 54 | + for support |
| 55 | + design: |
| 56 | + # Section background color (CSS class) |
| 57 | + css_class: "bg-gray-100 dark:bg-gray-900" |
| 58 | + # Reduce spacing |
| 59 | + spacing: |
| 60 | + padding: ["1rem", 0, "1rem", 0] |
| 61 | + - block: features |
| 62 | + id: features |
| 63 | + content: |
| 64 | + title: Features |
| 65 | + text: Collaborate, publish, and maintain technical knowledge with an all-in-one documentation site. Used by 100,000+ startups, enterprises, and researchers. |
| 66 | + items: |
| 67 | + - name: Optimized SEO |
| 68 | + icon: magnifying-glass |
| 69 | + description: Automatic sitemaps, RSS feeds, and rich metadata take the pain out of SEO and syndication. |
| 70 | + - name: Fast |
| 71 | + icon: bolt |
| 72 | + description: Super fast page load with Tailwind CSS and super fast site building with Hugo. |
| 73 | + - name: Easy |
| 74 | + icon: sparkles |
| 75 | + description: One-click deployment to GitHub Pages. Have your new website live within 5 minutes! |
| 76 | + - name: No-Code |
| 77 | + icon: code-bracket |
| 78 | + description: Edit and design your site just using rich text (Markdown) and configurable YAML parameters. |
| 79 | + - name: Highly Rated |
| 80 | + icon: star |
| 81 | + description: Rated 5-stars by the community. |
| 82 | + - name: Swappable Blocks |
| 83 | + icon: rectangle-group |
| 84 | + description: Build your pages with blocks - no coding required! |
| 85 | + - block: cta-card |
| 86 | + content: |
| 87 | + title: "Start Writing with the #1 Effortless Documentation Platform" |
| 88 | + text: Hugo Blox Docs Theme brings all your technical knowledge together in a single, centralized knowledge base. Easily search and edit it with the tools you use every day! |
| 89 | + button: |
| 90 | + text: Get Started |
| 91 | + url: https://hugoblox.com/templates/details/docs/ |
| 92 | + design: |
| 93 | + card: |
| 94 | + # Card background color (CSS class) |
| 95 | + css_class: "bg-primary-700" |
| 96 | + css_style: "" |
| 97 | +--- |
0 commit comments