Raneto icon indicating copy to clipboard operation
Raneto copied to clipboard

How I package it into a format suitable for Github Page

Open MaHe666 opened this issue 2 years ago • 2 comments

MaHe666 avatar Mar 27 '23 05:03 MaHe666

Hello MaHe,

Raneto is not designed for static sites currently (GitHub Pages, S3). It relies on a backend to render the Markdown and allow for editing.

Instead, you may consider git-based sites like Jekyll (Ruby) or Hugo (Golang) that generate HTML files. You can edit your files in GitHub's UI and set up automation to re-generate the HTML files, updating your site. https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll

ryanlelek avatar Jun 20 '23 05:06 ryanlelek

On further thinking, it should be straightforward to add an option for static-site generation. Also related to #383 because Netlify works similarly to GitHub Pages. It does not exist today, but I'll re-open this for consideration in the future and contributions for others

ryanlelek avatar Jun 20 '23 06:06 ryanlelek