Skip to content

Commit

Permalink
feat: initial layout ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 21, 2024
1 parent 8aa34f8 commit ce27e8e
Show file tree
Hide file tree
Showing 57 changed files with 1,914 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"overrides": [{ "files": ".nvmrc", "options": { "parser": "yaml" } }],
"plugins": ["prettier-plugin-curly", "prettier-plugin-packagejson"],
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-curly",
"prettier-plugin-packagejson"
],
"useTabs": true
}
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"words": [
"astro",
"astrojs",
"cardo",
"fontsource",
"knip",
"konami",
"konamimojisplosion",
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/index.ts!"],
"entry": ["src/pages/index.astro!", "src/layouts/BaseLayout.astro!"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"project": ["src/**/*.ts!"]
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
"@astrojs/check": "^0.5.6",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/js": "^9.2.0",
"@fontsource-variable/josefin-sans": "^5.0.21",
"@fontsource/cardo": "^5.0.13",
"@konami-emoji-blast/astro": "0.0.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint-plugin-markdown": "^2.0.2",
"accessible-astro-components": "^2.3.5",
"accessible-astro-components": "^2.3.6",
"astro": "^4.4.9",
"cspell": "^8.8.1",
"eslint": "^9.2.0",
Expand All @@ -58,11 +60,11 @@
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"knip": "^5.14.0",
"konami-emoji-blast": "^0.5.3",
"lint-staged": "^15.2.2",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.40.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-curly": "^0.2.1",
"prettier-plugin-packagejson": "^2.5.0",
"release-it": "^17.2.1",
Expand Down
64 changes: 59 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions src/assets/astro-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/assets/bsky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dan-vanderkam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/dropdown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/eslint-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions src/assets/golang-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/he-man.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/assets/mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/rizel-scarlett.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ce27e8e

Please sign in to comment.