1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix discourse

This commit is contained in:
David Young
2017-12-12 21:08:55 +13:00
parent 0c83d29396
commit 7089e7194e
9 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
hero: Duplicity - A boring recipe to backup your exciting stuff. Boring is good.
# Duplicity # Duplicity
Intro Intro

View File

@@ -1,3 +1,5 @@
hero: Ghost - A recipe for beautiful online publication.
# Ghost # Ghost
[Ghost](https://ghost.org) is "a fully open source, hackable platform for building and running a modern online publication." [Ghost](https://ghost.org) is "a fully open source, hackable platform for building and running a modern online publication."

View File

@@ -1,3 +1,5 @@
hero: Gitlab - A recipe for a self-hosted GitHub alternative
# GitLab # 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. 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.

View File

@@ -1,3 +1,5 @@
hero: Gollum - A recipe for your own git-based wiki
# Gollum # 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: 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:

View File

@@ -1,3 +1,5 @@
hero: Huginn - A recipe for self-hosted, hackable version of IFFTT / Zapier
# Huginn # 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. 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.

View File

@@ -1,3 +1,5 @@
hero: Kanboard - A recipe to get your personal kanban on
# Kanboard # 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/)) 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/))

View File

@@ -1,3 +1,5 @@
hero: Docker-mailserver - A recipe for a self-contained mailserver and friends ✉️
# Mail Server # 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. 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.

View File

@@ -1,3 +1,5 @@
hero: Miniflux - A recipe for a lightweight minimalist RSS reader
# Miniflux # 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/)) 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/))

View File

@@ -1,3 +1,6 @@
{% extends "base.html" %}
{% block disqus %}
<div id='discourse-comments'></div> <div id='discourse-comments'></div>
<script type="text/javascript"> <script type="text/javascript">
@@ -10,3 +13,4 @@
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
})(); })();
</script> </script>
{% endblock %}