tools: rss: update entries

This commit is contained in:
He4eT 2024-07-17 07:32:16 +02:00
commit bac6b43734

View file

@ -1,13 +1,24 @@
/*
* date
* url
* title
* description
*/
const feed = [[ const feed = [[
'2021-10-02', '2024-01-15',
'https://oddsquat.org/1', 'https://oddsquat.org/posts/2024/selfhosted_llm/',
'Second Item Title', '[RU] selfhosted LLM',
'Use this for the content. It can include html.' 'Персональные LLM в docker-контейнере на твоём компьютере.'
], [ ], [
'2021-10-01', '2021-11-18',
'https://oddsquat.org/2', 'https://oddsquat.org/posts/2020/typographic_linter/',
'First Item Title', '[RU] typographic linter',
'Use this for the content. It can include html.' 'Prettier для текста. Автоматизация рутинной типографики.'
], [
'2020-11-08',
'https://oddsquat.org/posts/2020/initial_post/',
'[RU] initial post',
'Первый пост в этом фэнзине, рассказывающий о его внутреннем устойстве.'
]] ]]
module.exports = { feed } module.exports = { feed }