-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add makefile with md to html conversioN
- Loading branch information
Alexander Morley
committed
Jun 5, 2018
1 parent
cb150e5
commit 8005efe
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
all: convert | ||
|
||
convert: | ||
pandoc README.md -o index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<h1 id="dgit-web">dgit-web</h1> | ||
<p>Decentralised Git Repo Sharing/Storage backed by Dat</p> | ||
<p>So. Github have <a href="https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-developers/">gone rogue</a>. Ok, not quite, and the way I see it, it was either they got bought-out or shut-down, and I'm glad it was the former. Whatever your feelings on the above may be, it'd be nice to have a full <strong>free</strong>, <strong>open</strong> and <strong>decentralised</strong> place to collaborate on software, and other projects.</p> | ||
<p>So... let's build it? Or have you already started? Fork this page on github or using <a href="https://beakerbrowser.com/">Beaker Browser</a> and add your name below plus answers to any of the questions.</p> | ||
<p>So... let's build it? Or have you already started? Fork <a href="https://github.com/alexmorley/dgit-web">this page on github</a> or using <a href="https://beakerbrowser.com/">Beaker Browser</a> and add your name below plus answers to any of the questions.</p> | ||
<p><strong>Current Open Source git-hosting solutions...</strong></p> | ||
<p><strong>What do we want from a code-sharing platform?</strong></p> | ||
<p><strong>[Your question goes here...]</strong></p> |