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

feat: Customize export template and parameters #96

Merged
merged 19 commits into from
Jul 1, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f924e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78827fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1f457 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab688ef View commit details
    Browse the repository at this point in the history
  5. fix: Throw an error if template uses a parameter without a value

    Otherwise `glue::glue()` will just return an empty string.
    This gives a much better and more focused error message.
    gadenbuie committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fea04c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9074a82 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b62ab9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f518b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79c5781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc82c6a View commit details
    Browse the repository at this point in the history
  5. feat: copy asset files from template_dir

    Treat `.html` files as templates for interpolation, and copy all other files as-is.
    gadenbuie committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e8d7f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7820314 View commit details
    Browse the repository at this point in the history
  7. docs: Add news item

    gadenbuie committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d38e3a9 View commit details
    Browse the repository at this point in the history
  8. chore: tweak news

    gadenbuie committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    306b90d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c33afee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a31cbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a5a7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aac343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9890be1 View commit details
    Browse the repository at this point in the history