diff --git a/manuscript/recipies/duplicity.md b/manuscript/recipies/duplicity.md index 17b38ff..26b8635 100644 --- a/manuscript/recipies/duplicity.md +++ b/manuscript/recipies/duplicity.md @@ -1,3 +1,5 @@ +hero: Duplicity - A boring recipe to backup your exciting stuff. Boring is good. + # Duplicity Intro diff --git a/manuscript/recipies/ghost.md b/manuscript/recipies/ghost.md index 417469c..e01826b 100644 --- a/manuscript/recipies/ghost.md +++ b/manuscript/recipies/ghost.md @@ -1,3 +1,5 @@ +hero: Ghost - A recipe for beautiful online publication. + # Ghost [Ghost](https://ghost.org) is "a fully open source, hackable platform for building and running a modern online publication." diff --git a/manuscript/recipies/gitlab.md b/manuscript/recipies/gitlab.md index e37b4c8..d0712ec 100644 --- a/manuscript/recipies/gitlab.md +++ b/manuscript/recipies/gitlab.md @@ -1,3 +1,5 @@ +hero: Gitlab - A recipe for a self-hosted GitHub alternative + # GitLab GitLab is a self-hosted [alternative to GitHub](https://about.gitlab.com/comparison/). The most common use case is (a set of) developers with the desire for the rich feature-set of GitHub, but with unlimited private repositories. diff --git a/manuscript/recipies/gollum.md b/manuscript/recipies/gollum.md index f345296..fcd19e8 100644 --- a/manuscript/recipies/gollum.md +++ b/manuscript/recipies/gollum.md @@ -1,3 +1,5 @@ +hero: Gollum - A recipe for your own git-based wiki + # Gollum Gollum is a simple wiki system built on top of Git. A Gollum Wiki is simply a git repository (_either bare or regular_) of a specific nature: diff --git a/manuscript/recipies/huginn.md b/manuscript/recipies/huginn.md index 70a1220..e92d0fe 100644 --- a/manuscript/recipies/huginn.md +++ b/manuscript/recipies/huginn.md @@ -1,3 +1,5 @@ +hero: Huginn - A recipe for self-hosted, hackable version of IFFTT / Zapier + # Huginn Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. diff --git a/manuscript/recipies/kanboard.md b/manuscript/recipies/kanboard.md index 18d288c..4d4634d 100644 --- a/manuscript/recipies/kanboard.md +++ b/manuscript/recipies/kanboard.md @@ -1,3 +1,5 @@ +hero: Kanboard - A recipe to get your personal kanban on + # Kanboard Kanboard is a Kanban tool, developed by [Frédéric Guillot](https://github.com/fguillot). (Who also happens to be the developer of my favorite RSS reader, [Miniflux](/recipies/miniflux/)) diff --git a/manuscript/recipies/mail.md b/manuscript/recipies/mail.md index fb441ed..aaee2fc 100644 --- a/manuscript/recipies/mail.md +++ b/manuscript/recipies/mail.md @@ -1,3 +1,5 @@ +hero: Docker-mailserver - A recipe for a self-contained mailserver and friends ✉️ + # Mail Server Many of the recipies that follow require email access of some kind. It's normally possible to use a hosted service such as SendGrid, or just a gmail account. If (like me) you'd like to self-host email for your stacks, then the following recipe provides a full-stack mail server running on the docker HA swarm. diff --git a/manuscript/recipies/miniflux.md b/manuscript/recipies/miniflux.md index 3fe7d3a..d6722c7 100644 --- a/manuscript/recipies/miniflux.md +++ b/manuscript/recipies/miniflux.md @@ -1,3 +1,5 @@ +hero: Miniflux - A recipe for a lightweight minimalist RSS reader + # Miniflux Miniflux is a lightweight RSS reader, developed by [Frédéric Guillot](https://github.com/fguillot). (Who also happens to be the developer of the favorite Open Source Kanban app, [Kanboard](https://kanboard.net/)) diff --git a/overrides/partials/integrations/disqus.html b/overrides/main.html similarity index 89% rename from overrides/partials/integrations/disqus.html rename to overrides/main.html index 12100ae..118fe19 100644 --- a/overrides/partials/integrations/disqus.html +++ b/overrides/main.html @@ -1,3 +1,6 @@ +{% extends "base.html" %} + +{% block disqus %}
+{% endblock %}