Skip to content

Commit

Permalink
Deploying to gh-pages from @ 13a46a1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
statox committed Nov 5, 2023
1 parent e8f9a7a commit dfc7916
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion about/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sitemap.xml

Large diffs are not rendered by default.

Binary file removed uploads/ergodox.png
Binary file not shown.
Binary file removed uploads/glider.jpg
Binary file not shown.
Binary file removed uploads/glider_black_borders.png
Binary file not shown.
7 changes: 2 additions & 5 deletions uploads/index.11tydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ const fs = require('fs');
const listUploads = () => {
try {
// Path is relative to project root
const path = './src/uploads/';
const files = fs
.readdirSync(path)
.filter(name => !name.match(/^index*/))
.map(name => path.replace('./src', '') + name);
const path = './assets/uploads/';
const files = fs.readdirSync(path).map(name => path.replace('./assets', '') + name);
return files;
} catch (err) {
console.error(err);
Expand Down
Binary file removed uploads/me.png
Binary file not shown.

0 comments on commit dfc7916

Please sign in to comment.