forked from team/site
1
0
Fork 0

change urls to gitea

This commit is contained in:
Ben Harris 2018-06-04 18:14:56 -04:00
parent bcb0ee8cc8
commit bf142bcdbe
9 changed files with 17 additions and 15 deletions

View File

@ -48,15 +48,15 @@
<span class="caret"></span> <span class="caret"></span>
</a> </a>
<ul class="dropdown-menu" role="menu"> <ul class="dropdown-menu" role="menu">
<li><a class="btn btn-default" href="https://github.com/tilde-team"> <li><a class="btn btn-default" href="https://git.tilde.team">
<i class="fa fa-github"></i> ~github-org~</a></li> <i class="fa fa-code-fork"></i> ~gitea~</a></li>
<li><a class="btn btn-default" href="https://social.tilde.team/"> <li><a class="btn btn-default" href="https://tilde.zone/invite/9xjfCyYJ">
<i class="fa fa-retweet"></i> ~mastodon~</a></li> <i class="fa fa-retweet"></i> ~mastodon~</a></li>
<li><a class="btn btn-default" href="/discord/"> <li><a class="btn btn-default" href="/discord/">
<i class="fa fa-comments"></i> ~discord~</a></li> <i class="fa fa-comments"></i> ~discord~</a></li>
<li><a class="btn btn-default" href="https://forum.tilde.team/"> <li><a class="btn btn-default" href="https://forum.tilde.team/">
<i class="fa fa-comment"></i> ~forum~</a></li> <i class="fa fa-comment"></i> ~forum~</a></li>
<li><a class="btn btn-default" href="http://webchat.freenode.net/?channels=%23%23tilde.team"> <li><a class="btn btn-default" href="https://irc.tilde.team">
<i class="fa fa-comments-o"></i> ~irc~</a></li> <i class="fa fa-comments-o"></i> ~irc~</a></li>
</ul> </ul>
</li> </li>

View File

@ -34,8 +34,8 @@
<h3>other tilde.team stuff</h3> <h3>other tilde.team stuff</h3>
<a class="btn btn-default" href="https://github.com/tilde-team"> <a class="btn btn-default" href="https://git.tilde.team/meta">
<i class="fa fa-github"></i> ~github-org~</a> <i class="fa fa-code-fork"></i> ~gitea~</a>
<a class="btn btn-default" href="https://tilde.zone/invite/9xjfCyYJ"> <a class="btn btn-default" href="https://tilde.zone/invite/9xjfCyYJ">
<i class="fa fa-retweet"></i> ~mastodon~</a> <i class="fa fa-retweet"></i> ~mastodon~</a>
<a class="btn btn-default" href="/discord/"> <a class="btn btn-default" href="/discord/">

View File

@ -3,5 +3,5 @@
"date": "dec 28, 2017", "date": "dec 28, 2017",
"title": "good news everyone", "title": "good news everyone",
"author": "<a href=\"/~ben/\">~ben</a>", "author": "<a href=\"/~ben/\">~ben</a>",
"content": "there's a news feed on the homepage now!! whenever there is any news, it will be posted here. if you have any big news, make a pull request on the <a href=\"https://github.com/tilde-team/site\">github repo</a> and then <a href=\"/~ben/\">~ben</a> or another github admin can merge it" "content": "there's a news feed on the homepage now!! whenever there is any news, it will be posted here. if you have any big news, make a pull request on the <a href=\"https://git.tilde.team/meta/site\">git repo</a> and then <a href=\"/~ben/\">~ben</a> or another github admin can merge it"
} }

View File

