Skip to content

Commit

Permalink
Merge pull request #6 from TyHil/style-guide
Browse files Browse the repository at this point in the history
Published style guide
  • Loading branch information
TyHil authored Mar 12, 2024
2 parents 624754e + 8201645 commit a63d07e
Show file tree
Hide file tree
Showing 80 changed files with 322 additions and 1,131 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ node_modules
.cache
.config
.local

#firebase
*debug.log

#parcel
.parcel-cache
47 changes: 26 additions & 21 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
[submodule "typewriter-formatting"]
path = typewriter-formatting
url = https://github.com/TyHil/typewriter-formatting.git
[submodule "src/cah-maker"]
path = src/cah-maker
url = https://github.com/TyHil/cah-maker
branch = main
[submodule "recipes"]
path = recipes
url = https://github.com/TyHil/recipes.git
[submodule "src/typewriter-formatting"]
path = src/typewriter-formatting
url = https://github.com/TyHil/typewriter-formatting
branch = main
[submodule "response-display"]
path = response-display
url = https://github.com/TyHil/response-display.git
[submodule "src/recipes"]
path = src/recipes
url = https://github.com/TyHil/recipes
branch = main
[submodule "password-generator"]
path = password-generator
url = https://github.com/TyHil/password-generator.git
[submodule "src/response-display"]
path = src/response-display
url = https://github.com/TyHil/response-display
branch = main
[submodule "dvd"]
path = dvd
url = https://github.com/TyHil/dvd.git
[submodule "src/password-generator"]
path = src/password-generator
url = https://github.com/TyHil/password-generator
branch = main
[submodule "set-operations-for-spotify"]
path = set-operations-for-spotify
url = https://github.com/TyHil/set-operations-for-spotify.git
[submodule "src/dvd"]
path = src/dvd
url = https://github.com/TyHil/dvd
branch = main
[submodule "src/set-operations-for-spotify"]
path = src/set-operations-for-spotify
url = https://github.com/TyHil/set-operations-for-spotify
branch = main
[submodule "src/style-guide"]
path = src/style-guide
url = https://github.com/TyHil/personal-website-styles
branch = main
[submodule "cah-maker"]
path = cah-maker
url = https://github.com/TyHil/cah-maker.git
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ response-display
password-generator
recipes
dvd
style-guide
108 changes: 0 additions & 108 deletions 404.css

This file was deleted.

1 change: 0 additions & 1 deletion cah-maker
Submodule cah-maker deleted from 21a28c
1 change: 0 additions & 1 deletion dvd
Submodule dvd deleted from e5c3d9
7 changes: 5 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"rules": "database.rules.json"
},
"hosting": {
"public": "/",
"public": "src",
"ignore": [
"firebase.json",
"database.rules.json",
"*debug.log",
".*",
"**/.git/**",
"**/.github/**",
"replit.nix",
"README.md",
"LICENSE.txt"
"LICENSE.txt",
"package.json",
"pnpm-lock.yaml"
],
"headers": [
{
Expand Down
143 changes: 0 additions & 143 deletions global.css

This file was deleted.

15 changes: 0 additions & 15 deletions global.js

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "personal-website",
"scripts": {
"firebase": "firebase emulators:start",
"firebase:hosting": "firebase emulators:start --only hosting",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint . --fix",
Expand Down
1 change: 0 additions & 1 deletion password-generator
Submodule password-generator deleted from 4599d4
1 change: 0 additions & 1 deletion recipes
Submodule recipes deleted from 50ea91
1 change: 0 additions & 1 deletion response-display
Submodule response-display deleted from cbaeb1
1 change: 0 additions & 1 deletion set-operations-for-spotify
Submodule set-operations-for-spotify deleted from 38d541
Loading

0 comments on commit a63d07e

Please sign in to comment.