Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@miry miry released this 09 May 21:26
· 28 commits to master since this release
v0.5.0
c195c3e

Added

  • Allow to change the download distination for assets with flag --assets-dir=<DIR>. (#40, @miry)
  • Allow to change the uri path for assets inside document with --assets-base-path=<BASE_PATH>.
    It help to access assets in case the global assets path or custom directory. (#40, @miry)
  • Support Demo with Bridgetown via command rake demo:bridgetown:serve. (@miry)

Full Changelog: v0.4.1...v0.5.0

Install

MacOS

$ brew tap miry/medup
$ brew install medup
$ medup --help
$ medup -u <user>
$ medup -p <publisher>

Docker

$ docker run --rm -v <path to local articles folder>:/posts -it miry/medup:0.5.0 -u <user> -v4