Skip to content

Commit

Permalink
Stop ignoring theme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jun 30, 2022
1 parent c2da740 commit 849d2a9
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dist/
node_modules/
package-lock.json
temp_build/
themes/
workers-site/
wrangler.toml
.env
Expand Down
4 changes: 4 additions & 0 deletions themes/compendium/content/catgs/design.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Design",
"route": "categories/design"
}
4 changes: 4 additions & 0 deletions themes/compendium/content/catgs/photography.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Photography",
"route": "categories/photography"
}
4 changes: 4 additions & 0 deletions themes/compendium/content/tags/art.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Art",
"route": "tags/art"
}
4 changes: 4 additions & 0 deletions themes/compendium/content/tags/image.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Image",
"route": "tags/image"
}
4 changes: 4 additions & 0 deletions themes/compendium/content/tags/other.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Graphic Design",
"route": "tags/graphic-design"
}
4 changes: 4 additions & 0 deletions themes/compendium/content/tags/random.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Random",
"route": "tags/random"
}

0 comments on commit 849d2a9

Please sign in to comment.