commit 7391940b13b00a4157d5d8e771a954ea02068b15 Author: Justin Ferrari <‘justinwesleyferrari@gmail.com’> Date: Fri Dec 8 13:56:56 2023 -0500 Initial q-blog commit in its own repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfe8e32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* +*.zip +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..0a4d4fc --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,10 @@ +{ + "printWidth": 80, + "singleQuote": false, + "trailingComma": "es5", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "arrowParens": "avoid", + "tabWidth": 2, + "semi": true +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..55edf06 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + +
+ + + + +