forked from team/site
1
0
Fork 0

update posts

This commit is contained in:
Ben Harris 2017-12-28 17:45:21 -05:00
parent 8fd9e82f91
commit 1403e3f2e9
4 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"published": true,
"date": "dec 28, 2017",
"date": "a not so long time ago",
"title": "first post",
"author": "~ben",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hi this is the first news post"
}

View File

@ -2,6 +2,6 @@
"published": true,
"date": "dec 28, 2017",
"title": "good news everyone",
"author": "~ben",
"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"
}

7
news/002_dns_redirects.json Executable file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "dec 2017",
"title": "username dns redirects",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hey all<br>there is now a dns record (and virtual host) that will redirect requests from <user>.tilde.team to tilde.team/~<user> -- for example ben.tilde.team redirects to tilde.team/~ben<br>also, the redirect preserves paths, so you can link to something under your user directory like this ben.tilde.team/blog => becomes tilde.team/~ben/blog<br><br>there are no ssl certs for these subdomains, so you will have to request those with plain http"
}

7
news/003_mastodon.json Executable file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "dec 2017",
"title": "mastodon",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hey tilders, there's a mastodon instance out there at <a href=\"https://social.tilde.team/\">social.tilde.team</a> for members of the tilde community (and any others who are interested in an actually <em>social</em> social network. see you on there!"
}