Skip to content

Releases: herschel666/microblog-action

v0.5.3

06 Mar 10:56

Choose a tag to compare

  • update dependencies
  • switch to branch-based distribution of the action for improved ease of use

v0.5.2

01 Feb 19:07

Choose a tag to compare

fix: set the correct version in the code examples

v0.5.1

31 Jan 09:46

Choose a tag to compare

Fixup release, that actually makes the custom Javascript feature introduced with v0.5.0 available to the action.

v0.5.0

31 Jan 09:25

Choose a tag to compare

0.5.0 (2021-01-31)

Features

Enable custom javascript (6bdc85c)

To use this feature, add the custom-javascript-option to the
configuration of the Microblog-Action and set it to a path relative to
the repo root.

The contents of the file will be inlined at the bottom of each HTML
page.

Example:

- name: Build Microblog
  uses: herschel666/microblog-action@v0.4
  with:
    custom-javascript: 'assets/scripts.js'

Keep in mind, that there's no transpiling or minifying in place. The
Javascript will be inserted as-is.

v0.4.1

30 Jan 14:01

Choose a tag to compare

fix: make post's canonical URL point to the correct owner & repo

v0.4.0

30 Jan 10:29

Choose a tag to compare

  • feat: make output folder configurable; set the out-dir-option of the Action relative to the repo root to change the value from its default (_site)
  • feat: make static folder configurable; set the static-dir-option of the Action relative to the repo root to change the value from its default (static)
  • fix: filter pull requests from fetched contents
  • feat: add a debug template filter; use it in templates like this: {{ data | debug }} (note, that custom templates aren't supported yet)
  • feat: link username in site footer to the Github profile page

v0.3.0

19 Jan 19:28

Choose a tag to compare

Introduction of the pages-option, that makes the source of static pages configurable. The default value is…

pages: 'pages/*.md'

…, which ensures backwards-compatibility.

Example usages:

# Source the docs/-folder...
pages: 'docs/**/*.md'

# Use multiple sources
pages:
  - 'docs/*.md'
  - 'README.md'

v0.2.0

18 Jan 19:35

Choose a tag to compare

  • remove max-width-option, because this should be covered by custom styles
  • set 'new.css' as the default theme
  • polishing out the edges of the themes
  • use the the i18n.posts-value to generate the slug for the corresponding page

Release v0.1.1

17 Jan 18:56

Choose a tag to compare

v0.1.0-pre.1

16 Jan 16:19

Choose a tag to compare

v0.1.0-pre.1 Pre-release
Pre-release
v0.1.0-pre.1