1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-07-27 16:00:50 +02:00

insert cdn domain into all assets/img/ urls

This commit is contained in:
teuserer 2024-11-05 21:11:44 +01:00
commit 7795bc6239
105 changed files with 269 additions and 269 deletions

View file

@ -21,8 +21,8 @@ gulp.task('post', function (callback) {
let content = '---\n' +
'layout: post\n' +
'title: ' + title + '\n' +
//'feature-img: "assets/img/"\n' +
//'thumbnail: "assets/img/thumbnails/"\n' +
//'feature-img: "https://cdn.netz39.de/img/"\n' +
//'thumbnail: "https://cdn.netz39.de/img/thumbnails/"\n' +
'tags: []\n' +
'---';
console.log('[' + new Date().toLocaleTimeString('en-CA', {hour12: false}) + '] File created: _posts/' + filename);