Skip to content

Commit dabf97a

Browse files
refactor: updating the license and the readme (#13)
1 parent 933014d commit dabf97a

2 files changed

Lines changed: 10 additions & 62 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2025 Lê Vĩnh Khang
3+
Copyright (c) 2025 Richardson Rosa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,9 @@
11

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)
437

448
## Getting Started
459

@@ -51,10 +15,10 @@
5115

5216
```bash
5317
# Clone repository
54-
git clone https://github.com/williamcachamwri/astro-blog
18+
git clone https://github.com/richardsonwtr/rwtr
5519

5620
# Navigate to project directory
57-
cd astro-blog
21+
cd rwtr
5822

5923
# Install dependencies
6024
npm install
@@ -133,27 +97,11 @@ Create a new Markdown or MDX file in the `src/content/blog` directory:
13397
---
13498
title: "Optimizing Web Performance for Better UX"
13599
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"
137101
heroImage: "/placeholder.svg?height=630&width=1200"
138102
readingTime: "8 min read"
139103
tags: ["performance", "web development", "user experience"]
140104
---
141105

142106
Your post content here...
143-
```
144-
145-
146-
## Deployment
147-
148-
### Netlify
149-
150-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/williamcachamwri/astro-blog)
151-
152-
### Vercel
153-
154-
[![Deploy with Vercel](https://vercel.com/button)](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

Comments
 (0)