First jameswitzema.net commit

This commit is contained in:
Lao Tzu
2026-05-29 11:30:10 -07:00
commit 32cc108c4a
200 changed files with 1200635 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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.