change(AutoTag): I become lazy
This commit is contained in:
parent
867fe57c63
commit
7c85fc0e19
@ -8,10 +8,12 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
$conf->setEmpty('plugins.AUTO_TAG_KEYWORDS', [
|
||||
'accessibility,web development,web design,html,css' => 'web-development',
|
||||
'adhd,tdah' => 'adhd',
|
||||
'alternative,compatible' => 'alternatives',
|
||||
'anxi' => 'health-and-wellness',
|
||||
'alternative,compatible,migrated,migration' => 'alternatives',
|
||||
'anxi,burnout' => 'health-and-wellness',
|
||||
'architecture' => "architecture",
|
||||
'art' => 'culture',
|
||||
'ask hn' => 'debate',
|
||||
'audio' => 'audio',
|
||||
'autism,autist' => 'autism',
|
||||
'automation,automate,automatic,scripting,terminal' => 'scripting,automation',
|
||||
'beauty,imperfection' => 'beauty,imperfection',
|
||||
@ -24,12 +26,13 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'cloud,aws,amazon' => 'cloud',
|
||||
'comics' => 'comics,reading-and-literature,may-read,culture',
|
||||
'communicate,communication,messaging,messenger,gmail' => 'communication',
|
||||
'complex' => 'complexity',
|
||||
'complex' => 'complexity, its-complicated',
|
||||
'configure,configuration' => 'configuration',
|
||||
'data collection' => 'data-collection',
|
||||
'data transfer' => 'data-portability',
|
||||
'debug,troubleshoot,diagnose,resolution,solution,problem,solv,trouble' => 'problem-solving,guides-and-tips',
|
||||
'design' => 'design',
|
||||
'development workflow' => 'devex',
|
||||
'disk' => 'storage',
|
||||
'distraction,procrastin' => 'procrastination',
|
||||
'diy,self-host,héberger soi-même' => 'diy',
|
||||
@ -48,6 +51,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'from home,remote work,work remote' => 'remote-work',
|
||||
'big-tech,gafam' => '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',
|
||||
@ -57,8 +61,9 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'inspiration,creativity,creative' => 'inspiration',
|
||||
'lambic,gueuze,beer,bière' => 'beer-and-brewing',
|
||||
'linux,ubuntu,debian,linux windows macos' => 'os',
|
||||
'list,index of,awesome' => 'list,discovery,tools-and-resources',
|
||||
'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',
|
||||
'music,spotify' => 'music',
|
||||
'newsletter' => 'newsletter,news,may-subscribe',
|
||||
@ -80,7 +85,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'scripting,jq' => 'scripting',
|
||||
'search engine' => 'search-engines',
|
||||
'security,permission,sécurité,secure,privacy,private,degoogl,gdpr,data protection,online tracking,user profiling,anonymo,anonymi,surveillance,malware,spyware,decentrali,secrets,privacy matters,vpn' => 'privacy-and-security',
|
||||
'simplicity,minimal,less,declutter' => 'minimalism',
|
||||
'simplicity,minimal,less,declutter,stopped using,simple,simplif,reduction in,fewer' => 'minimalism',
|
||||
'small web,indie web,indieweb' => 'small-web',
|
||||
'smartphone,android,mobile,phone' => 'mobile',
|
||||
'teamwork,collaborat,équipe' => 'collaboration',
|
||||
|
Loading…
Reference in New Issue
Block a user