Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godruoyi/gblog
🎈gblog, an open-source, simple and beautiful blog built with Astro
https://github.com/godruoyi/gblog
astro blog
Last synced: 7 days ago
JSON representation
🎈gblog, an open-source, simple and beautiful blog built with Astro
- Host: GitHub
- URL: https://github.com/godruoyi/gblog
- Owner: godruoyi
- License: mit
- Created: 2018-03-29T11:33:21.000Z (almost 7 years ago)
- Default Branch: astro
- Last Pushed: 2025-01-04T06:42:07.000Z (22 days ago)
- Last Synced: 2025-01-12T12:02:32.978Z (14 days ago)
- Topics: astro, blog
- Language: Astro
- Homepage: https://godruoyi.com
- Size: 89.3 MB
- Stars: 405
- Watchers: 5
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gblog is an open-source, simple, and beautiful blog built with Astro.
![godruoyi gblog](https://images.godruoyi.com/logos/gblog-1.png)
Gblog is a blog template designed for those who are unable or unwilling to write frontend code. All you need to do is find an interesting Tailwind CSS template from elsewhere and paste it into Gblog, and it will function seamlessly. Additionally, you can customize your own blog without to write any JavaScript code.
**[View Live Demo](https://godruoyi.com)**
## Features
- 🐈 Simple And Beautiful
- 🖥️️ Responsive And Light/Dark mode
- 🐛 SiteMap & RSS Feed
- 🐝 Category and Timeline Support
- 🍋 Google Analytics & Google Structured Data
- 🐜 SEO and Responsiveness
- 🪲 Markdown And MDX
- 🏂🏾 Page Compression & Image Optimization## Make Your Own
You can use this template directly to build your own blog in four different ways.
https://github.com/godruoyi/gblog/assets/16079222/773cd885-d4b7-482d-818f-566606e70b90
### Deploy to Zeabur
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6FMSVU)
Click the button above to build your blog to Zeabur within one minute.
### Deploy to Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgodruoyi%2Fgblog%2Ftree%2Fgblog-template&project-name=gblog&repository-name=my-gblog&demo-title=%E8%BF%9E%E6%B3%A2%E7%9A%84%E9%97%B2%E8%B0%88%E6%9D%82%E9%B1%BC&demo-description=Godruoyi's%20private%20blog&demo-url=https%3A%2F%2Fgodruoyi.com)
### Build from Source
1. Clone the `gblog-template` branch of this repository `git clone -b gblog-template [email protected]:godruoyi/gblog.git`
2. Execute `pnpm install` to install dependencies.
3. Modify the `src/config.ts` file to what you want.
4. Execute `pnpm run dev`: Starts a local development server with hot reloading enabled.### Build from Astro Template(coming soon)
```
pnpm create astro@latest -- --template godruoyi/gblog
```### Development Commands
With dependencies installed, you can utilize the following npm scripts to manage your project's development lifecycle:
- `pnpm run dev`: Starts a local development server with hot reloading enabled.
- `pnpm run preview`: Serves your build output locally for preview before deployment.
- `pnpm run build`: Bundles your site into static files for production.For detailed help with Astro CLI commands, visit [Astro's documentation](https://docs.astro.build/en/reference/cli-reference/).
## Thanks
Thanks https://github.com/mearashadowfax/ScrewFast, The majority of the code for this project comes from ScrewFast.
## License
This project is released under the MIT License. Please read the [LICENSE](https://github.com/godruoyi/gblog/blob/astro/LICENSE) file for more details.