|
1 | 1 |
|
2 | | -# ✨ Astro Blog |
3 | | - |
4 | | -<p align="center"> |
5 | | - <img src="public/favicon.svg" alt="Astro Blog Logo" width="120" height="120"> |
6 | | -</p> |
7 | | - |
8 | | -<p align="center"> |
9 | | - <strong>A modern, minimalist, high-performance blog platform built with Astro.js</strong> |
10 | | -</p> |
11 | | - |
12 | | -<p align="center"> |
13 | | - <a href="#demo">Demo</a> • |
14 | | - <a href="#features">Features</a> • |
15 | | - <a href="#getting-started">Getting Started</a> • |
16 | | - <a href="#project-structure">Project Structure</a> • |
17 | | - <a href="#customization">Customization</a> • |
18 | | - <a href="#deployment">Deployment</a> • |
19 | | -</p> |
20 | | - |
21 | | -<p align="center"> |
22 | | - <img src="public/image.png" alt="Astro Blog Screenshot" width="800"> |
23 | | -</p> |
24 | | - |
25 | | -## Demo |
26 | | - |
27 | | -[View Live Demo](https://astro-blog-pi-ashen.vercel.app/) |
28 | | - |
29 | | -## Features |
30 | | - |
31 | | -- 🚀 **Maximum Performance** - Built with Astro.js for lightning-fast static sites |
32 | | -- 🎨 **Minimalist Design** - Clean UI that focuses on content |
33 | | -- 🌓 **Light/Dark Mode** - Smooth theme switching |
34 | | -- 📱 **Responsive** - Perfect experience on all devices |
35 | | -- ⚡ **SPA Transitions** - Smooth page navigation with transition effects |
36 | | -- 📝 **Markdown & MDX** - Write posts with Markdown and extend with MDX |
37 | | -- 🔍 **SEO Optimized** - Meta tags, Open Graph, and Twitter Cards |
38 | | -- 📊 **Analytics** - Reading time, views, and statistics |
39 | | -- 🔖 **Categorization** - Tags and categories system |
40 | | -- 🔄 **RSS Feed** - Automatically generated RSS feed |
41 | | -- 🌐 **Internationalization Ready** - Prepared for multiple languages |
42 | | -- 🔒 **Secure** - No unnecessary client-side JavaScript |
| 2 | +# rwtr Blog |
| 3 | + |
| 4 | +This is the developer blog of [richardsonwtr](https://github.com/richardsonwtr). |
| 5 | + |
| 6 | +Base template: [Astro Blog](https://github.com/williamcachamwri/astro-blog) |
43 | 7 |
|
44 | 8 | ## Getting Started |
45 | 9 |
|
|
51 | 15 |
|
52 | 16 | ```bash |
53 | 17 | # Clone repository |
54 | | -git clone https://github.com/williamcachamwri/astro-blog |
| 18 | +git clone https://github.com/richardsonwtr/rwtr |
55 | 19 |
|
56 | 20 | # Navigate to project directory |
57 | | -cd astro-blog |
| 21 | +cd rwtr |
58 | 22 |
|
59 | 23 | # Install dependencies |
60 | 24 | npm install |
@@ -133,27 +97,11 @@ Create a new Markdown or MDX file in the `src/content/blog` directory: |
133 | 97 | --- |
134 | 98 | title: "Optimizing Web Performance for Better UX" |
135 | 99 | description: "Tips and techniques for improving your website's performance and providing a better user experience." |
136 | | -pubDate: 2023-01-18 |
| 100 | +pubDate: "2023-01-18" |
137 | 101 | heroImage: "/placeholder.svg?height=630&width=1200" |
138 | 102 | readingTime: "8 min read" |
139 | 103 | tags: ["performance", "web development", "user experience"] |
140 | 104 | --- |
141 | 105 |
|
142 | 106 | Your post content here... |
143 | | -``` |
144 | | - |
145 | | - |
146 | | -## Deployment |
147 | | - |
148 | | -### Netlify |
149 | | - |
150 | | -[](https://app.netlify.com/start/deploy?repository=https://github.com/williamcachamwri/astro-blog) |
151 | | - |
152 | | -### Vercel |
153 | | - |
154 | | -[](https://vercel.com/new/clone?repository-url=https://github.com/williamcachamwri/astro-blog) |
155 | | ---- |
156 | | - |
157 | | -<p align="center"> |
158 | | - Made with ❤️ by <a href="https://github.com/williamcachamwri">William Cachamwri</a> |
159 | | -</p> |
| 107 | +``` |
0 commit comments