Commit graph

43 commits

Author SHA1 Message Date
380fbcd437 Adding resume and work pages to website 2024-10-23 07:25:26 -04:00
cb0e2f376a Added creation page and routing to cooking page 2024-10-05 16:01:16 -04:00
a13ca49fa8 Adding recent articles back to blog. Cleaning up appstate 2024-10-01 21:24:28 -04:00
817dbf5e6a Setting database URL to ACHUBB for run 2024-09-25 20:41:57 -04:00
e5bb485c14 Adding cooking page 2024-09-15 11:45:13 -04:00
5159eeeea4 Adding time page 2024-09-10 21:22:48 -04:00
f55e3753ce Adding gifts routing and updating my now page 2024-09-07 09:56:30 -04:00
1aeb0cc940 Adding interests page routing and like from home 2024-09-06 08:46:33 -04:00
4cfe1ebae1 Moved back to templates for page content to remove JS dependency 2024-09-04 07:47:36 -04:00
796a481ab2 Starting to move blog entries to normal pages, added books and links pages 2024-08-14 07:54:13 -04:00
9ae5e7b7fc Adding new links for the blogroll, and filtering by blog to return the list of links 2024-08-13 06:22:32 -04:00
b4fa449e09 Randomizing the order of blogs shown on the blogroll page 2024-08-10 08:40:08 -04:00
Awstin
603845fc40 Added blogroll page 2024-08-09 21:42:46 -04:00
2921474eb4 Adding Link type and ai page 2024-08-09 16:22:14 -04:00
f6383ad2cf Renaming package 2024-08-07 21:28:21 -04:00
Awstin
e6ea1c782e Removed creation of database logic, needs to stay in seperate crate 2024-08-01 06:03:09 -04:00
Awstin
315bdd6841 Added creation of database with flag to program, refactored 2024-07-31 22:14:32 -04:00
Awstin
66de1ffa36 Adding loading items into database as part of this crate 2024-07-31 21:56:22 -04:00
Awstin
469b839993 Refactoring to use database for page content, adding Garden 2024-07-31 06:28:54 -04:00
Awstin
649a09c1a8 Adding error handling so that if a blog or project is requested that does not exist the server does not crash 2024-07-12 09:22:07 -04:00
Awstin
10a4c30bf5 Removed unneeded js delivery for site, removed active_navbar from backend 2024-07-10 06:55:38 -04:00
Awstin
529a3113dd Added uses template and route 2024-07-05 20:00:43 -04:00
Awstin
fa6b030d98 Projects now using article template everywhere 2024-05-17 14:55:30 -04:00
Awstin
993181ba0d Moved Article data type specific stuff to the database package 2024-05-12 16:36:41 -04:00
Awstin
3657e66612 Using database for all blog references 2024-05-11 09:32:29 -04:00
Awstin
ba8f641a74 Cleaning up routers 2024-05-11 07:53:20 -04:00
Awstin
c13f34f7c5 Changing articles to come from psql database and using a single template 2024-04-28 20:23:19 -04:00
Awstin
3bb48c3c59 Accessing articles from database 2024-04-28 14:20:23 -04:00
Awstin
9ef63a7de1 Added robots.txt 2024-04-28 11:02:16 -04:00
Awstin
e90cda7359 Added highlighting for navbar
Added a top button at the bottom of each page
2024-03-24 15:18:13 -04:00
Awstin
74a4e07bb0 Added startup script 2024-03-24 14:09:58 -04:00
Awstin
dbf573f980 Fixed route to blog entry 2024-03-24 13:51:42 -04:00
Awstin
191acb54dd Basic rebuilt complete 2024-03-24 10:45:16 -04:00
Awstin
7f86500a86 Added html teplates and routing to core pages 2024-03-10 23:04:25 -04:00
OrthogonalStar
adaa65c1aa Added mprocs config and playing around with htmx 2024-02-17 15:36:43 -05:00
OrthogonalStar
0ae08612c4 Moving logic to library file to begin organization tested and it works 2024-01-21 17:15:59 -05:00
OrthogonalStar
71fe7865a2 adding htmx 2023-12-18 18:31:15 -05:00
Awstin
4173da5193 Adding base template and another page to the project 2023-12-17 15:43:25 -05:00
Awstin
abe4edb901 Proceeded to setting up tailwind for the project 2023-12-17 14:45:33 -05:00
OrthogonalStar
6621b4ec67 Properly fixed tracing target to be this package 2023-12-16 18:01:57 -05:00
OrthogonalStar
9a44a77120 Switching to axum and askama 2023-12-16 17:58:58 -05:00
Awstin
917bb24fc4 Starting to work out the web server initial implementation and html returns 2023-12-15 17:57:46 -05:00
Awstin
21b80a682f Initial commit of bare Rust project 2023-12-14 20:50:31 -05:00