diff --git a/.github/workflows/publish-neuron.yml b/.github/workflows/publish-neuron.yml deleted file mode 100644 index 123134a..0000000 --- a/.github/workflows/publish-neuron.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Publish Neuron Site" -on: - push: - branches: - - master -jobs: - neuron: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build neuron site 🔧 - run: | - NEURON_DIR=$(ls -d neuron/*/ | head -n 1) - echo "Neuron directory: $NEURON_DIR" - cd $NEURON_DIR - docker run -v $PWD:/notes sridca/neuron neuron gen --pretty-urls - echo "Copying generated files..." - mkdir -p ../../.neuron/output - docker cp $(docker ps -lq):/notes/.neuron/output/. ../../.neuron/output/ - cd ../.. - echo "Contents of .neuron/output directory:" - ls -R .neuron/output - - name: Deploy to gh-pages 🚀 - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: .neuron/output/ diff --git a/.neuron-generator/neuron.dhall b/.neuron-generator/neuron.dhall deleted file mode 100644 index 11dfa18..0000000 --- a/.neuron-generator/neuron.dhall +++ /dev/null @@ -1,3 +0,0 @@ --- Documentation for neuron.dhall: https://neuron.zettel.page/configuration -{ siteTitle = "Zettelkasten", -} diff --git a/.neuron-generator/templates/favicon/favicon-16x16.png b/.neuron-generator/templates/favicon/favicon-16x16.png deleted file mode 100644 index 409d486..0000000 Binary files a/.neuron-generator/templates/favicon/favicon-16x16.png and /dev/null differ diff --git a/.neuron-generator/templates/favicon/favicon-32x32.png b/.neuron-generator/templates/favicon/favicon-32x32.png deleted file mode 100644 index d8bcadf..0000000 Binary files a/.neuron-generator/templates/favicon/favicon-32x32.png and /dev/null differ diff --git a/.neuron-generator/templates/favicon/favicon.ico b/.neuron-generator/templates/favicon/favicon.ico deleted file mode 100644 index cda3c55..0000000 Binary files a/.neuron-generator/templates/favicon/favicon.ico and /dev/null differ diff --git a/.neuron-generator/templates/head.html b/.neuron-generator/templates/head.html deleted file mode 100644 index 5d63d1c..0000000 --- a/.neuron-generator/templates/head.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - diff --git a/.neuron-generator/templates/index.md b/.neuron-generator/templates/index.md deleted file mode 100644 index cfe67f3..0000000 --- a/.neuron-generator/templates/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -tags: [] -unlisted: true ---- - -# Eòlas - -Hi, I'm [Thomas](https://systemsobscure.blog/). This is the frontend of Eòlas, -my personal knowledge base. It is a -[Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) work in progress -comprising notes from my self-directed study of software engineering and -computer science. - -View tags diff --git a/.neuron-generator/templates/tags.md b/.neuron-generator/templates/tags.md deleted file mode 100644 index 48fed79..0000000 --- a/.neuron-generator/templates/tags.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: [] -unlisted: true ---- - -# Tags diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0ec0180..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "meridian": { - "dirsToIgnore": ["_img", "_scripts", "_meta", ".vscode"] - } -}