Releases: herschel666/microblog-action
Releases · herschel666/microblog-action
v0.5.3
- update dependencies
- switch to branch-based distribution of the action for improved ease of use
v0.5.2
fix: set the correct version in the code examples
v0.5.1
Fixup release, that actually makes the custom Javascript feature introduced with v0.5.0 available to the action.
v0.5.0
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
fix: make post's canonical URL point to the correct owner & repo
v0.4.0
- 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
debugtemplate 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
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
- 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
Release v0.1.1
v0.1.0-pre.1
v0.1.0-pre.1