mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
tools: rss: update entries
This commit is contained in:
parent
a79273c8e1
commit
bac6b43734
1 changed files with 19 additions and 8 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue