Initial commit

This commit is contained in:
Aminda Suomalainen ⚧ 2018-04-16 13:37:09 +03:00
commit d1dea02a90
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
7 changed files with 30 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_site/

1
README.md Normal file
View File

@ -0,0 +1 @@
Young Pirates Finland redirector using GitHub pages.

11
_config.yml Normal file
View File

@ -0,0 +1,11 @@
# Custom settings
timezone: Europe/Helsinki
encoding: utf-8
plugins:
- jekyll-feed
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"
include: [robots.txt]

5
discord.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: https://discord.gg/8M9ds8c
permalink: /discord.html
sitemap: false
---

5
index.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: http://pinu.fi/
permalink: /index.html
sitemap: false
---

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

5
telegram.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: https://t.me/joinchat/EahHW0Kiv5aY2qgXFwEi_g
permalink: /telegram.html
sitemap: false
---