Skip to content

Commit 37e0db0

Browse files
committed
readme.md
1 parent a58ec1e commit 37e0db0

File tree

3 files changed

+6
-172
lines changed

3 files changed

+6
-172
lines changed

.github/assets/preview.png

80.9 KB
Loading

README-zh-CN.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,11 @@
1-
# Astro Theme Pure
1+
# lexciese.github.io
2+
# Personal Portfolio & Technical Blog
23

3-
[English](./README.md) | [简体中文](./README-zh-CN.md)
4+
Personal website showcasing my professional journey, technical story, experience through blog posts.
45

5-
A simple, fast and powerful blog theme built by Astro.
6-
7-
[![GitHub deployments](https://img.shields.io/github/deployments/cworld1/astro-theme-pure/production?style=flat&logo=vercel&label=vercel)](https://astro-pure.js.org/)
8-
[![NPM Version](https://img.shields.io/npm/v/astro-pure?logo=npm&style=flat)](https://www.npmjs.com/package/astro-pure)
9-
[![GitHub Release](https://img.shields.io/github/v/release/cworld1/astro-theme-pure?include_prereleases&style=flat&label=template)](https://github.com/cworld1/astro-theme-pure/releases)
106
[![GitHub License](https://img.shields.io/github/license/cworld1/astro-theme-pure?style=flat)](https://github.com/cworld1/astro-theme-pure/blob/main/LICENSE)
117

12-
![image](./.github/assets/header.webp)
13-
![image](./.github/assets/body.webp)
14-
15-
> [!WARNING]
16-
> Theme template v4.0.2^ is changing CSS engine to UnoCSS. Stabler experience is currently on [v4.0.1-beta](https://github.com/cworld1/astro-theme-pure/tree/v4.0.1-beta). Known issues:
17-
>
18-
> 1. UnoCSS adaption (serious)
19-
> 2. Cannot pack sitemap and pagefind resources on Vercel ([need upstream fix](https://github.com/withastro/astro/issues/12663) & temp fixed)
20-
> 3. Header & customize options is still under development (template exposed still)
21-
22-
## Introduction
23-
24-
Checkout [Demo Site →](https://astro-pure.js.org/)
25-
26-
### :fire: Features
27-
28-
- [x] :rocket: Fast & high performance
29-
- [x] :star: Simple & clean design
30-
- [x] :iphone: Responsive design
31-
- [x] :mag: Full-site search built with [pagefind](https://pagefind.app/)
32-
- [x] :world_map: Sitemap & RSS feed
33-
- [x] :spider_web: SEO-friendly
34-
- [x] :book: TOC (table of contents)
35-
- [x] :framed_picture: Dynamic open graph generation for posts
36-
- [x] :framed_picture: Mediumzoom lightbox for images
37-
38-
### :package: Components
39-
40-
Theme includes a lot of components, which can not only be used in the theme, but also in other astro projects.
41-
42-
> For other astro projects, Tailwind CSS is required.
43-
44-
- Basic components: `Aside`, `Tabs`, `Timeline`, `Steps`, `Spoiler`...
45-
- Advanced components: `GithubCard`, `LinkPreview`, `Quote`, `QRCode`...
46-
47-
### :white_check_mark: Lighthouse score
48-
49-
[![lighthouse-score](./.github/assets/lighthouse-score.png)](https://pagespeed.web.dev/analysis/https-cworld-top/o229zrt5o4?form_factor=mobile&hl=en)
50-
51-
## Documentation
52-
53-
[Docs](https://astro-pure.js.org/docs) | [Showcase](https://github.com/cworld1/astro-theme-pure/issues/10)
54-
55-
## Package
56-
57-
See [astro-theme-pure](https://www.npmjs.com/package/astro-pure) on npm.
8+
![image](./.github/assets/preview.png)
589

5910
## Local development
6011

@@ -65,8 +16,8 @@ Environment requirements:
6516
Clone the repository:
6617

6718
```shell
68-
git clone https://github.com/cworld1/astro-theme-pure.git
69-
cd astro-theme-pure
19+
git clone https://github.com/lexceise/lexciese.github.io.git
20+
cd lexciese.github.io
7021
```
7122

7223
Useful commands:
@@ -88,18 +39,6 @@ bun preview
8839
bun new-post
8940
```
9041

91-
## Contributions
92-
93-
To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.
94-
95-
## Thanks
96-
97-
- [Astro Cactus](https://github.com/chrismwilliams/astro-theme-cactus)
98-
- [Astro Resume](https://github.com/srleom/astro-theme-resume)
99-
- [Starlight](https://github.com/withastro/starlight)
100-
10142
## License
10243

10344
This project is licensed under the Apache 2.0 License.
104-
105-
[![Star History Chart](https://api.star-history.com/svg?repos=cworld1/astro-theme-pure&type=Date)](https://star-history.com/#cworld1/astro-theme-pure&Date)

0 commit comments

Comments
 (0)