Changed filesystem for static site

This commit is contained in:
Lao Tzu
2026-06-11 13:53:59 -07:00
parent 32cc108c4a
commit c887d058f0
220 changed files with 1199859 additions and 224 deletions
+4 -17
View File
@@ -1,24 +1,11 @@
Webroot for James' blog!
# JEKYLL MODE ENABLED
Webroot for James' blog, in Jekyll-based static site mode!
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.
- Hosting music! important function
- Learning Jekyll-based static site generation.
# FOLDERS
- css: holds the main stylesheets.
- javascript: holds the main javascript.
- php: holds main php.
- content: holds main text content for the site.