oddsquat/tools/rss-entries.js
2024-07-27 15:09:57 +02:00

29 lines
912 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* date
* url
* title
* description
*/
const feed = [[
'2024-07-27',
'https://oddsquat.org/posts/2024/wrapped_bw_ru/',
'[RU] wrapped bw',
'Превращаем fully-featured Bitwarden command-line interface в удобный.'
], [
'2024-01-15',
'https://oddsquat.org/posts/2024/selfhosted_llm/',
'[RU] selfhosted LLM',
'Персональные LLM в docker-контейнере на твоём компьютере.'
], [
'2021-11-18',
'https://oddsquat.org/posts/2020/typographic_linter/',
'[RU] typographic linter',
'Prettier для текста. Автоматизация рутинной типографики.'
], [
'2020-11-08',
'https://oddsquat.org/posts/2020/initial_post/',
'[RU] initial post',
'Первый пост в этом фэнзине, рассказывающий о его внутреннем устойстве.'
]]
module.exports = { feed }