Initial commit — Bar Pivoine cocktail recipe site
Hugo Extended site with 426 cocktail recipes from the open cocktail dataset. Dark amber/gold editorial aesthetic, Tailwind CSS v4, Alpine.js client-side search and filtering, HTMX page transitions, Docker + nginx production build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"plugins": ["prettier-plugin-go-template", "prettier-plugin-toml"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["layouts/**/*.html"],
|
||||
"options": {
|
||||
"parser": "go-template",
|
||||
"goTemplateBracketSpacing": true,
|
||||
"printWidth": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.toml",
|
||||
"options": { "parser": "toml" }
|
||||
},
|
||||
{
|
||||
"files": "*.css",
|
||||
"options": {
|
||||
"printWidth": 100,
|
||||
"singleQuote": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.md",
|
||||
"options": { "proseWrap": "preserve" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user