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

Generate 404.html page (#539) #1221

Merged
merged 6 commits into from
Jun 23, 2020

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    cda28bb View commit details
    Browse the repository at this point in the history
  2. Add the config parameter output.html.site-url to set base url of the …

    …404 page, making links and relative script/css loads behave correctly even in subdirectory paths
    manuel-woelker committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    bff36e7 View commit details
    Browse the repository at this point in the history
  3. additional changes to the 404 mechanism based on feedback:

     - removed config output_404
     - ensure serve overrides the site url, and hosts the correct 404 file
     - refactor 404 rendering into separate fn
     - formatting
    manuel-woelker committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    06efa7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6e540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    406b325 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7df832 View commit details
    Browse the repository at this point in the history