Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I package it into a format suitable for Github Page #386

Open
MaHe666 opened this issue Mar 27, 2023 · 2 comments
Open

How I package it into a format suitable for Github Page #386

MaHe666 opened this issue Mar 27, 2023 · 2 comments
Labels
feature Feature Request or Enhancement up-for-grabs Not on Roadmap. PRs Welcome

Comments

@MaHe666
Copy link

MaHe666 commented Mar 27, 2023

No description provided.

@ryanlelek
Copy link
Owner

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 ryanlelek added the not-in-scope Outside of Raneto Focus label Jun 20, 2023
@ryanlelek
Copy link
Owner

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 ryanlelek reopened this Jun 20, 2023
@ryanlelek ryanlelek added feature Feature Request or Enhancement up-for-grabs Not on Roadmap. PRs Welcome and removed not-in-scope Outside of Raneto Focus labels Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature Request or Enhancement up-for-grabs Not on Roadmap. PRs Welcome
Projects
None yet
Development

No branches or pull requests

2 participants