hosting #369
hosting
#369
Replies: 1 comment 1 reply
|
How to host on Netlify ? I want something like this <- This is for hugo. I can just push the markdown to the git repo, and "build" command on Netlify does everything else. On github, the CI starts by installing marmite itself. I'm not sure how to do that (if that is even possible/supported) on Netlify. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hosting
Marmite genetates a static site, so you can host it in any web server.
Examples:
Github pages
Gitla...
https://marmite.blog/hosting.html
All reactions