-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdinghy.yaml
46 lines (42 loc) · 1.27 KB
/
dinghy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
defaults:
ignore_users:
- app-user
- fake-bot
template: "templates/custom-tpl.html.j2"
digests:
# ----- Neovim -----
- digest: digests/nvim-1day.html
title: Nvim-related news
since: 1 day
items: &nvim-items
- https://github.com/nvim-treesitter/nvim-treesitter
- https://github.com/nvim-tree/nvim-tree.lua
- digest: digests/nvim-3days.html
title: Nvim-related news
since: 3 day
items: *nvim-items
# ----- Python -----
- digest: digests/python-1day.html
title: Python-related news
since: 1 day
items: &python-items
- https://github.com/astral-sh/ruff
- https://github.com/astral-sh/ruff-lsp
- https://github.com/sanic-org/sanic
- search: >-
repo:yt-dlp/yt-dlp
NOT extractor in:title
-label:"site-request"
-label:"site-bug"
-label:"spam"
title: yt-dlp/yt-dlp
# ----- Mkdocs -----
- digest: digests/mkdocs-1day.html
title: Mkdocs-related news
since: 1 day
items: &mkdocs-items
- https://github.com/mkdocstrings/mkdocstrings
- https://github.com/mkdocstrings/python
- https://github.com/mkdocstrings/griffe
- https://github.com/facelessuser/pymdown-extensions
- https://github.com/squidfunk/mkdocs-material