diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 21:41:36 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 21:41:36 -0500 |
| commit | c1b2794611548ef1fa30055a91926c4074f2f63e (patch) | |
| tree | 85f218f28d933e310196095a724463afc037d8ad /.frontmatter | |
| parent | dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a (diff) | |
| download | personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.tar.gz personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.tar.bz2 personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.zip | |
Fixed overflow for mobile, loading in gh projects
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/database/mediaDb.json | 1 | ||||
| -rw-r--r-- | .frontmatter/database/pinnedItemsDb.json | 1 | ||||
| -rw-r--r-- | .frontmatter/database/taxonomyDb.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.frontmatter/database/mediaDb.json b/.frontmatter/database/mediaDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/mediaDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/.frontmatter/database/pinnedItemsDb.json b/.frontmatter/database/pinnedItemsDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/pinnedItemsDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/taxonomyDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file |
