manfromhuh
  • Joined on 2020-07-31
manfromhuh opened issue 20xd6/simple_blog#29 2022-12-20 10:14:38 -05:00
Consider merging the tagging files
manfromhuh commented on issue 20xd6/simple_blog#28 2022-12-20 10:00:38 -05:00
Move contents of the homepage to a Markdown file

Rather than a markdown file it might be better to move things like the "about" blurb to an .ini or .env file.

Then have:

<div class="body">
  <p>A small colection of personal…
manfromhuh opened issue 20xd6/simple_blog#28 2022-12-20 09:51:21 -05:00
Move contents of the homepage to a Markdown file
manfromhuh commented on issue 20xd6/simple_blog#6 2022-07-27 21:00:13 -04:00
Working download buttons

DomPDF looks like a promissing option. It will require passing the generated html form the markdown document but that should be an easy now that that acts as a…

manfromhuh merged pull request manfromhuh/simple_blog#5 2022-07-27 20:19:37 -04:00
Merge upstream master
manfromhuh pushed to master at manfromhuh/simple_blog 2022-07-27 20:19:37 -04:00
8da50f2841 Merge pull request 'Merge upstream master' (#5) from 20xd6/simple_blog:master into master
7ff2cf1d0f Resolve issue #9 (#21)
f80bc8dafa File permissions change, check for non-zero tags.csv for issue #9
Compare 3 commits »
manfromhuh created pull request manfromhuh/simple_blog#5 2022-07-27 20:19:23 -04:00
Merge upstream master
manfromhuh created pull request 20xd6/simple_blog#21 2022-07-27 20:15:36 -04:00
Resolve issue #9
manfromhuh created branch issue#9 in manfromhuh/simple_blog 2022-07-27 20:12:21 -04:00
manfromhuh pushed to issue#9 at manfromhuh/simple_blog 2022-07-27 20:12:21 -04:00
f80bc8dafa File permissions change, check for non-zero tags.csv for issue #9
manfromhuh commented on issue 20xd6/simple_blog#9 2022-07-27 13:14:42 -04:00
Missing tags.csv is not properly handled

The tags.csv file will now be replaced but only if the permissions on the folder are changed. It will also create the file with permissions only for the webserver user. This should be explored…

manfromhuh reopened issue 20xd6/simple_blog#9 2022-07-27 13:14:42 -04:00
Missing tags.csv is not properly handled
manfromhuh pushed to master at manfromhuh/simple_blog 2022-07-27 13:02:24 -04:00
32f7d23ee4 Merge pull request 'Merge upstream master' (#4) from 20xd6/simple_blog:master into master
015c5ef6db Fix for issue #18
4958a76f9a Remove old csv reading code.
b01c237d5d Merge pull request 'Update tags index to handle issue #9' (#20) from issue#9 into master
dd3405137f Update tags index to handle issue # 9
Compare 11 commits »
manfromhuh merged pull request manfromhuh/simple_blog#4 2022-07-27 13:02:23 -04:00
Merge upstream master
manfromhuh created pull request manfromhuh/simple_blog#4 2022-07-27 13:01:43 -04:00
Merg upstream master
manfromhuh commented on issue 20xd6/simple_blog#14 2022-07-26 10:44:47 -04:00
Author atribution

This has been added by PR #17.

manfromhuh closed issue 20xd6/simple_blog#14 2022-07-26 10:44:47 -04:00
Author atribution
manfromhuh commented on issue 20xd6/simple_blog#15 2022-07-26 10:44:09 -04:00
md_read.php rewrite as function

With PR #17 this has been resloved.

manfromhuh closed issue 20xd6/simple_blog#15 2022-07-26 10:44:09 -04:00
md_read.php rewrite as function
manfromhuh merged pull request manfromhuh/simple_blog#3 2022-07-26 10:42:55 -04:00
Merge with upstream