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>
</a>
<ul class="dropdown-menu" role="menu">
<li><a class="btn btn-default" href="https://github.com/tilde-team">
<i class="fa fa-github"></i> ~github-org~</a></li>
<li><a class="btn btn-default" href="https://social.tilde.team/">
<li><a class="btn btn-default" href="https://git.tilde.team">
<i class="fa fa-code-fork"></i> ~gitea~</a></li>
<li><a class="btn btn-default" href="https://tilde.zone/invite/9xjfCyYJ">
<i class="fa fa-retweet"></i> ~mastodon~</a></li>
<li><a class="btn btn-default" href="/discord/">
<i class="fa fa-comments"></i> ~discord~</a></li>
<li><a class="btn btn-default" href="https://forum.tilde.team/">
<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>
</ul>
</li>

View File

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

View File

@ -3,5 +3,5 @@
"date": "dec 28, 2017",
"title": "good news everyone",
"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,
"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>",
"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",
"title": "github projects on homepage",
"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>",
"repository": {
"type": "git",
"url": "https://github.com/tilde-team/site"
"url": "https://git.tilde.team/meta/site"
},
"bugs": {
"url": "https://github.com/tilde-team/site/issues"
"url": "https://git.tilde.team/meta/site/issues"
},
"dependencies": {
"@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)
```sh
git clone git@github.com:tilde-team/site
git clone git@tilde.team:meta/site
```
* 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
```
* 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!~

View File

@ -9,7 +9,7 @@ $parser = new Mni\FrontYAML\Parser();
<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>
<h3>pages:</h3>

View File

@ -18,8 +18,10 @@ category:
* mastodon/activitypub social
- [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
* 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)
* [gitea!!](https://git.tilde.team)
- test the PAM auth module :)
### future plans