Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# ![image](https://github.com/RustLangES/RustLangES.github.io/assets/56278796/cc7009a2-a11b-4847-a561-fcc6807e1d98)

<!-- markdownlint-disable-next-line MD033 -->
<p align="center">
<!-- markdownlint-disable-next-line MD033 -->
<img alt="GitHub Workflow Status (with event)"
src="https://img.shields.io/github/actions/workflow/status/RustLangES/
RustLangES.github.io/clippy.yml?label=ci" />
<!-- markdownlint-disable-next-line MD033 -->
<img alt="GitHub Workflow Status (with event)"
src="https://img.shields.io/github/actions/workflow/status/RustLangES/
RustLangES.github.io/gh-pages.yml?label=deploy" />
</p>
<div align="center">

[![ci](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/clippy.yml/badge.svg)](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/clippy.yml) [![deploy](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/pages.yml/badge.svg)](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/pages.yml)

</div>

> [!CAUTION]
> Esta pagina no se publicará hasta que el nuevo diseño se encuentre listo
Expand Down Expand Up @@ -67,7 +61,7 @@ direnv allow
> [!NOTE]
> Necesitas fetch git submodules para clonar los assets externos para el desarrollo

Este proyecto usa `Makefile` para agilizar ciertos procesos y no tener que estar escribiendo comandos manualmente.
Este proyecto usa `cargo make` para agilizar ciertos procesos y no tener que estar escribiendo comandos manualmente.

Con estos comandos podrá empezar a desarrollar

Expand Down
Loading