Commit Graph

29 Commits

Author SHA1 Message Date
20xd6 8302028049 Update pages with changes to /common/
The building block PHP files have been moved.
2022-07-07 22:40:11 -04:00
20xd6 b692b22935 Move PHP files to /common/php/ 2022-07-07 22:33:21 -04:00
20xd6 01de94a893 Update 2022-07-07 22:24:46 -04:00
20xd6 bedc11a4ce Move CSS files to /common/css/
Moved all CSS files to their own sub-directory and updated header.php to
reflect this change.
2022-07-06 15:26:18 -04:00
20xd6 842ea4e411 Remove /common/prisim/ from repository 2022-07-06 15:25:01 -04:00
20xd6 8b4b5dd31d Updated header.php with new page_format.js path 2022-07-06 15:24:09 -04:00
20xd6 35cd14e0b0 Move JS files to /common/js/
To cleanup the code in /common/ all JavaScript files have been moved to
/common/js/
issue#2
2022-07-06 15:20:32 -04:00
20xd6 d743fb297b Move Prism files to a properly spelled directory
Moved the Prism project files from /common/prisim/ to /common/prism/.
Updated the code in /common/page_format.js that loads these files.
2022-07-06 15:17:41 -04:00
20xd6 87a07aaf02 Merge pull request 'Add documentation.' (#13) from manfromhuh/simple_blog:master into master
Reviewed-on: 20xd6/simple_blog#13
2022-07-05 15:22:31 -04:00
manfromhuh f1b3eec9d8 Readd README.md to resolve merge confilict 2022-07-05 15:16:48 -04:00
manfromhuh 91119d3575 Merge branch 'code_docs' 2022-07-05 15:13:44 -04:00
manfromhuh 6b06c36b0b Merge pull request 'Update to upstream master' (#1) from 20xd6/simple_blog:master into master
Reviewed-on: #1
2022-07-05 15:10:54 -04:00
manfromhuh 394e34b7b8 Update URL path 2022-07-05 15:01:32 -04:00
manfromhuh de3986efcb Add comments to page_menu.php 2022-07-05 14:45:16 -04:00
manfromhuh 58f94c415d Add comments to index.php 2022-07-05 14:40:20 -04:00
manfromhuh 4117b552f2 Add comments to header.php
This file needs it's Title() function cleaned up.
2022-07-05 14:36:54 -04:00
manfromhuh a00013d619 Add comments to h1_month.php 2022-07-05 14:33:18 -04:00
manfromhuh ef7056be35 Add comments to get_month_name.php 2022-07-05 14:32:11 -04:00
manfromhuh 93514c0e1d Add comments to page_format.js 2022-07-05 14:29:43 -04:00
manfromhuh e1ac241f2a Add Completed README.md 2022-07-05 14:18:49 -04:00
20xd6 a2ee59d2f3 Fix for issue#8
The array was being processed such that it would stop when it reached
the number of row not the number of coloums.
2022-07-05 10:56:02 -04:00
20xd6 efcea55a8d Add the license informtion for Prism.
Resolves issue#3
2022-07-04 15:12:03 -04:00
20xd6 5f3465bc9a Merge pull request 'Update /licenses/' (#1) from manfromhuh/simple_blog:update_licenses into master
Reviewed-on: 20xd6/simple_blog#1
2022-07-04 14:53:56 -04:00
manfromhuh cfc878013d Test README.md 2022-07-02 12:48:30 -04:00
manfromhuh 9d9711cccc Add Parsedown-extra to /license/
Add the license information for Pasedown-extra to /license/index.php
2022-07-02 09:53:42 -04:00
manfromhuh 6df7971792 Clarify licensing
A change was made to the <h2> header for the license applying to simple_blog itself to clarify what that license is for. The GPL is only attached to the code used to render the site and not the Markdown parser or menu CSS. These components are licensed MIT.
2022-07-02 09:40:46 -04:00
20xd6 df45c61fb4 Add LICENSE file 2022-06-29 09:08:22 -04:00
20xd6 59a9ac263d Add the tag search page 2022-06-28 15:35:40 -04:00
20xd6 6b8157f551 Initial Commit
Add the basic structure of the site.
2022-06-28 15:27:58 -04:00