-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No more javascript/typescript except react app. Now articles - kotlin scripts, so it's much easier to maintain project Now projects - kotlin scripts, so it's much better for kotlin developers
- Loading branch information
Showing
396 changed files
with
8,925 additions
and
6,870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[*] | ||
charset=utf-8 | ||
end_of_line=lf | ||
insert_final_newline=true | ||
indent_style=space | ||
indent_size=4 | ||
|
||
[*.kts] | ||
indent_style=space | ||
indent_size=2 | ||
|
||
[build.gradle.kts] | ||
indent_style=space | ||
indent_size=4 | ||
|
||
[*.ts] | ||
indent_style=space | ||
indent_size=2 | ||
|
||
[*.tsx] | ||
indent_style=space | ||
indent_size=2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
language: node_js | ||
node_js: 6 | ||
node_js: 7 | ||
addons: | ||
ssh_known_hosts: kotlin.link | ||
apt: | ||
packages: | ||
- oracle-java8-installer | ||
before_script: | ||
- npm test | ||
- openssl aes-256-cbc -K $encrypted_83630750896a_key -iv $encrypted_83630750896a_iv -in [email protected] -out ~/.ssh/deploy@morty -d | ||
|
@@ -12,3 +15,9 @@ script: | |
- bash ./deploy.sh | ||
cache: | ||
yarn: true | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
before_cache: | ||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | ||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Contribution Help | ||
|
||
## Adding to this list | ||
|
||
This awesome list contains two views: standard github README page view, and nice website with search. | ||
|
||
**To contribute** to both places you need: | ||
|
||
TODO: Move to scripts | ||
Edit **[links/](./links/)category.kts** directly, and then run `./gradlew run`. | ||
|
||
*Happy contributing!* | ||
|
||
## How to update webpage? | ||
|
||
Build on Travis CI automatically updates webpage on pushes to master. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.