Announce notes section

This commit is contained in:
jultty 2024-11-17 14:30:19 -03:00
commit 8172b25008
6 changed files with 26 additions and 4 deletions

View file

@ -3,6 +3,9 @@
# Feeds
- [All English content](https://blog.jutty.dev/atom.xml)
- [Blog posts only](https://blog.jutty.dev/posts/atom.xml)
- [All content](https://blog.jutty.dev/atom.xml)
- [Posts only](https://blog.jutty.dev/posts/atom.xml)
- [Notes only](https://blog.jutty.dev/notes/atom.xml)
- [Links only](https://blog.jutty.dev/links/atom.xml)
The links above contain only English content. To also get Portuguese content, see the [corresponding page](/pt/feeds).

View file

@ -5,4 +5,7 @@
- [Todo o conteúdo em português](https://blog.jutty.dev/pt/atom.xml)
- [Apenas posts](https://blog.jutty.dev/pt/posts/atom.xml)
- [Apenas notas](https://blog.jutty.dev/pt/notes/atom.xml)
- [Apenas links](https://blog.jutty.dev/links/atom.xml)
À exceção do feed de links, os feeds acima contêm apenas conteúdo em português. Para também receber conteúdo em inglês, veja a [página correspondente](/feeds).

View file

@ -2,6 +2,6 @@
title = "Notes"
sort_by = "date"
template = "notes.html"
page_template = "note-page.html"
page_template = "content.html"
generate_feeds = true
+++

View file

@ -2,6 +2,6 @@
title = "Notas"
sort_by = "date"
template = "notes.html"
page_template = "note-page.html"
page_template = "content.html"
generate_feeds = true
+++

8
content/notes/notes.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = "New notes section"
date = 2024-11-17
+++
This blog now has a Notes section for shorter, less elaborate thoughts, meant to allow more free-form updates as opposed to the longer posts which take much more time to write.
As usual, [dedicated RSS feeds](/feeds) are available for all content or just notes on a per-language basis.

View file

@ -0,0 +1,8 @@
+++
title = "Nova seção de notas"
date = 2024-11-17
+++
Este blog agora tem uma seção de Notas para postagens menos elaboradas e atualizações mais livres em contraposição aos posts longos que levam muito mais tempo para escrever.
Como sempre, [feeds RSS dedicados](/feeds) para cada categoria estão disponíveis, seja para todo o conteúdo ou apenas notas, tudo separado por idioma.