Bruno Rocha - 3

This content does not show on index page and also does not show on main rss feed. Because this content defines a custom stream on the frontmatter --- stream: alt --- # Alternative Stream This will show only on `alt.html` and will be listed only on ... read more →

Marmite is a simple, easy and opinionated static site generator. Marmite doesn't require specific folder structure or complex configuration, the goal is that a blog can be generated simply by running Marmite on a folder with Markdown and media files ... read more →

Marmite separates content in two kinds, posts and pages. An opinionated decision of marmite is how it makes the distinction. Posts If content has a date it is a Post! Instead of having to mark if a content is a page via metadata, Marmite takes the si ... read more →

Marmite genetates a static site, so you can host it in any web server. Examples: Github pages Gitlab pages Netlify Vercel Nginx Apache Github Pages This is the easiest and cheapest option to publish your static blog, you need a Github Repository co ... read more →

Yes! we have pagination! Set pagination: 10 on your marmite.yaml The pagination template is very simple <div class="pagination"> <nav> <ul> {% if previous_page %} <li><a href=" ... read more →