Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown parser #2

Merged
merged 9 commits into from
Aug 29, 2017
Merged

Markdown parser #2

merged 9 commits into from
Aug 29, 2017

Commits on Aug 11, 2017

  1. feat(posts):add script to parse directory to json file

    - not yet able to parse the individual markdown files so they render
    - unsuccessful at getting ng2-markdown-to-html to work
    Jason Hodges committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    253b4ed View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. feat(Home,posts):make parsed md from files render

    - reverted back to using ng2-html-to-markdown
    Jason Hodges committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    18f52bc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. feat(posts):make posts json contain yaml style fm

    - add theme file for syntax highlighting
    - start building better app structure
    Jason Hodges committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f9236f4 View commit details
    Browse the repository at this point in the history
  2. feat(parser):sloppy parsing inspired by ng2-markdown-to-html

    - must sleep
    - must give credit where credit is due
    - good night
    
     ¯\_(ツ)_/¯
    Jason Hodges committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    6fabc5e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. feat(parser):more work on parsing

    - get markdown from posts.json
    - parse raw markdown
    Jason Hodges committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    eb74f14 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. feat(router):initial build up of app-routing

    - goal shall be to navigate from post excerpt to full post
    Jason Hodges committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    d74ffca View commit details
    Browse the repository at this point in the history
  2. feat(posts):tidy up the posts area

    Jason Hodges committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    ffb7270 View commit details
    Browse the repository at this point in the history
  3. chore(config):minor changes to configuration

    - may still need to finish configuration of HMR
    Jason Hodges committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    bfb7af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7fa78c View commit details
    Browse the repository at this point in the history