mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
0be313316f
- Switch to the Hugo Pipes (bye bye Webpack) - Use Inter from Google Fonts - Update README
12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
{
|
|
"parser": "babel",
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"overrides": [{
|
|
"files": ".html",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}]
|
|
}
|