@ -1,7 +1,7 @@
{ {
"published": true, "published": true,
"date": "dec 2017", "date": "dec 2017",
"title": "<a href=\"https://github.com/tilde-team/hacker-bootstrap\">tilde.team bootstrap theme :)</a>", "title": "<a href=\"https://git.tilde.team/meta/css\">tilde.team bootstrap theme :)</a>",
"author": "<a href=\"/~ben/\">~ben</a>", "author": "<a href=\"/~ben/\">~ben</a>",
"content": "the tilde.team css is a fork of <a href=\"https://github.com/Brobin/hacker-bootstrap\">Brobin/hacker-bootstrap</a>. the main changes are increased font size and a fix for the background color of &lt;pre&gt; tags. have a look! anyone can link to the compiled css <a href=\"https://tilde.team/css/hacker.css\">here</a>" "content": "the tilde.team css is a fork of <a href=\"https://github.com/Brobin/hacker-bootstrap\">Brobin/hacker-bootstrap</a>. the main changes are increased font size and a fix for the background color of &lt;pre&gt; tags. have a look! anyone can link to the compiled css <a href=\"https://tilde.team/css/hacker.css\">here</a>"
} }

View File

@ -3,5 +3,5 @@
"date": "march 2018", "date": "march 2018",
"title": "github projects on homepage", "title": "github projects on homepage",
"author": "<a href=\"/~ben/\">~ben</a>", "author": "<a href=\"/~ben/\">~ben</a>",
"content": "the homepage now lists all public projects on the <a href=\"https://github.com/tilde-team\">tilde.team github org</a>! let me know if you want me to add you :)" "content": "the homepage now lists all public projects on the <a href=\"https://git.tilde.team/meta\">tilde.team github org</a>! let me know if you want me to add you :)"
} }

View File

@ -5,10 +5,10 @@
"author": "Ben Harris <ben@tilde.team>", "author": "Ben Harris <ben@tilde.team>",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/tilde-team/site" "url": "https://git.tilde.team/meta/site"
}, },
"bugs": { "bugs": {
"url": "https://github.com/tilde-team/site/issues" "url": "https://git.tilde.team/meta/site/issues"
}, },
"dependencies": { "dependencies": {
"@ibm/type": "^0.5.3" "@ibm/type": "^0.5.3"

View File

@ -6,7 +6,7 @@ to contribute to the wiki:
* clone the repo to your local machine (or your personal folder on the tilde.team box) * clone the repo to your local machine (or your personal folder on the tilde.team box)
```sh ```sh
git clone git@github.com:tilde-team/site git clone git@tilde.team:meta/site
``` ```
* create a new branch for your page * create a new branch for your page
@ -28,6 +28,6 @@ git commit -m "added my-new-page"
git push origin my-new-page # this should match the branch name you created earlier git push origin my-new-page # this should match the branch name you created earlier
``` ```
* create a pull request on the [site](https://github.com/tilde-team/site) repo * create a pull request on the [site](https://git.tilde.team/meta/site) repo
thanks!~ thanks!~

View File

@ -9,7 +9,7 @@ $parser = new Mni\FrontYAML\Parser();
<p>welcome to the tilde.team wiki!</p> <p>welcome to the tilde.team wiki!</p>
<p>if you want to contribute, check out the <a href="https://github.com/tilde-team/site/tree/master/wiki">source!</a></p> <p>if you want to contribute, check out the <a href="https://git.tilde.team/meta/site/src/branch/master/wiki">source!</a></p>
<hr> <hr>
<h3>pages:</h3> <h3>pages:</h3>

View File

@ -18,8 +18,10 @@ category:
* mastodon/activitypub social * mastodon/activitypub social
- [halcyon](https://halcyon.tilde.team) and [pinafore](https://pinafore.bhh.sh) clients - [halcyon](https://halcyon.tilde.team) and [pinafore](https://pinafore.bhh.sh) clients
- is it worth switching to pleroma? there is no good way to migrate, but it's significantly faster and lighter on resources - is it worth switching to pleroma? there is no good way to migrate, but it's significantly faster and lighter on resources
* forum - this project needs a lot of love (https://github.com/tilde-team/forum) but it's got potential * forum - this project needs a lot of love (https://git.tilde.team/meta/forum) but it's got potential
* [github org](https://github.com/tilde-team) * [github org](https://github.com/tilde-team)
* [gitea!!](https://git.tilde.team)
- test the PAM auth module :)
### future plans ### future plans