1
mirror of https://github.com/importantimport/urara-docs.git synced 2024-09-18 18:08:39 +08:00
urara-docs/getting-started/intro.md

12 lines
935 B
Markdown
Raw Permalink Normal View History

2022-02-11 23:04:51 +08:00
# Intro
2023-01-13 21:46:11 +08:00
Urara is a modern blog template based on SvelteKit.
## Features
- Out of the box **Atom feed** (WebSub), **Sitemap**, **PWA** (Web app manifest & ServiceWorker) support.
- Present beautiful interface designs and animations with [**daisyUI**](https://github.com/saadeghi/daisyui), of course.
2023-01-13 22:48:04 +08:00
- Good [**IndieWeb**](https://indieweb.org/) Compatibility - Multi-kind posts with [**microformats2**](https://microformats.org/) markup content, Showcasing [**Webmentions**](https://indieweb.org/Webmention) via [**webmentions.io**](https://webmentions.io) API.
2023-01-25 21:37:18 +08:00
- Don't worry about the article and image directories - just put them under a folder and they'll be [**copied automatically at build time**](https://github.com/importantimport/urara/blob/main/urara.ts).
2023-01-13 21:46:11 +08:00
- [**Comment Components**](https://github.com/importantimport/urara/tree/main/src/lib/components/comments): Webmentions, Giscus, Utterances... u can use more than one.