pandoc-bash-blog icon indicating copy to clipboard operation
pandoc-bash-blog copied to clipboard

A static blog generator based on Pandoc and Bash

Results 7 pandoc-bash-blog issues
Sort by recently updated
recently updated
newest added

See https://github.com/jgm/pandoc/releases/latest - Figure out CSS implications - Use `--citeproc` option

enhancement

See [this Pen](https://codepen.io/aaroniker/pen/VwjexVy) for an example of hover animations. See [An Interactive Guide to CSS Transitions](https://www.joshwcomeau.com/animation/css-transitions/) for a tutorial. Might be as simple as something like ```css transition: text-shadow 300ms;...

style

This seems to be caused by the CSS generated by skylighting (filed issue jgm/skylighting#104). Maybe fixed in more recent versions of pandoc? Check after upgrade.

style

See [docs](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators).

infrastructure

See [documentation](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site).

infrastructure

See, for example, Stack Overflow styling, or GitHub's: ![image](https://user-images.githubusercontent.com/8521043/111888803-2acc0900-89b6-11eb-8b8d-688f1a3f8e91.png)

style

When writing a post and deploying without committing first, the file gets deleted by `pbb deploy`. Probably should at least warn.

bug