CD into the parent folder, then
find 2023 -type d | xargs -I{} mkdir -p 2024/{}
| { | |
| "extends": "astro/tsconfigs/base", | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "@/*": ["src/*"], | |
| "@components/*": ["src/components/*"], | |
| "@data/*": ["src/data/*"], | |
| "@images/*": ["src/images/*"], | |
| "@layouts/*": ["src/layouts/*"], |
| /* | |
| * Kevin Powell | |
| * https://youtu.be/cCAtD_BAHNw | |
| */ | |
| *, *::before, *::after { | |
| box-sizing: border-box; | |
| } | |
| * { |
| /* Antiflesh */ | |
| #FAFAFA | |
| /* OFF White */ | |
| #FBFBFB | |
| /* Alice Blue */ | |
| #F0F8FF | |
| /* Ivory */ |
CD into the parent folder, then
find 2023 -type d | xargs -I{} mkdir -p 2024/{}
Die Dateien blacklist.filter, filter und filter-v4150 in $home/Library/Application Support/SynologyDrive/SynologyDrive.app/Contents/Resources/conf bekommen diesen Inhalt:
[Version]
major = 1
minor = 1
| /* Basic reset and base styles */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| box-sizing: border-box; | |
| } | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| line-height: 1.6; |
| /* Basic Reset */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| box-sizing: border-box; | |
| } | |
| body { | |
| font-family: 'Arial', sans-serif; | |
| line-height: 1.6; |