Go to file
Cadey Ratio dc3f6471e7 Add hero image support with <xeblog-hero>
Also lightens the JavaScript load and shifts ad impressions to only when
people from Reddit and Hacker News visit. I may have this include
Twitter in the future.

Signed-off-by: Xe <me@christine.website>
2022-06-08 15:02:52 -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 Add hero image support with <xeblog-hero> 2022-06-08 15:02:52 -04:00
css remove old attempt 2022-05-28 09:28:55 -04: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 xeiaso.net 2022-05-28 09:17:01 -04:00
nix updates 2021-12-17 20:32:07 +00:00
scripts imgoptimize: quote paths 2022-03-21 21:21:25 -04:00
src Add hero image support with <xeblog-hero> 2022-06-08 15:02:52 -04:00
static Switch to xeiaso.net links in resume.md (#485) 2022-06-06 07:37:06 -07:00
talks talks: update to xeiaso.net 2022-05-26 13:45:24 -04:00
templates Add hero image support with <xeblog-hero> 2022-06-08 15:02:52 -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 Add hero image support with <xeblog-hero> 2022-06-08 15:02:52 -04:00
Cargo.toml Add hero image support with <xeblog-hero> 2022-06-08 15:02:52 -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 signal boost: make links optional 2022-04-02 16:47:54 +00:00
default.nix Cache better (#296) 2021-01-14 22:36:34 -05: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
signalboost.dhall Signal Booster (#480) 2022-05-25 22:21:10 -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.