diff --git a/content/feeds.md b/content/feeds.md index bba7c22a..97d7485b 100644 --- a/content/feeds.md +++ b/content/feeds.md @@ -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). diff --git a/content/feeds.pt.md b/content/feeds.pt.md index 8deab7a5..7d291a11 100644 --- a/content/feeds.pt.md +++ b/content/feeds.pt.md @@ -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). diff --git a/content/notes/_index.md b/content/notes/_index.md index 9b36dd7c..d22fa2da 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -2,6 +2,6 @@ title = "Notes" sort_by = "date" template = "notes.html" -page_template = "note-page.html" +page_template = "content.html" generate_feeds = true +++ diff --git a/content/notes/_index.pt.md b/content/notes/_index.pt.md index 2265f662..eeb49be6 100644 --- a/content/notes/_index.pt.md +++ b/content/notes/_index.pt.md @@ -2,6 +2,6 @@ title = "Notas" sort_by = "date" template = "notes.html" -page_template = "note-page.html" +page_template = "content.html" generate_feeds = true +++ diff --git a/content/notes/notes.md b/content/notes/notes.md new file mode 100644 index 00000000..c35a51d7 --- /dev/null +++ b/content/notes/notes.md @@ -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. diff --git a/content/notes/notes.pt.md b/content/notes/notes.pt.md new file mode 100644 index 00000000..d3fbbfce --- /dev/null +++ b/content/notes/notes.pt.md @@ -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.