From 8eaaeb560bef9e4e576735f8c4ef8a84bc93b4f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto <rhatto@riseup.net> Date: Wed, 15 May 2024 09:04:51 -0300 Subject: [PATCH] Meta section --- TODO.md | 1 + meta.md | 39 +++++++++------------------------------ meta/implementation.md | 16 ++++++++++++++++ meta/language.md | 19 +++++++++++++++++++ meta/todo.md | 10 ++++++++++ 5 files changed, 55 insertions(+), 30 deletions(-) create mode 120000 TODO.md create mode 100644 meta/implementation.md create mode 100644 meta/language.md create mode 100644 meta/todo.md diff --git a/TODO.md b/TODO.md new file mode 120000 index 0000000..398f8c5 --- /dev/null +++ b/TODO.md @@ -0,0 +1 @@ +meta/todo.md \ No newline at end of file diff --git a/meta.md b/meta.md index a11ed32..7ae79c5 100644 --- a/meta.md +++ b/meta.md @@ -1,10 +1,15 @@ [[!meta title="Meta"]] +[[!meta date="2010-01-01 12:00:00-0300"]] -### What you're gonna do with your freedom? +## Subpages + +[[!inline pages="page(meta*)" archive="yes"]] + +## What you're gonna do with your freedom? I'm going to bootstrap exuberance. -### About +## About This is a mixed language and an one-cyborg-effort based on the work of the broader [FLOSS](https://en.wikipedia.org/wiki/FLOSS) community. All the content @@ -23,36 +28,10 @@ Fork this site and [check it's integrity](https://opsec.fluxo.info/meta)! And send patches ;) --> -### License +## License Check [LICENSE](/LICENSE) for details. -### Contact +## Contact See [keys](/keys). - -### Technology - -* This is a [statically-generated website](/research/suckless/sites). -* That tries to implement [IndieWebCamp principles](http://indiewebcamp.com/principles). -<!-- -* Using the same tags from [Fluxo de Links](https://links.fluxo.info) so - content can be archived and referenced. ---> - -### Workflow - -* Branch `develop` receives commits and is pushed regularly in the repository. -* Only `master` branch is compiled and published in the website. - -### Nota ao público lusófono - -Este site é bilíngue (português brasileiro e inglês internacional), porém sem -tentativa de isolamento entre idiomas: - -1. Conteúdo em português é voltado especificamente ao público brasileiro e - lusófono, em geral ligado a temas de interesse específico ou à atuação - local. -2. Conteúdo em ingês é voltado ao público geral e ligado a temas da computação, - desenvolvimento de sistemas, etc. -3. Nomenclatura de pastas/seções em inglês, por convenção. diff --git a/meta/implementation.md b/meta/implementation.md new file mode 100644 index 0000000..e73f0aa --- /dev/null +++ b/meta/implementation.md @@ -0,0 +1,16 @@ +[[!meta title="Implementation"]] +[[!meta date="2010-01-01 12:00:00-0300"]] + +### Technology + +* This is a [statically-generated website](/research/suckless/sites). +* That tries to implement [IndieWebCamp principles](http://indiewebcamp.com/principles). +<!-- +* Using the same tags from [Fluxo de Links](https://links.fluxo.info) so + content can be archived and referenced. +--> + +### Workflow + +* Branch `develop` receives commits and is pushed regularly in the repository. +* Only `master` branch is compiled and published in the website. diff --git a/meta/language.md b/meta/language.md new file mode 100644 index 0000000..8629647 --- /dev/null +++ b/meta/language.md @@ -0,0 +1,19 @@ +[[!meta title="Language"]] +[[!meta date="2010-01-01 12:00:00-0300"]] + +# Note to english speakers + +This blog is bi-lingual (brazilian portuguese and international english), but +without an attempt to isolate each language. + +# Nota ao público lusófono + +Este blog é bilíngue (português brasileiro e inglês internacional), porém sem +tentativa de isolamento entre idiomas: + +1. Conteúdo em português é voltado especificamente ao público brasileiro e + lusófono, em geral ligado a temas de interesse específico ou à atuação + local. +2. Conteúdo em ingês é voltado ao público geral e ligado a temas da computação, + desenvolvimento de sistemas, etc. +3. Nomenclatura de pastas/seções em inglês, por convenção. diff --git a/meta/todo.md b/meta/todo.md new file mode 100644 index 0000000..2ef1d92 --- /dev/null +++ b/meta/todo.md @@ -0,0 +1,10 @@ +[[!meta title="Tarefas"]] +[[!meta date="2010-01-01 12:00:00-0300"]] + +# A fazer + +* Meta: dividir conteúdos em subpáginas. +* Arrumar datas dos arquivos. +* Uniformizar estrutura dos documentos. +* Corrigir Markdown. +* Retirar/mover alguns conteúdos. -- GitLab