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:
parent
5985737f20
commit
7795bc6239
105 changed files with 269 additions and 269 deletions
assets
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue