aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08fuckXe Iaso1-4/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-08cmd/fabricate-generation: all the zones xDXe Iaso1-0/+6
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-07cmd/fabricate-generation: add dfw XeDN regionXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-06Merge remote-tracking branch ↵Xe Iaso3-7/+7
'origin/dependabot/go_modules/github.com/go-git/go-git/v5-5.10.0'
2023-11-06build(deps): bump within.website/x from 1.7.0 to 1.8.3dependabot[bot]3-48/+58
Bumps [within.website/x](https://github.com/Xe/x) from 1.7.0 to 1.8.3. - [Release notes](https://github.com/Xe/x/releases) - [Commits](https://github.com/Xe/x/compare/v1.7.0...v1.8.3) --- updated-dependencies: - dependency-name: within.website/x dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06build(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0dependabot[bot]2-10/+9
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-05Update dependabot.ymlXe Iaso1-46/+1
2023-11-05lume/blog: convert some more thingsXe Iaso21-64/+123
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-04lume/blog: tag Xeact seriesXe Iaso2-0/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-03cmd/xesite: debounce rebuild eventsXe Iaso5-15/+47
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02remove secret recovery hackXe Iaso1-20/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02lume/nodes: recover github actions secretsXe Iaso3-0/+76
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02.vscode: enable Deno supportXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02lume/src/{blog,talks}: remove pagefind for right nowXe Iaso2-8/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02Update recoversecret.ymlXe Iaso1-1/+2
2023-11-02Update recoversecret.ymlXe Iaso1-2/+2
2023-11-02Create recoversecret.ymlXe Iaso1-0/+19
2023-11-01Update _config.tsXe Iaso1-1/+0
2023-11-01dhall/types/Resume: update default taglineXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-30add shitposts, upgrade to Lume 1.19.3Xe Iaso7-5/+126
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-30add link rel=canonicalXe Iaso2-9/+12
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-29link to xeact lolXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-29lume/blog: Our incredible journey with XeactXe Iaso1-0/+63
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28lume: add videos folder for testing in prodXe Iaso3-0/+34
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28fix templeOS article betterXe Iaso1-28/+28
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28fix templeOS articleXe Iaso1-27/+27
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28try to use lume developmentXe Iaso4-709/+462
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28update nixpkgsXe Iaso1-6/+6
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28lume/_config: enable sitemap generationXe Iaso2-0/+5
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28lume/src/index: make social links open in new tabXe Iaso1-1/+1
Closes #735 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28internal/lume: maintain an existing checkout of xesiteXe Iaso1-7/+38
Okay so one of the main problems with this existing setup is that it ended up recloning the GitHub repo every time the app booted. This made startup slow by however long it takes for GitHub to serve the repo to the client. This change intelligently reuses the existing local clone of the git repo so that it doesn't have to reclone every time. There is a caveat for this though, it still makes you have an extra clone of the repo in development mode. I'm going to accept this for now. Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28fly/patreon-saasproxy: add yeet scriptXe Iaso2-0/+5
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28le bumpXe Iaso0-0/+0
2023-10-28components/XeblogVideo: support vertical videoXe Iaso1-2/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28cmd/xesite: fix ignore list for rebuild detectionXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-28internal: fix patreon token renewalXe Iaso1-1/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27Update flake.nixXe Iaso1-1/+0
2023-10-27cache go module shitXe Iaso2-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27okay so you need a script?Xe Iaso2-1/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27Update main.ymlXe Iaso1-0/+4
2023-10-27make github action for fabricating XeDN generationsXe Iaso1-0/+21
2023-10-27cmd/fabricate-generation: XeDN uploading tool for xesite v4Xe Iaso1-0/+180
This tool will create new xesite generations for XeDN and upload them to the XeDN nodes as it is created. This is intended to be invoked via CI. Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27gomod2nixXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27cmd/xesite: add internal API over TailscaleXe Iaso3-1/+38
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27cmd/xesite: automatic rebuilding in development modeXe Iaso6-2/+110
Whenever changes are made to the website and development mode, automatically rebuild it for you. This should save me a lot of time. Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27go.mod: remove brotliXe Iaso2-3/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27internal/lume: start work on dynamically replacing the zip filesystem for ↵Xe Iaso4-1/+76
XeDN serving Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27try thisXe Iaso4-1/+95
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-25internal: add middleware to track the use of accept-encoding headersXe Iaso2-0/+24
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-25lume/config: fix typo that prevented incremental builds from workingXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>