24 Commits (eba11c52ca27dc1e891053ec52b18c6fcba63242)

Author SHA1 Message Date
Zed A. Shaw eba11c52ca Created a little landing page for the copies. 15 hours ago
Zed A. Shaw 592e1c4fd8 Finally embedded my twitch stream into the site, now just need to get links posting to work. 22 hours ago
Zed A. Shaw 26f61eb68b Figured out that SVG is hot garbage and got an icon to work for the home icon. 1 day ago
Zed A. Shaw 2477603190 Fixed up dark mode vs. not and added a linkedin mobil copy. 5 days ago
Zed A. Shaw bf1426261d You have to change the ssgod.toml to see these, but here's the copies I did this morning. 7 days ago
Zed A. Shaw 0b40ef0125 Removed blockstart and replicated it in tailwind's thing. 1 week ago
Zed A. Shaw 5da8697759 Fully converted to tailwind now. 1 week ago
Zed A. Shaw 8906322b6d A bit of tweaking of the design to learn more about tailwind. 1 week ago
Zed A. Shaw 9729ebc7ac Started the tailwind conversion process. 1 week ago
Zed A. Shaw d98325564f Updated the layout to have a blockstart for every page so that markdown works. 2 weeks ago
Zed A. Shaw 7125bc2d2a All the pages are working again, but Alpine is insanely frustrating. 2 weeks ago
Zed A. Shaw 51b18823ae This gets almost everything done, including Paging, but not search. 3 weeks ago
Zed A. Shaw 3fd8169d83 First stab at a form submit off an alpine.js form. Honestly not great. It's a lot of code already for even less functionality. 3 weeks ago
Zed A. Shaw ec7298cce0 Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 4 weeks ago
Zed A. Shaw 2b40d6fdc3 Have a few of the basic admin pages working after switching to the API+View pattern. 1 month ago
Zed A. Shaw 736095a5aa Nicer testing setup with my own interface and methods that abstract away the weird browser API. 1 month ago
Zed A. Shaw a3d4a3dc70 Make a little not to use a fake email. 1 month ago
Zed A. Shaw ecc264db8c Now easier to write tests for the app, and most pages are at least touched. 1 month ago
Zed A. Shaw d095bc9ff4 Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 1 month ago
Zed A. Shaw 3c9a624d66 Tracking a possible corruption but that is _overwriting my damn templates with garbage._ 1 month ago
Zed A. Shaw 3bd8d38847 Managed to get a simple and NOT SECURE login system going. 1 month ago
Zed A. Shaw c64874cb51 Can now generate a lot of the static content from templates in pages/ WARNING: I kept seeing page _templates_ getting corrupted on rendering, which is no bueno. 2 months ago
Zed A. Shaw 7e48768e36 Just confirming that pages are not getting mangles. 2 months ago
Zed A. Shaw f476605ecf Came up with the pages/ directory that's templates which are rendered into public for the static pages. 2 months ago