change(AutoTag): updated rules and keywords associations
This commit is contained in:
parent
0f966a7bad
commit
3696002408
@ -11,6 +11,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'alternative,compatible' => 'alternatives',
|
'alternative,compatible' => 'alternatives',
|
||||||
'anxi' => 'health-and-wellness',
|
'anxi' => 'health-and-wellness',
|
||||||
'art' => 'culture',
|
'art' => 'culture',
|
||||||
|
'ask hn' => 'debate',
|
||||||
'autism,autist' => 'autism',
|
'autism,autist' => 'autism',
|
||||||
'automation,automate,automatic,scripting,terminal' => 'scripting,automation',
|
'automation,automate,automatic,scripting,terminal' => 'scripting,automation',
|
||||||
'beauty,imperfection' => 'beauty,imperfection',
|
'beauty,imperfection' => 'beauty,imperfection',
|
||||||
@ -24,10 +25,13 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'comics' => 'comics,reading-and-literature,may-read,culture',
|
'comics' => 'comics,reading-and-literature,may-read,culture',
|
||||||
'communicate,communication,messaging,messenger,gmail' => 'communication',
|
'communicate,communication,messaging,messenger,gmail' => 'communication',
|
||||||
'complex' => 'complexity',
|
'complex' => 'complexity',
|
||||||
|
'configure,configuration' => 'configuration',
|
||||||
'data collection' => 'data-collection',
|
'data collection' => 'data-collection',
|
||||||
'data transfer' => 'data-portability',
|
'data transfer' => 'data-portability',
|
||||||
'debug,troubleshoot,diagnose,resolution,solution,problem,solv,trouble' => 'problem-solving,guides-and-tips',
|
'debug,troubleshoot,diagnose,resolution,solution,problem,solv,trouble' => 'problem-solving,guides-and-tips',
|
||||||
'design' => 'design',
|
'design' => 'design',
|
||||||
|
'disk' => 'storage',
|
||||||
|
'dns,network,tcp,wireshark' => 'network',
|
||||||
'docker,docker-compose,docker compose,container,containers,k8s,kubernetes,minikube,k3s,helm,openshift' => 'container-technology',
|
'docker,docker-compose,docker compose,container,containers,k8s,kubernetes,minikube,k3s,helm,openshift' => 'container-technology',
|
||||||
'documentation,docs' => 'documentation',
|
'documentation,docs' => 'documentation',
|
||||||
'elixir,python,pip,rust,golang,programming,developer,software development' => 'software-development',
|
'elixir,python,pip,rust,golang,programming,developer,software development' => 'software-development',
|
||||||
@ -40,7 +44,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'libre' => 'freedom',
|
'libre' => 'freedom',
|
||||||
'libre,software,logiciel' => 'free-software',
|
'libre,software,logiciel' => 'free-software',
|
||||||
'from home,remote work,work remote' => 'remote-work',
|
'from home,remote work,work remote' => 'remote-work',
|
||||||
'gafam' => 'big-tech',
|
'big-tech,gafam' => 'big-tech',
|
||||||
'game,jeu vidéo,game dev' => 'games',
|
'game,jeu vidéo,game dev' => 'games',
|
||||||
'gratuit,free' => 'free',
|
'gratuit,free' => 'free',
|
||||||
'gitops,gitlab,devops,SRE,ci/cd,platform-engineering,ci pipeline,application deployment,dagger,continuous integration,site reliability eng' => 'devops',
|
'gitops,gitlab,devops,SRE,ci/cd,platform-engineering,ci pipeline,application deployment,dagger,continuous integration,site reliability eng' => 'devops',
|
||||||
@ -59,13 +63,15 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'nostalg' => 'nostalgia',
|
'nostalg' => 'nostalgia',
|
||||||
'obsidian,note taking,note-taking,knowledge manag' => 'knowledge-management',
|
'obsidian,note taking,note-taking,knowledge manag' => 'knowledge-management',
|
||||||
'open-source,open source' => 'open-source,free',
|
'open-source,open source' => 'open-source,free',
|
||||||
|
'optimize,optimization' => 'optimization',
|
||||||
'organize,organise,planning,prioritize,priorities,priority,tasks,project,focus,productivity,productive' => 'organizing,productivity-and-management',
|
'organize,organise,planning,prioritize,priorities,priority,tasks,project,focus,productivity,productive' => 'organizing,productivity-and-management',
|
||||||
'philosoph' => 'philosophy',
|
'philosoph' => 'philosophy',
|
||||||
'photography' => 'photography,photos',
|
'photography' => 'photography,photos',
|
||||||
'podcast' => 'podcast',
|
'podcast' => 'podcast',
|
||||||
'python' => 'python,software-development,code',
|
'python' => 'python,software-development,code',
|
||||||
'problem,solv,trouble' => 'problem-solving',
|
'problem,solv,trouble' => 'problem-solving',
|
||||||
'recycling,sustainab,green web' => 'ecology',
|
'programming languages' => 'codeccomputer-languages',
|
||||||
|
'recycling,sustainab,green web,climate' => 'ecology',
|
||||||
'reviews,critique' => 'reviews',
|
'reviews,critique' => 'reviews',
|
||||||
'rss,rss feed,miniflux' => 'content-aggregation,content-curation',
|
'rss,rss feed,miniflux' => 'content-aggregation,content-curation',
|
||||||
'ruby' => 'ruby,software-development,code',
|
'ruby' => 'ruby,software-development,code',
|
||||||
|
Loading…
Reference in New Issue
Block a user