Skip to content
/ blog Public template

Create a blog hosted on github pages, powered by marmite SSG

Notifications You must be signed in to change notification settings

rochacbruno/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create your own blog now!

Your blog will be generated by marmite

Click to see screenshots

Light Mode index-light post-light

Dark Mode index-dark post-dark


Step 1

As a Fork (recommended)

CLICK ON FORK BUTTON and name your fork blog.

Or as a template

Click on Use this template and name your new repo blog

Step 2

Access https://github.com/YOURUSER/blog/actions and click the green button to enable actions.

Step 3

Access https://github.com/YOURUSER/blog/settings/pages and set the pages source to Github Actions

Step 4

Then edit the marmite.yaml with your own information. (IMPORTANT! change the url:.. field to match your own repo)

If you want to enable comments on the blog read this

Step 5

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

You can customize css on custom.css, JS on custom.js and custom themes and other customization options are explained on customization page


Building locally

$ git clone [email protected]:YOURUSER/blog.git
$ cd blog
$ cargo install marmite
$ marmite . site
Site generated at: /site/

Learn more on marmite