-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,80 @@ | ||
# Gblog is an open-source, simple, and beautiful blog built with Astro. | ||
# TDPBlog - Blog de Tutoriales y Tecnologías 🚀 | ||
|
||
![godruoyi gblog](https://images.godruoyi.com/logos/gblog-1.png) | ||
![TDPBlog](https://capsule-render.vercel.app/api?type=waving&color=0:ff6600,100:ffcc00&height=250§ion=header&text=TDPBlog&fontSize=80&animation=fadeIn&fontColor=fff) | ||
|
||
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. | ||
Bienvenidos a **TDPBlog**, un espacio dedicado a la **creación de tutoriales** y la **información sobre las nuevas tecnologías**. Aquí encontrarás guías prácticas, recursos, y la inspiración que necesitas para aprender sobre el desarrollo de software y las tendencias tecnológicas más actuales. | ||
|
||
**[View Live Demo](https://godruoyi.com)** | ||
## 🌟 Características | ||
|
||
## Features | ||
- **Tutoriales Actualizados**: Contenido sobre las tecnologías más nuevas y populares, como **JavaScript**, **React**, **Astro** y más. | ||
- **Artículos Técnicos**: Explicaciones detalladas sobre conceptos esenciales y temas avanzados. | ||
- **Recursos para Desarrolladores**: Accede a recursos útiles para mejorar tus habilidades y productividad como programador. | ||
- **Exploración de Nuevas Tecnologías**: Analizamos y compartimos las herramientas emergentes y tecnologías que están transformando la industria. | ||
|
||
- 🐈 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 | ||
## 🚀 Tecnologías Utilizadas | ||
|
||
## Make Your Own | ||
TDPBlog está construido con las siguientes tecnologías: | ||
|
||
You can use this template directly to build your own blog in four different ways. | ||
- **Astro**: Un framework moderno para construir sitios web rápidos y optimizados. | ||
- **HTML5 & CSS3**: Para un diseño elegante y responsivo. | ||
- **JavaScript**: Para añadir interactividad y funcionalidad. | ||
|
||
https://github.com/godruoyi/gblog/assets/16079222/773cd885-d4b7-482d-818f-566606e70b90 | ||
## 📚 Contenido | ||
|
||
### Deploy to Zeabur | ||
- **Tutoriales sobre Desarrollo Web**: Aprende sobre HTML, CSS, JavaScript, frameworks modernos y herramientas útiles. | ||
- **Guías de Configuración**: Configura tu entorno de desarrollo y aprende a usar herramientas populares como Git, VS Code, y más. | ||
- **Análisis de Tendencias**: Mantente al día con los avances tecnológicos más recientes. | ||
|
||
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6FMSVU) | ||
## 💻 Instalación y Uso | ||
|
||
Click the button above to build your blog to Zeabur within one minute. | ||
Si deseas clonar este proyecto y ejecutarlo localmente, sigue estos pasos: | ||
|
||
### Deploy to Vercel | ||
1. Clona el repositorio: | ||
|
||
[![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) | ||
```bash | ||
git clone https://github.com/Rene-Kuhm/TDPBlog.git | ||
``` | ||
|
||
### Build from Source | ||
2. Navega al directorio del proyecto: | ||
|
||
1. Clone the `gblog-template` branch of this repository `git clone -b gblog-template git@github.com: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. | ||
```bash | ||
cd TDPBlog | ||
``` | ||
|
||
### Build from Astro Template(coming soon) | ||
3. Instala las dependencias: | ||
|
||
``` | ||
pnpm create astro@latest -- --template godruoyi/gblog | ||
``` | ||
```bash | ||
npm install | ||
``` | ||
|
||
### Development Commands | ||
4. Inicia el servidor de desarrollo: | ||
|
||
With dependencies installed, you can utilize the following npm scripts to manage your project's development lifecycle: | ||
```bash | ||
npm run dev | ||
``` | ||
|
||
- `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. | ||
El sitio estará disponible en `http://localhost:3000`. | ||
|
||
For detailed help with Astro CLI commands, visit [Astro's documentation](https://docs.astro.build/en/reference/cli-reference/). | ||
## 📈 Contribuciones | ||
|
||
## Thanks | ||
¡Nos encantaría contar con tus aportes! Si quieres contribuir, por favor sigue estos pasos: | ||
|
||
Thanks https://github.com/mearashadowfax/ScrewFast, The majority of the code for this project comes from ScrewFast. | ||
1. Realiza un fork del proyecto. | ||
2. Crea una nueva rama (`git checkout -b feature/nueva-funcionalidad`). | ||
3. Realiza tus cambios y realiza un commit (`git commit -m 'Añadir nueva funcionalidad'`). | ||
4. Envía tus cambios al repositorio remoto (`git push origin feature/nueva-funcionalidad`). | ||
5. Abre un **Pull Request**. | ||
|
||
## License | ||
## 📬 Contacto | ||
|
||
Si tienes alguna pregunta o sugerencia, no dudes en contactarme: | ||
|
||
- [Canal de YouTube - tecnodespegue](https://www.youtube.com/tecnodespegue) | ||
- [Blog - TDPBlog](https://tdpblog.com.ar) | ||
|
||
## 🎉 ¡Gracias por visitar TDPBlog! | ||
|
||
Espero que encuentres útil la información compartida aquí. Si te gusta el contenido, ¡no olvides darle una ⭐ al repositorio y compartirlo! | ||
|
||
![footer](https://capsule-render.vercel.app/api?type=waving&color=0:ffcc00,100:ff6600&height=150§ion=footer) | ||
|
||
This project is released under the MIT License. Please read the [LICENSE](https://github.com/godruoyi/gblog/blob/astro/LICENSE) file for more details. |