Skip to content
Merged
Show file tree
Hide file tree
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
124 changes: 0 additions & 124 deletions 404.html

This file was deleted.

42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# archlinuxmx.github.io
GitHub page for Arch Linux México
# Arch Linux México
> Página de la comunidad Mexicana de Arch Linux.

En este repositorio se esta llevando a cabo el desarrollo del sitio web de la comunidad.

![Logo de la comunidad Mexicana de Arch Linux](archlinuxmx.png)

## Configuración de desarrollo

Para poder ejecutar el código del sitio localmente es necesario tener instalado [git](https://git-scm.com/) y [hugo](https://gohugo.io).

Clona este repositorio:
```sh
git clone [email protected]:archlinuxmx/archlinuxmx.github.io.git
```

Ve al directorio del repositorio:
```sh
cd archlinuxmx.github.io
```

Ejecuta el servidor de desarrollo de hugo:
```sh
hugo server -D
```

Dirígete a http://localhost:1313/

## Historial de versiones

* 0.0.1
* Trabajo en progreso

## Meta

* Santiago Torres-Arias - [@SantiagoTorres](https://github.com/SantiagoTorres).
* Andrea Gómez - [@da-edra](https://github.com/da-edra).
* Jesús Castro - [@jcstr](https://github.com/jcstr).

Distribuido bajo la licencia GPL-3.0. Ver ``LICENSE`` para más información.
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

Binary file added archlinuxmx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 0 additions & 141 deletions categories/index.html

This file was deleted.

10 changes: 0 additions & 10 deletions categories/index.xml

This file was deleted.

58 changes: 58 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
baseUrl = "http://example.org"
languageCode = "en-US"
title = "Arch Linux México"
# Define the number of posts per site
paginate = 10
theme = "arch"

[permalinks]
post = "/:year/:month/:day/:slug"

[params]
# Tell me who you're
location = "México"
site_description = "Comunidad Mexicana de Arch Linux"
copyright = "Powered by [Hugo](https://gohugo.io). Theme by [hugo-theme-arch](https://github.com/syui/hugo-theme-arch)."

# Format dates with Go's time formating
date_format = "2006-01-02"

# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[[params.menu]]
before = true
label = "Home"
link = "/"

[[params.menu]]
before = false
label = "Tags"
link = "tags/"

[[params.menu]]
before = false
label = "Categories"
link = "categories/"

# Enter a link for the follow button on the left
[params.profile]
follow_button = ""


[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
github = "archlinuxmx"
twitter = "archlinuxmx"

# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true
3 changes: 0 additions & 3 deletions dist/css/app.1cb140d8ba31d5b2f1114537dd04802a.css

This file was deleted.

Loading