Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Initial (broken) alpha commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xplosionmind committed Nov 4, 2021
1 parent faeb434 commit 96cf461
Show file tree
Hide file tree
Showing 22 changed files with 7,099 additions and 7,466 deletions.
12 changes: 12 additions & 0 deletions .eleventy.js
@@ -0,0 +1,12 @@
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");

module.exports = function (eleventyConfig) {
// Enable syntax highlighting
eleventyConfig.addPlugin(syntaxHighlight);

return {
dir: {
layouts: "_layouts"
}
}
};
8 changes: 8 additions & 0 deletions .eleventyignore
@@ -0,0 +1,8 @@
riordinare/
_notes/templates/
_notes/.obsidian
_notes/.trash
_notes/PISE
_notes/obsidian.css
_notes/.*
_data/.*
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,3 +1,8 @@
# Eleventy stuff
node_modules
dist
.env

# Private notes
_notes/private/
_notes/university
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

48 changes: 0 additions & 48 deletions Gemfile

This file was deleted.

164 changes: 0 additions & 164 deletions Gemfile.lock

This file was deleted.

0 comments on commit 96cf461

Please sign in to comment.