Update hosting to Codeberg
This commit is contained in:
parent
3633c954a9
commit
929338c93f
6 changed files with 16 additions and 16 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -107,13 +107,13 @@ Initial release of the site
|
|||
|
||||
- Add main code for the site
|
||||
|
||||
[Unreleased]: https://github.com/kytta/toot/compare/v2.1.0...HEAD
|
||||
[2.1.0]: https://github.com/kytta/toot/compare/v2.0.0...v2.1.0
|
||||
[2.0.0]: https://github.com/kytta/toot/compare/v1.2.2...v2.0.0
|
||||
[1.2.2]: https://github.com/kytta/toot/compare/v1.2.1...v1.2.2
|
||||
[1.2.1]: https://github.com/kytta/toot/compare/v1.2.0...v1.2.1
|
||||
[1.2.0]: https://github.com/kytta/toot/compare/v1.1.2...v1.2.0
|
||||
[1.1.1]: https://github.com/kytta/toot/compare/v1.1.1...v1.1.2
|
||||
[1.1.1]: https://github.com/kytta/toot/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://github.com/kytta/toot/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://github.com/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0
|
||||
[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.1.0...HEAD
|
||||
[2.1.0]: https://codeberg.org/kytta/toot/compare/v2.0.0...v2.1.0
|
||||
[2.0.0]: https://codeberg.org/kytta/toot/compare/v1.2.2...v2.0.0
|
||||
[1.2.2]: https://codeberg.org/kytta/toot/compare/v1.2.1...v1.2.2
|
||||
[1.2.1]: https://codeberg.org/kytta/toot/compare/v1.2.0...v1.2.1
|
||||
[1.2.0]: https://codeberg.org/kytta/toot/compare/v1.1.2...v1.2.0
|
||||
[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.1...v1.1.2
|
||||
[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://codeberg.org/kytta/toot/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://codeberg.org/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"homepage": "https://toot.kytta.dev/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kytta/toot.git"
|
||||
"url": "https://codeberg.org/kytta/toot.git"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
@source: https://github.com/kytta/toot/blob/main/src/index.html
|
||||
@source: https://codeberg.org/kytta/toot/src/branch/main/src/index.html
|
||||
|
||||
toot - Cross-instance share page for Mastodon
|
||||
Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<a href="https://joinmastodon.org/">What is Mastodon?</a>
|
||||
</section>
|
||||
<section>
|
||||
<a href="https://github.com/kytta/toot">toot on GitHub</a>
|
||||
<a href="https://codeberg.org/kytta/toot">toot on Codeberg</a>
|
||||
</section>
|
||||
</footer>
|
||||
<script src="/main.js"></script>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* @source: https://github.com/NickKaramoff/toot/blob/main/src/main.js
|
||||
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/main.js
|
||||
*
|
||||
* @licstart The following is the entire license notice for the
|
||||
* JavaScript code in this page.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @source: https://github.com/kytta/toot/blob/main/src/scss/_variables.scss
|
||||
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/_variables.scss
|
||||
*
|
||||
* toot - Cross-instance share page for Mastodon
|
||||
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* @source: https://github.com/kytta/toot/blob/main/src/scss/style.scss
|
||||
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/style.scss
|
||||
*
|
||||
* toot - Cross-instance share page for Mastodon
|
||||
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
|
Reference in a new issue