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:
7
netlify.toml
Executable file
7
netlify.toml
Executable file
@@ -0,0 +1,7 @@
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "yarn project-setup; yarn build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.158.0"
|
||||
GO_VERSION = "1.25.1"
|
||||
Reference in New Issue
Block a user