Skip to content
Snippets Groups Projects
Verified Commit affa7b35 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

Merge branch 'hugo'

parents 0c87cd1e f45e9917
No related branches found
No related tags found
1 merge request!15Publish with Hugo
Pipeline #39006 passed
/public/
/resources/
/.hugo_build.lock
......@@ -3,8 +3,13 @@
default:
image: "archlinux:latest"
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- lint
- build
- deploy
rstcheck:
stage: lint
......@@ -12,3 +17,28 @@ rstcheck:
- pacman --noconfirm -Syu --needed make rstcheck
script:
- make lint
build:
stage: build
needs: []
script:
- pacman -Syu --needed --noconfirm hugo python-docutils git
- hugo
artifacts:
paths:
- public
pages:
stage: deploy
needs:
- rstcheck
- build
tags:
- secure
script:
- "true"
artifacts:
paths:
- public
rules:
- if: $CI_PROJECT_PATH == "archlinux/rfcs" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
[submodule "themes/hugo-book"]
path = themes/hugo-book
url = https://github.com/alex-shpak/hugo-book.git
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
baseURL = 'https://rfc.archlinux.page'
contentDir = 'rfcs'
languageCode = 'en-us'
title = 'Arch Linux RFCs'
theme = 'hugo-book'
enableGitInfo = true
pluralizeListTitles = false
[params]
BookSearch = false
BookComments = false
BookSection = '*'
BookRepo = 'https://gitlab.archlinux.org/archlinux/rfcs'
BookCommitPath = 'commit'
[security]
[security.exec]
allow = ['^rst2html$']
---
title: "Template"
draft: true
---
=====
Title
=====
......
---
date: 2021-03-02
weight: 1
---
==========
Using RFCs
==========
......
---
date: 2021-04-20
weight: 2
---
================================================
Provide a x86-64-v3 microarchitecture level port
================================================
......
---
date: 2021-03-26
weight: 3
---
======================
Updates to build flags
======================
......
---
date: 2021-03-26
weight: 4
---
==============
LTO by Default
==============
......
---
date: 2021-10-23
weight: 6
---
===============================================
Adoption of a distribution-wide Code of Conduct
===============================================
......
---
date: 2022-04-05
weight: 7
---
============================
Rename the Trusted User role
============================
......
---
date: 2022-01-21
weight: 9
---
========================================
Organizational change: Mediation Program
========================================
......
---
date: 2022-09-01
weight: 10
---
=========================================
Adopt PEP 517 tooling for Python packages
=========================================
......
---
date: 2022-04-05
weight: 11
---
=============================================================
Store PGP keys for source file signatures alongside PKGBUILDs
=============================================================
......
---
type: docs
---
A Request for Comment
([RFC](https://en.wikipedia.org/wiki/Request_for_Comments>)) is a way for Arch
Linux contributors to propose, design and discuss new features and changes in
project direction in a focused environment.
RFCs start as merge requests in: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests
Once accepted, they can be found in: https://gitlab.archlinux.org/archlinux/rfcs/-/tree/master/rfcs
Subproject commit 6090fddebdf7272995c9cef36edf0cff61e261b9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment