|
015c5ef6db
|
Fix for issue #18
The page generation now checks for the size of $file_arr and only
generates a menu if the size os greater than 0.
|
2022-07-26 13:33:49 -04:00 |
|
|
4958a76f9a
|
Remove old csv reading code.
|
2022-07-26 13:29:08 -04:00 |
|
|
b01c237d5d
|
Merge pull request 'Update tags index to handle issue #9' (#20) from issue#9 into master
Reviewed-on: 20xd6/simple_blog#20
|
2022-07-26 13:10:05 -04:00 |
|
|
dd3405137f
|
Update tags index to handle issue # 9
Now checks for the file and either copies a backup or creates a blank
file.
|
2022-07-26 13:06:52 -04:00 |
|
|
25f1887590
|
Merge pull request 'issue #7' (#19) from issue#7 into master
Reviewed-on: 20xd6/simple_blog#19
|
2022-07-26 11:28:32 -04:00 |
|
|
81629aa133
|
Remove deperacted CSS for issue #7
The style rules have been moved into the main styles.css
|
2022-07-26 11:25:03 -04:00 |
|
|
3e169d54ed
|
Remove depracated PHP for issue #7
|
2022-07-26 11:22:18 -04:00 |
|
|
b7688ae2d4
|
Removed empty php file
|
2022-07-26 11:21:52 -04:00 |
|
|
dc66b2db0f
|
Remove depracated JS files for issue #7
The functions in these files have been merged into the main JS file for
page formatting.
|
2022-07-26 11:20:33 -04:00 |
|
|
88b08fd1fc
|
If not author is identified do nothing
|
2022-07-26 11:01:36 -04:00 |
|
|
5e29d1e4d5
|
add_byline (#17)
|
2022-07-26 10:33:29 -04:00 |
|
|
2e1dc4a38a
|
Update CSS to show the author pfp in a small circle
|
2022-07-26 10:18:10 -04:00 |
|
|
28a4f0021e
|
Update article generation to include a author byline
|
2022-07-26 10:17:27 -04:00 |
|
|
ba25c81ca6
|
Update composer
|
2022-07-26 10:16:53 -04:00 |
|
|
ad07963e4b
|
Add article tags
|
2022-07-17 18:06:22 -04:00 |
|
|
5cce4f0b0d
|
Update the pfp size CSS
Add a pfp-small class and adjust the pfp size to 50px by 50px.
|
2022-07-17 18:01:55 -04:00 |
|
|
a0e3de1200
|
Update to use the new md_read.php
|
2022-07-17 17:55:56 -04:00 |
|
|
8ce95a06d9
|
Add article.php
The new location for text size buttons and other article specific elements.
|
2022-07-17 17:51:59 -04:00 |
|
|
fb1c649580
|
Update index.php to use the function
Also seperates the HTML used for just articles from the Markdown parsing.
|
2022-07-17 17:50:02 -04:00 |
|
|
3a2dc7651a
|
Fix output
|
2022-07-17 17:42:39 -04:00 |
|
|
d719bcf101
|
Place Markdown parsing in a function
|
2022-07-17 17:27:08 -04:00 |
|
|
b4c852a3c1
|
Style the author pfp
|
2022-07-15 22:01:27 -04:00 |
|
|
849d5a25b6
|
Add author pfp to list
|
2022-07-15 21:47:26 -04:00 |
|
|
4d4ce6f0a5
|
Add author pfp
|
2022-07-15 21:24:36 -04:00 |
|
|
340997fa89
|
Add generic author index.php
|
2022-07-15 21:14:27 -04:00 |
|
|
4929ea5eb8
|
Remove formatting from directory list
|
2022-07-15 21:09:05 -04:00 |
|
|
1cf4ffface
|
Add <a> tags to better format list.
|
2022-07-15 21:00:46 -04:00 |
|
|
17cf1d28f0
|
Update authors/index.php
|
2022-07-15 20:51:23 -04:00 |
|
|
f57ace3bad
|
Add /blog/authors/ directory
|
2022-07-15 20:29:37 -04:00 |
|
|
1da2fe8358
|
Merge pull request 'Update to upstream master' (#2) from 20xd6/simple_blog:master into master
Reviewed-on: #2
|
2022-07-15 19:47:37 -04:00 |
|
|
00a2458977
|
Update error pages
|
2022-07-08 09:10:14 -04:00 |
|
|
8302028049
|
Update pages with changes to /common/
The building block PHP files have been moved.
|
2022-07-07 22:40:11 -04:00 |
|
|
b692b22935
|
Move PHP files to /common/php/
|
2022-07-07 22:33:21 -04:00 |
|
|
01de94a893
|
Update
|
2022-07-07 22:24:46 -04:00 |
|
|
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 |
|
|
842ea4e411
|
Remove /common/prisim/ from repository
|
2022-07-06 15:25:01 -04:00 |
|
|
8b4b5dd31d
|
Updated header.php with new page_format.js path
|
2022-07-06 15:24:09 -04:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
f1b3eec9d8
|
Readd README.md to resolve merge confilict
|
2022-07-05 15:16:48 -04:00 |
|
|
91119d3575
|
Merge branch 'code_docs'
|
2022-07-05 15:13:44 -04:00 |
|
|
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 |
|
|
394e34b7b8
|
Update URL path
|
2022-07-05 15:01:32 -04:00 |
|
|
de3986efcb
|
Add comments to page_menu.php
|
2022-07-05 14:45:16 -04:00 |
|
|
58f94c415d
|
Add comments to index.php
|
2022-07-05 14:40:20 -04:00 |
|
|
4117b552f2
|
Add comments to header.php
This file needs it's Title() function cleaned up.
|
2022-07-05 14:36:54 -04:00 |
|
|
a00013d619
|
Add comments to h1_month.php
|
2022-07-05 14:33:18 -04:00 |
|
|
ef7056be35
|
Add comments to get_month_name.php
|
2022-07-05 14:32:11 -04:00 |
|
|
93514c0e1d
|
Add comments to page_format.js
|
2022-07-05 14:29:43 -04:00 |
|