]> git.bts.cx Git - cx.git/commit
Moved how assets get served
authorBen Sherratt <redacted>
Sat, 4 Jul 2026 14:07:05 +0000 (15:07 +0100)
committerBen Sherratt <redacted>
Sat, 4 Jul 2026 14:43:57 +0000 (15:43 +0100)
commit326cc7d316faee2371e3b7d62e61b5158c681649
tree4037ca40292c903d46fb02d27ab9b9dfbb8f6c87
parentb767acc63bfe4ecd297d6961d8187532f0759d56
Moved how assets get served
41 files changed:
cx/cx.php
cx/lib/template.php
cx/templates/admin/assets/css/cx.css [new file with mode: 0644]
cx/templates/admin/base.php [deleted file]
cx/templates/admin/image.php [deleted file]
cx/templates/admin/login.php [deleted file]
cx/templates/admin/main.php [deleted file]
cx/templates/admin/pages/base.php [new file with mode: 0644]
cx/templates/admin/pages/image.php [new file with mode: 0644]
cx/templates/admin/pages/login.php [new file with mode: 0644]
cx/templates/admin/pages/main.php [new file with mode: 0644]
cx/templates/admin/pages/post.php [new file with mode: 0644]
cx/templates/admin/pages/skeleton.php [new file with mode: 0644]
cx/templates/admin/post.php [deleted file]
cx/templates/admin/skeleton.php [deleted file]
cx/templates/public/assets/css/style.css [new file with mode: 0644]
cx/templates/public/assets/fonts/fanwood/fanwood-webfont.woff [new file with mode: 0755]
cx/templates/public/assets/fonts/fanwood/fanwood_italic-webfont.woff [new file with mode: 0755]
cx/templates/public/assets/fonts/fanwood/fanwood_text-webfont.woff [new file with mode: 0755]
cx/templates/public/assets/fonts/fanwood/fanwood_text_italic-webfont.woff [new file with mode: 0755]
cx/templates/public/assets/fonts/league_spartan/LeagueSpartan-VF.woff [new file with mode: 0644]
cx/templates/public/assets/fonts/raleway/Raleway-Italic-VF.woff [new file with mode: 0644]
cx/templates/public/assets/fonts/raleway/Raleway-VF.woff [new file with mode: 0644]
cx/templates/public/atom.php [deleted file]
cx/templates/public/base.php [deleted file]
cx/templates/public/list.php [deleted file]
cx/templates/public/pages/atom.php [new file with mode: 0644]
cx/templates/public/pages/base.php [new file with mode: 0644]
cx/templates/public/pages/list.php [new file with mode: 0644]
cx/templates/public/pages/post.php [new file with mode: 0644]
cx/templates/public/post.php [deleted file]
cx/third_party/mime/mime_types.php [new file with mode: 0644]
public/design/css/cx.css [deleted file]
public/design/css/style.css [deleted file]
public/design/fonts/fanwood/fanwood-webfont.woff [deleted file]
public/design/fonts/fanwood/fanwood_italic-webfont.woff [deleted file]
public/design/fonts/fanwood/fanwood_text-webfont.woff [deleted file]
public/design/fonts/fanwood/fanwood_text_italic-webfont.woff [deleted file]
public/design/fonts/league_spartan/LeagueSpartan-VF.woff [deleted file]
public/design/fonts/raleway/Raleway-Italic-VF.woff [deleted file]
public/design/fonts/raleway/Raleway-VF.woff [deleted file]