-
Notifications
You must be signed in to change notification settings - Fork 8
feat: migrate to cloud, hamburger menu, refactors #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 9 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ab5504d
chore: update
loks0n 2cc4ec2
chore: revert folder name
loks0n fed8c19
chore: format repo
loks0n 559c7c1
chore: rename variables
loks0n 3770ad6
chore: rename elem
loks0n 84fa43f
chore: more cleanup
loks0n 1cd15c6
chore: refactor & fixes
loks0n 6318dc1
chore: update readme
loks0n 6031726
feat: hamburger menu mobile
loks0n e6d92e7
chore: address code review comments
loks0n 57fff98
chore: move theme script to start of body
loks0n 7ceacd7
chore: oxford comma
loks0n 7b34c75
feat: show comments to guests
loks0n d813268
feat: use sitelayout on posts detail page
loks0n 36e5d20
feat: add comment hr & fix hr style
loks0n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # build output | ||
| dist/ | ||
| .vercel | ||
| # generated types | ||
| .astro/ | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| appwrite.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| import { defineConfig } from 'astro/config'; | ||
| import mdx from '@astrojs/mdx'; | ||
| import sitemap from '@astrojs/sitemap'; | ||
| import { defineConfig } from "astro/config"; | ||
| import mdx from "@astrojs/mdx"; | ||
| import sitemap from "@astrojs/sitemap"; | ||
|
|
||
| // https://astro.build/config | ||
| import vercel from "@astrojs/vercel/serverless"; | ||
|
|
||
| // https://astro.build/config | ||
| export default defineConfig({ | ||
| output: 'server', | ||
| site: 'https://example.com', | ||
| output: "server", | ||
| site: "https://appwrite-demos-for-astro-blog.vercel.app", | ||
| integrations: [mdx(), sitemap()], | ||
| adapter: vercel() | ||
| }); | ||
| adapter: vercel(), | ||
| }); |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.