configure(autoTag): more keywords
This commit is contained in:
parent
29d244349d
commit
424d3e36d8
@ -10,6 +10,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'accounting' => 'accounting',
|
||||
'adhd,tdah' => 'adhd',
|
||||
'alternative,compatible,migrated,migration' => 'alternatives',
|
||||
'ads,spam' => 'ads',
|
||||
'anxi,burnout' => 'health-and-wellness',
|
||||
'architecture' => "architecture",
|
||||
'art' => 'culture',
|
||||
@ -51,14 +52,14 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'explor,going deep' => 'discovery',
|
||||
'fediverse' => 'privacy-and-security,freedom,social-media',
|
||||
'libre' => 'freedom',
|
||||
'logiciel libre,free software,logiciel gratuit' => 'free-software',
|
||||
'logiciel libre,free software,logiciel gratuit,free to use' => 'free-software',
|
||||
'from home,remote work,work remote' => 'remote-work',
|
||||
'big-tech,gafam,degoogl' => 'big-tech',
|
||||
'game,jeu vidéo,game dev' => 'games',
|
||||
'gender,homosexualité,hétérosexualité,les sexes,caractères sexuels' => 'gender',
|
||||
'gratuit,free' => 'free',
|
||||
'gitops,gitlab,devops,SRE,ci/cd,platform-engineering,ci pipeline,application deployment,dagger,continuous integration,site reliability eng' => 'devops',
|
||||
'git,gitlab' => 'version-control',
|
||||
'git,gitlab,jujutsu,pijul,mercurial,svn,version control' => 'version-control',
|
||||
'gpt,chatgpt,llm,artificial intelligence,intelligence artificielle,l\'ia' => 'ai',
|
||||
'health,healthy,nutrition,food,alimentation,nourriture' => 'health-and-wellness,food',
|
||||
'humans,humains' => 'humans',
|
||||
@ -69,7 +70,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'list,index of,awesome,installation' => 'list,discovery,tools-and-resources',
|
||||
'low-tech,low tech' => 'low-tech',
|
||||
'merdification,enshittif,AI-generated,crapification,decline in quality' => 'enshittification',
|
||||
'monitoring,metrics' => 'monitoring,metrics',
|
||||
'monitoring,metrics,to monitor' => 'monitoring,metrics',
|
||||
'music,spotify,radios,webradios' => 'music',
|
||||
'newsletter' => 'newsletter,news,may-subscribe',
|
||||
'nostalg' => 'nostalgia',
|
||||
@ -89,7 +90,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'programming languages' => 'codeccomputer-languages',
|
||||
'recycling,sustainab,green web,climate' => 'ecology',
|
||||
'reviews,critique' => 'reviews',
|
||||
'rss,rss feed,miniflux' => 'content-aggregation,content-curation',
|
||||
'rss,rss feed,miniflux,web reader' => 'content-aggregation,content-curation',
|
||||
'ruby' => 'ruby,software-development,code',
|
||||
'science' => 'science',
|
||||
'scripting,jq' => 'scripting',
|
||||
|
Loading…
Reference in New Issue
Block a user