Files
jameswitzeman.net/README.md
T
2026-05-29 11:30:10 -07:00

684 B

Webroot for James' blog!

Goals for this page:

  • Repo for projects and thoughts Hosting music! important function
  • Should look flashy for employers
  • Place to fuck around with programming

The plan for the PHP layout is as such:

  1. index.php loads in header.php
  2. index.php loads in some content
  3. index.php loads in footer.php

Based on the URI, the PHP scripts will serve text content. My fun little goal here is to have PHP interpret the content as HTML, Markdown, and raw text AT THE SAME TIME. This may not work.

FOLDERS

  • css: holds the main stylesheets.
  • javascript: holds the main javascript.
  • php: holds main php.
  • content: holds main text content for the site.