codewizard13 / ehw-course-notes-builder

Edit individual files that are then combined into one PHP file which can then be used as the "content" portion of a WordPress blog post. Must ensure styles are in place also. (2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eric Hepperle 2022-12-02

README:

Cloned from origial from 2022-11-21

This version will focus on setting up an "assembly line" template to help automate the creation of well formatted, semantic blog posts for course notes posts.


SOP:

Here is my tentative plan for auto-generating the correct blog post.

Overview

  1. Keep different sections in different PHP includes files
  2. Use the actual CSS from the theme
  3. Keep code snippets in their own files (numbered according to chapters)

Steps

  • Export file from md as html
  • Remove all classes from HTML (in browser?)

TOOLS:

About

Edit individual files that are then combined into one PHP file which can then be used as the "content" portion of a WordPress blog post. Must ensure styles are in place also. (2022)


Languages

Language:HTML 64.7%Language:PHP 19.5%Language:CSS 12.4%Language:JavaScript 3.3%Language:Hack 0.2%