Skip to content

Commit

Permalink
Properly deleting the update 'pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
Melindrea committed Nov 1, 2024
1 parent 10d70cb commit d34ec19
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 30 deletions.
4 changes: 2 additions & 2 deletions bin/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ function handleIndices (files, collections) {

function deletePosts (files, posts) {
for (let i = 0; i < posts.length; i++) {
const filepath = posts[i].path.replace('/', sep) + sep + 'index.html';
// console.log('Deleting file "' + filepath + '"')
const filepath = posts[i].path.replace('/', sep);
//console.log('Deleting file "' + filepath + '"')
delete files[filepath];
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<height>122</height>
<width>140</width>
</image>
<lastBuildDate>Fri, 01 Nov 2024 15:28:16 +0100</lastBuildDate>
<lastBuildDate>Fri, 01 Nov 2024 15:33:45 +0100</lastBuildDate>
<webMaster>[email protected] (Antonius Marie Hogebrandt)</webMaster>
<item>
<title>Valkyia Calling</title>
Expand Down
10 changes: 0 additions & 10 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
<url> <loc>https://melindreamakes.art/gallery/</loc> <lastmod>2024-11-01</lastmod> </url>
<url> <loc>https://melindreamakes.art/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/privacy-cookies/</loc> <lastmod>2024-11-01</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/begone-google-fonts/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/bye-twitter/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/frost-prompt-journal/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/kofi-shop/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/life-updates/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/new-emoji/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/new-site/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/prompt-journals/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/updated-redbubble/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/updates/weekday-stickers/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/blog/tags/artwork/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/blog/tags/geek/</loc> <lastmod>2024-10-30</lastmod> </url>
<url> <loc>https://melindreamakes.art/blog/tags/how-to/</loc> <lastmod>2024-10-30</lastmod> </url>
Expand Down
1 change: 0 additions & 1 deletion docs/updates/begone-google-fonts/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/bye-twitter/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/frost-prompt-journal/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/kofi-shop/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions docs/updates/life-updates/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions docs/updates/new-emoji/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/new-site/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/prompt-journals/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/updated-redbubble/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/updates/weekday-stickers/index.html

This file was deleted.

0 comments on commit d34ec19

Please sign in to comment.