herschel666/Microblog-Action
Create a microblog from Github issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Github Access Token | yes | — |
| url | Full site URL including base path if it exists. | yes | — |
| title | Title of the Microblog | no | — |
| description | Description of the Microblog | no | — |
| theme | Theme of the Microblog | no | new.css |
| date-format | Date format based on https://date-fns.org/v2.10.0/docs/format | no | d.M.yyyy H:mm |
| posts-per-page | Amount of posts per page | no | 10 |
| custom-styles | Path to a CSS file with custom styles relative to the repo root | no | — |
| custom-javascript | Path to a JS file relative to the repo root; the contents of the file will be inlined at the bottom of each HTML page | no | — |
| pages | A glob or a list of globs pointing to markdown files which will be rendered as static pages | no | pages/*.md |
| static-frontpage | Set the microblog's frontpage to be one of the static pages | no | — |
| label | Only publish issues with a certain label | no | — |
| closed | Only publish closed issues | no | — |
| out-dir | Path of the output folder for the rendered site relative to the repo root | no | _site |
| static-dir | Path of the static folder relative to the repo root | no | static |
| lang | Language of the Microblog | no | en |
| i18n.next | Label of "next"-link | no | next |
| i18n.prev | Label of "prev"-link | no | previous |
| i18n.posts | Label of "Posts"-link | no | Posts |
Outputs
no outputs