Your blog will be generated by marmite
CLICK ON FORK BUTTON and name your fork blog
.
Access https://github.com/YOURUSER/REPONAME/actions and click the green button to enable actions.
Access https://github.com/YOURUSER/REPONAME/settings/pages and set the pages source to Github Actions
Then edit the marmite.yaml
with your own information. (IMPORTANT! change the url:..
field to match your own repo)
Commit and see the Github Actions building a blog for you.
Your blog will be published at https://YOURUSER.github.io/blog
You can add add custom domain later
$ git clone git@github.com:YOURUSER/blog.git
$ cd blog
$ cargo install marmite
$ marmite . site
Site generated at: /site/
Learn more on marmite