Go to file
Cadey Ratio 8b747c1c40
Rewrite the site routing with Axum (#441)
* broken state

Signed-off-by: Xe Iaso <me@christine.website>

* fix???

Signed-off-by: Xe Iaso <me@christine.website>

* Port everything else to axum

Signed-off-by: Xe <me@christine.website>

* headers

Signed-off-by: Xe Iaso <me@christine.website>

* site update post

Signed-off-by: Christine Dodrill <me@christine.website>

* fix headers

Signed-off-by: Xe Iaso <me@christine.website>

* remove warp example

Signed-off-by: Xe Iaso <me@christine.website>

* 80c wrap

Signed-off-by: Xe Iaso <me@christine.website>

* bump version

Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21 20:14:14 -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 Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
css pomodoro post 2022-02-19 13:51:58 +00:00
docs Patron page (#122) 2020-02-29 16:05:00 -05: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 Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
nix updates 2021-12-17 20:32:07 +00:00
scripts talks: add Nix and NixOS Close to Perfect talk (#411) 2021-11-10 12:26:25 -05:00
src Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
static pomodoro post 2022-02-19 13:51:58 +00:00
talks port 2021-11-10 16:03:39 -05:00
templates Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
.dockerignore docker: faster builds on my macbook 2018-12-01 10:23:20 -08:00
.envrc Nix build support (#113) 2020-02-07 17:49:04 -05:00
.gitattributes Rewrite site backend in Rust (#178) 2020-07-16 15:32:30 -04:00
.gitignore Rewrite site backend in Rust (#178) 2020-07-16 15:32:30 -04:00
CHANGELOG.md Article bodies in rss (#243) 2020-10-25 16:29:02 -04:00
Cargo.lock Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -04:00
Cargo.toml Rewrite the site routing with Axum (#441) 2022-03-21 20:14:14 -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 Xe Iaso 2022-01-10 18:09:31 -05:00
default.nix Cache better (#296) 2021-01-14 22:36:34 -05:00
shell.nix fix rust-analyzer 2021-01-28 10:49:49 -05:00
signalboost.dhall Remove self from signal boost 2022-01-31 19:32:31 -05: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.