Roneo.org

Results 75 comments of Roneo.org

Hi @ctrezevant , thanks for sharing this code! PR #32 is a proposal mixing your code and this little trick: splitting the code into multiple files can be avoided. See...

@nicfab please see #34 If it does not work please provide a repo URL and functional links (they are both 404^)

> Same Issue here. Fresh install of hugo as well as the pdf addon._ Is this Repo maintained? You may want to change the first line of `embed-pdf.html` to something...

The solution by SuryaThiru works, here is how I installed it: - copy `embed-pdf.html` from here: https://raw.githubusercontent.com/SuryaThiru/portfolio/6af98cdaf0eb3f8f89e155c24463b206c2baf5b5/layouts/shortcodes/embed-pdf.html - check that `pdf.js` can be accessed here: `/static/js/pdf-js/build/pdf.js` - call with `{{<...

Here is a repo where the full PDF is displayed without pagination: https://github.com/RoneoOrg/hugo-embed-pdf-shortcode-roneo See especially the commit https://github.com/RoneoOrg/hugo-embed-pdf-shortcode-roneo/commit/a4c6c7b76d53fe8ad2c9476c73b5d03545efbdb1

This issue is apparently already tackled with the PR https://github.com/adityatelange/hugo-PaperMod/pull/555 Is something missing?

Confirmed, the dates are properly localized with ```yml params: DateFormat: ":date_long" ``` in config.yml

Deleting `data/themes.json` before running `npm run deploy` seems to fix this issue, at least locally. Fresh data are fetched, including Github starts, but the rebuild takes a looong time

Confirmed, with the last release :(

Todo: - [ ] Check if hidden posts are correctly hidden from navigation (Previous / Next buttons at the bottom of posts) - [ ] Check the compatibilty with this...