Skip to content

Commit c60fdbf

Browse files
committed
Fix #2: Add source files to build the site
1. Why is this change neccesary? This commit deletes the theme, it focus only on the source files of the hugo website. Also it adds an elaborated README. 2. How does it address the issue? By deleting the theme, for this commint we don't needed it. 3. What side effects does this change have? None.
1 parent baf11a0 commit c60fdbf

File tree

226 files changed

+40
-60199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+40
-60199
lines changed

ArchLinuxMX.png

80.5 KB
Loading

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
1-
# archlinuxmx.github.io
2-
GitHub page for Arch Linux México
1+
# Arch Linux México
2+
> Página de la comunidad Mexicana de Arch Linux.
3+
4+
En este repositorio se esta llevando a cabo el desarrollo del sitio web de la comunidad.
5+
6+
![](../ArchLinuxMX.jpg)
7+
8+
## Configuración de desarrollo
9+
10+
Para poder ejecutar el código del sitio localmente es necesario tener instalado [git](https://git-scm.com/) y [hugo](https://gohugo.io).
11+
12+
Clona este repositorio:
13+
```sh
14+
git clone [email protected]:archlinuxmx/archlinuxmx.github.io.git
15+
```
16+
17+
Ve al directorio del repositorio:
18+
```sh
19+
cd archlinuxmx.github.io
20+
```
21+
22+
Ejecuta el servidor de desarrollo de hugo:
23+
```sh
24+
hugo server -D
25+
```
26+
27+
Dirígete a http://localhost:1313/
28+
29+
## Historial de versiones
30+
31+
* 0.0.1
32+
* Trabajo en progreso
33+
34+
## Meta
35+
36+
Santiago Torres-Arias - [@SantiagoTorres](https://github.com/SantiagoTorres)
37+
Andrea Gómez - [@da-edra](https://github.com/da-edra)
38+
Jesús Castro - [@jcstr](https://github.com/jcstr)
39+
40+
Distribuido bajo la licencia GPL-3.0. Ver ``LICENSE`` para más información.

themes/arch/.gitignore

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

themes/arch/archetypes/default.md

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

themes/arch/images/screenshot.png

-125 KB
Binary file not shown.

themes/arch/images/tn.png

-125 KB
Binary file not shown.

themes/arch/layouts/404.html

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

themes/arch/layouts/_default/list.html

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

themes/arch/layouts/_default/single.html

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

themes/arch/layouts/_default/summary.html

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

0 commit comments

Comments
 (0)