Skip to content

Commit

Permalink
Merge branch 'refs/heads/astro'
Browse files Browse the repository at this point in the history
# Conflicts:
#	website/assets/style.css
#	website_astro/src/content/index/rest.md
  • Loading branch information
hyperknot committed Jun 13, 2024
2 parents fb8488e + d6f457a commit 6516339
Show file tree
Hide file tree
Showing 47 changed files with 2,863 additions and 1,682 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ venv


/pnpm-lock.yaml
/astro_blog
10 changes: 10 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ const config = {
semi: false,
singleQuote: true,
arrowParens: 'avoid',

plugins: ['prettier-plugin-astro'],
overrides: [
{
files: '*.astro',
options: {
parser: 'astro',
},
},
],
}

module.exports = config
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"prettier": "^3.2.4"
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.14.0"
}
}
1 change: 0 additions & 1 deletion website/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions website/README.md

This file was deleted.

Binary file removed website/assets/berlin.png
Binary file not shown.
Binary file removed website/assets/london.jpg
Binary file not shown.
50 changes: 0 additions & 50 deletions website/assets/pricing.json

This file was deleted.

Loading

0 comments on commit 6516339

Please sign in to comment.