Skip to content

Commit

Permalink
Deploying to gh-pages from @ fa01cb6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
statox committed Nov 5, 2023
1 parent 62e46ff commit e8f9a7a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 2 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 added uploads/glider.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/glider_black_borders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions uploads/index.11tydata.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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);
return files;
} catch (err) {
console.error(err);
}
};

module.exports = {
uploads: listUploads
};
9 changes: 9 additions & 0 deletions uploads/index.html

Large diffs are not rendered by default.

Binary file added uploads/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8f9a7a

Please sign in to comment.