This site is generated as static files via custom code using Elixir and hosted on Github pages.
The code is forked from https://github.com/jorinvo/me. Thanks to Jorin for the inspiration and the codebase.
pages/contains the markdown and YAML content I regularly publishassets/contains static contentlib/contains the code generating the sideoutput/is where the generated files are rendered
mix deps.getto install dependenciesmix compilecompiles code and generates the site during the compile step. This runs on commits using a Github Action.iex -S mixruns a dev server serving the side for local development
The content is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. The code is licensed under the MIT license.
