Skip to content
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

Hello World #2

Open
ZouTiger opened this issue Nov 10, 2022 · 1 comment
Open

Hello World #2

ZouTiger opened this issue Nov 10, 2022 · 1 comment

Comments

@ZouTiger
Copy link
Owner

ZouTiger commented Nov 10, 2022


title: 'Welcome to My site!'
date: '2021-12-02'
author: rupi
slug: welcome
category: Essay
tags: [welcome]
image: https://www.google.com/logos/doodles/2023/us-teacher-appreciation-week-2023-begins-6753651837109866-2xa.gif
description: This is the description
updatedOn: '2024-01-03'

Built using swyxkit, all the markdown syntax works in here:

  • SvelteKit
  • Tailwind 3 + Tailwind Typography
  • Netlify

Key Features and Design Considerations:

  • Posts are written as issues, add "Published" label to publish
  • Dark mode
  • Blog with blog index
  • Top level blog URLs (/myblog instead of /blog/myblog)
  • Blog content in a separte /content folder instead of in /src/routes
  • Consumes markdown and MDSveX (and in future - external data sources)
  • with syntax highlighting
  • RSS (at /api/rss.xml) with caching
  • Performance touches
  • no hydrate on about and blog pages
  • set maxage to 1 minute to cache (consider making it 1-7 days on older posts)
  • if a post is updated, can include and updatedOn and it will show before the post
@ZouTiger
Copy link
Owner Author

And this here is a test comment with an emoji 😃

@ZouTiger ZouTiger changed the title How to add Tailwind 3 to Docusaurus 2 in 2022 Another example post - add "Published" label to post May 8, 2023
@ZouTiger ZouTiger changed the title Another example post - add "Published" label to post Hello World May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant