feat: migrate Hugo Bootstrap theme to latest Hugo with Tailwind CSS and refactor codebase
* replace Bootstrap-based styling with Tailwind CSS * update theme compatibility for latest Hugo version * refactor templates and partials * fix outdated code and broken components * improve project structure and maintainability * optimize styling and frontend build setup
This commit is contained in:
36
exampleSite/content/english/_index.md
Executable file
36
exampleSite/content/english/_index.md
Executable file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
# Banner
|
||||
banner:
|
||||
title: "We're a Design Studio That Belies In the Great Ideas"
|
||||
content: "WE WORK HARD, WE PLAY HARD"
|
||||
image: "/images/hero-background.jpg"
|
||||
button_primary:
|
||||
enable: true
|
||||
label: "Connect With Us"
|
||||
link: "/contact"
|
||||
button_secondary:
|
||||
enable: true
|
||||
label: "See Our Work"
|
||||
link: "/portfolio"
|
||||
|
||||
# Company Stats
|
||||
company_stats:
|
||||
enable: true
|
||||
title: "THE PROOF IS IN THE PUDDING!"
|
||||
stats:
|
||||
- name: "Happy Clients"
|
||||
count: "250+"
|
||||
- name: "Projects Completed"
|
||||
count: "100+"
|
||||
- name: "Cups of coffee"
|
||||
count: "350+"
|
||||
- name: "Telephone Talks"
|
||||
count: "775+"
|
||||
|
||||
# Recent Works:
|
||||
recent_works:
|
||||
enable: true
|
||||
title: "OUR RECENT WORKS"
|
||||
description: "Crafting experiences and seeking to make the complex clear & beautiful."
|
||||
# Add featured works in `content/english/portfolio`
|
||||
---
|
||||
Reference in New Issue
Block a user