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

Add image generation article #37

Merged
merged 10 commits into from
Mar 22, 2024

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    943d136 View commit details
    Browse the repository at this point in the history
  2. chmod +x build.sh and append -content to gen files

    It seems that all the generated files are named "index-content.html",
    so update the build.sh script to reflect this.
    
    Otherwise, running build.sh will generate a bunch of new index.html files.
    johnshaughnessy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    e2a3f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d33885 View commit details
    Browse the repository at this point in the history
  4. Fix image urls

    johnshaughnessy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    66f7b98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b87ecf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c05bed6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    a16a17c View commit details
    Browse the repository at this point in the history
  2. Fix broken link

    johnshaughnessy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8f41a7c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Pin marked version 6.0.0

    Otherwise, headerIds are disabled by default:
    
        markedjs/marked#2890
    
    Supposedly, there is a way to to use a configuration file:
    
        marked -c .marked.json -o "${NEW_PATH%.md}-content.html" "${file}"
    
    with .marked.json:
    
    {
      "headerIds": true
    }
    
    But I could not get this working with the latest version of marked (11).
    johnshaughnessy committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e6f9b2f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    771fa8c View commit details
    Browse the repository at this point in the history