Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eholk/ebg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: eholk/ebg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 1 contributor

Commits on Feb 16, 2023

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

Commits on May 20, 2023

  1. BREAKING: rename templates directory to theme

    This is to make room for templates that will be used by the new-post
    command (#8).
    
    This is a breaking change because previously we expected to find the
    Tera templates in the templates directory. Instead, by default they are
    not expected to be in the theme directory, but this location can now
    be overridden by the `theme` key in the `Site.toml` file.
    eholk committed May 20, 2023
    Configuration menu
    Copy the full SHA
    0d68c40 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Refactor CLI command interface

    eholk committed May 23, 2023
    Configuration menu
    Copy the full SHA
    deb8904 View commit details
    Browse the repository at this point in the history
  2. Add new-post command

    Adds a basic new-post command to the CLI. This command will create a new
    post in the posts directory with the current date and a slugified title.
    
    It's missing some more advanced features, like templates, but it'll
    still save time for making new posts.
    
    Fixes #8.
    eholk committed May 23, 2023
    Configuration menu
    Copy the full SHA
    6f977f9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Add cool console progress bar

    eholk committed May 27, 2023
    Configuration menu
    Copy the full SHA
    63dc5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567a0f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Search for Site.toml in parent directories, and default to current di…

    …rectory if none is specified
    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    04ca9c1 View commit details
    Browse the repository at this point in the history
  2. Cargo update

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    709a39b View commit details
    Browse the repository at this point in the history
  3. Get ready for 0.2.0 release

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f582d1c View commit details
    Browse the repository at this point in the history
  4. Hopefully improve CI testing

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6789b9a View commit details
    Browse the repository at this point in the history
  5. Fix CI better

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    23c3bcc View commit details
    Browse the repository at this point in the history
  6. Fix CI betterer

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    cf48050 View commit details
    Browse the repository at this point in the history
  7. Fix CI bettererest

    eholk committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    9bf690e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a2c2b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70e43ea View commit details
    Browse the repository at this point in the history
Loading