Skip to content

Commit 4d0f95b

Browse files
authored
Merge pull request #2 from archlinuxmx/fix-add-source-files
Fix: add source files needed to generate the site
2 parents 586b25e + f988d5e commit 4d0f95b

18 files changed

+104
-18219
lines changed

404.html

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

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+
![Logo de la comunidad Mexicana de Arch Linux](archlinuxmx.png)
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 git@github.com: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.

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

archlinuxmx.png

80.5 KB
Loading

categories/index.html

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

categories/index.xml

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

config.toml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
baseUrl = "http://example.org"
2+
languageCode = "en-US"
3+
title = "Arch Linux México"
4+
# Define the number of posts per site
5+
paginate = 10
6+
theme = "arch"
7+
8+
[permalinks]
9+
post = "/:year/:month/:day/:slug"
10+
11+
[params]
12+
# Tell me who you're
13+
location = "México"
14+
site_description = "Comunidad Mexicana de Arch Linux"
15+
copyright = "Powered by [Hugo](https://gohugo.io). Theme by [hugo-theme-arch](https://github.com/syui/hugo-theme-arch)."
16+
17+
# Format dates with Go's time formating
18+
date_format = "2006-01-02"
19+
20+
# Create custom menu entries by defining a label and a link for
21+
# them. Since you can also link posts you've the option the
22+
# place the links before or after them.
23+
#
24+
# E.g.: "Home" appears before all linked posts in the menu
25+
# and "Tags" / "Categories" after them.
26+
[[params.menu]]
27+
before = true
28+
label = "Home"
29+
link = "/"
30+
31+
[[params.menu]]
32+
before = false
33+
label = "Tags"
34+
link = "tags/"
35+
36+
[[params.menu]]
37+
before = false
38+
label = "Categories"
39+
link = "categories/"
40+
41+
# Enter a link for the follow button on the left
42+
[params.profile]
43+
follow_button = ""
44+
45+
46+
[social]
47+
# Add your social network accounts to the profile section on the left
48+
# by entering your username. The links to your account will be
49+
# create automatically.
50+
github = "archlinuxmx"
51+
twitter = "archlinuxmx"
52+
53+
# Enable and disable widgets for the right sidebar
54+
[params.widgets]
55+
recent_articles = true
56+
categories = true
57+
tags = true
58+
tag_cloud = true

dist/css/app.1cb140d8ba31d5b2f1114537dd04802a.css

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

0 commit comments

Comments
 (0)