Skip to content

Commit

Permalink
update search filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Mar 22, 2024
1 parent 63c792a commit f756b45
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 149 deletions.
35 changes: 24 additions & 11 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.1",
"sveltekit-search-params": "^2.1.2",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
Expand Down
2 changes: 2 additions & 0 deletions src/lib/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const STEAM_ID = '76561197965804852' // need process.env.STEAM_API_KEY
export const APPROVED_POSTERS_GH_USERNAME = ['tjheffner']
export const GH_PUBLISHED_TAGS = ['Published']

export const POST_CATEGORIES = ['Note', 'Recipe', 'Technical', 'DIY']

// auto generated variables
export const REPO_URL = 'https://github.com/' + GH_USER_REPO
export const REPO_OWNER = GH_USER_REPO.split('/')[0]
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(main)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<p>This site is perpetually under construction but coming along. 😎</p>

<p>
It's mostly a place for me to post <a href="/blog?show=Recipes"
It's mostly a place for me to post <a href="/blog?show=Recipe"
>recipes I like</a
>
and
Expand Down
Loading

0 comments on commit f756b45

Please sign in to comment.