Skip to content

Commit baf11a0

Browse files
committed
Fix: add source files needed to generate the site
1. Why is this change neccesary? This commit add the source files needed to build the website with hugo and deletes the old files from the old theme. 2. How does it address the issue? This commit only focus on the source files needed to build the website. The rendered website will be on another branch. 3. What side effects does this change have? None.
1 parent 586b25e commit baf11a0

File tree

240 files changed

+60261
-18217
lines changed

Some content is hidden

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

240 files changed

+60261
-18217
lines changed

404.html

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

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+

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)