Technical knowledge management system
Find a file
2024-11-11 15:47:11 +00:00
.github/workflows
.neuron-generator Autosave: 2024-11-04 14:07:03 2024-11-04 14:07:03 +00:00
.vscode
neuron/78bb25d9-ca3c-4cbb-a2c4-e9c73950d1ca Autosave: 2024-11-11 15:47:11 2024-11-11 15:47:11 +00:00
scripts
utils
zk Autosave: 2024-11-11 15:47:11 2024-11-11 15:47:11 +00:00
.gitignore Autosave: 2024-03-30 09:10:04 2024-03-30 09:10:04 +00:00
.prettierignore
.prettierrc
README.md
Untitled.md

Eòlas


Eólas is Irish for knowledge or information, especially knowledge gained by experience or practice

This repository is my technical knowledge management system or "second-brain". It comprises notes from my autodidactic study of software engineering and computer science.

Frontend

The notes can be read in a more congenial format here. This is a Neuron static site that I generate automatically using a small Python application that executes on each push to this repository and deploys via GitHub pages.

Implementation

It is a Zettelkasten work in progress. I've recently converted the topic-based subdirectories into a single flat directory structure organised by tags. I'm in the process of partitioning longer notes into smaller units.

I use the zk CLI package to help with indexing and task automation alongside its zk-nvim Neovim wrapper.

Scripts

The scripts directory contains several Bash and Python scripts I use for general housekeeping, such as formatting image URLs, removing unused assets, and autosaving.