Skip to content

Commit

Permalink
Rewrite \w Kotlin. #89 (#129)
Browse files Browse the repository at this point in the history
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
IRus authored Apr 20, 2017
1 parent b23ddcf commit a744545
Show file tree
Hide file tree
Showing 396 changed files with 8,925 additions and 6,870 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
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

11 changes: 10 additions & 1 deletion .travis.yml
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
Expand All @@ -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/
21 changes: 0 additions & 21 deletions CONTRIBUTING.adoc

This file was deleted.

16 changes: 16 additions & 0 deletions CONTRIBUTING.md
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.
20 changes: 0 additions & 20 deletions README.dev

This file was deleted.

505 changes: 256 additions & 249 deletions README.md

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions app/File.ts

This file was deleted.

Loading

0 comments on commit a744545

Please sign in to comment.