Go to file
Cadey Ratio 33b7dfa21c stanley: minor fixes suggested by the editor
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-20 22:52:37 -04:00
.github Upgrade to GitHub-native Dependabot (#365) 2021-04-29 13:35:39 -04:00
.vscode refine vscode settings 2021-03-03 18:15:54 -05:00
blog stanley: minor fixes suggested by the editor 2022-07-20 22:52:37 -04:00
css remove old attempt 2022-05-28 09:28:55 -04:00
dhall start playing with resume data types 2022-06-21 23:17:53 +00:00
docs add _xesite_frontmatter extension 2022-07-04 16:35:14 +00:00
examples Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
gallery Fairly Odd Orca 2020-06-15 20:09:30 -04:00
lib add _xesite_frontmatter extension 2022-07-04 16:35:14 +00:00
nix updates 2021-12-17 20:32:07 +00:00
scripts talks: add static analysis talk 2022-06-08 17:20:48 -04:00
src consolidate API routes 2022-07-10 09:58:57 -04:00
static Switch to xeiaso.net links in resume.md (#485) 2022-06-06 07:37:06 -07:00
talks set date to today, yolo 2022-06-09 13:00:57 -04:00
templates consolidate API routes 2022-07-10 09:58:57 -04:00
.dockerignore docker: faster builds on my macbook 2018-12-01 10:23:20 -08:00
.envrc fix devshell 2022-04-22 23:39:08 +00:00
.gitattributes Rewrite site backend in Rust (#178) 2020-07-16 15:32:30 -04:00
.gitignore convert to flakes 2022-04-22 23:36:25 +00:00
CHANGELOG.md Article bodies in rss (#243) 2020-10-25 16:29:02 -04:00
Cargo.lock build(deps): bump axum from 0.5.12 to 0.5.13 (#517) 2022-07-15 07:58:04 -04:00
Cargo.toml build(deps): bump comrak from 0.13.2 to 0.14.0 (#516) 2022-07-13 17:46:38 -04:00
LICENSE Update LICENSE 2021-01-01 11:19:45 -05:00
README.md tell people to not use this code 2022-02-20 04:50:47 +00:00
config.dhall job history: even more 2022-06-21 23:17:53 +00:00
default.nix Add salary transparency page (#492) 2022-06-14 15:04:17 -04:00
flake.lock update nixpkgs 2022-05-23 13:01:48 -04:00
flake.nix add rustfmt to runtime closure of devshell 2022-06-08 15:01:21 -04:00

README.md

site

built withnix Nix Rust

My personal/portfolio website.

Information for people wishing to use this code

Don't. This code is not made for you to be able to use without extensive modification. The license of this code is intentionally chosen in such a way that it will make reuse of this website code verbatim very difficult.

If you are still adamant about using this backend, please keep several things in mind:

  1. All blog content is all rights reserved. I aggressively pursue and report content theft.
  2. You must fully comply with the license. I will aggressively pursue people that are not in compliance with the license.
  3. You are on your own. I will not help you. This is code I made for myself and it's only really open source as a side effect of making deployment on NixOS easier. Please do not be the person that makes me have to take this repo closed source.
  4. Upon security issues being found and remediated, you will not be notified about issues or remediation instructions.

This is probably not what you are looking for. Make your own website. Look into Hugo or Zola. They are going to be better maintained than this site will be.