Skip to content

Commit 6f71e02

Browse files
committed
docs: Updated README.md, added FUNDING.yml
1 parent 6a53004 commit 6f71e02

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [MartinKavik]
4+
patreon: martinkavik
5+
#open_collective: # Replace with a single Open Collective username
6+
#ko_fi: # Replace with a single Ko-fi username
7+
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
#liberapay: # Replace with a single Liberapay username
10+
#issuehunt: # Replace with a single IssueHunt username
11+
#otechie: # Replace with a single Otechie username
12+
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
[UNRELEASED]
44

55
- Updated all JS dependencies.
6-
- Added and commented `base href` in `index.hbs` and `publicPath` in `webpack.config.js` to support non-root deploys.
6+
- Added `<base href="/">` and related comments to support non-root deploys.
77
- Updated all JS dependencies.
88
- App adapted to Seed 0.7.0.
99
- Disable unnecessary error message on the overlay.
10+
- App refactored.
11+
- Added `FUNDING.yml`.
12+
- Updated `README.md`.
1013

1114
[0.5.0]
1215

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ I want to show you how to create, build and host your website for free, so we wi
4545

4646
1. Make sure you have basic tools installed:
4747

48-
- [Yarn](https://yarnpkg.com/lang/en/docs/install) - run `$ yarn -v` in terminal. It should output something like `1.17.3`
49-
- [Node.js](https://nodejs.org) - `$ node -v` => `v10.16.3`
50-
- [Rust](https://www.rust-lang.org/tools/install) - `$ rustc -V` => `rustc 1.38.0 (625451e37 2019-09-23)`
48+
- [Yarn](https://yarnpkg.com/lang/en/docs/install) - run `$ yarn -v` in terminal. It should output something like `1.22.4`
49+
- [Node.js](https://nodejs.org) - `$ node -v` => `v12.13.0`
50+
- [Rust](https://www.rust-lang.org/tools/install) - `$ rustc -V` => `rustc 1.43.1 (8d69840ab 2020-05-04)`
5151
- Rust target `wasm` - `$ rustup target list` => `.. wasm32-unknown-unknown (installed) ..`
5252
- Install: `$ rustup target add wasm32-unknown-unknown`
5353

@@ -60,15 +60,15 @@ I want to show you how to create, build and host your website for free, so we wi
6060
- [wasm-pack](https://rustwasm.github.io/wasm-pack/)
6161

6262
- Check: `$ wasm-pack -V` => `wasm-pack 0.9.1`
63-
- Install: `$ cargo install --force wasm-pack`
63+
- Install: `$ cargo install wasm-pack`
6464

6565
- [cargo-make](https://sagiegurari.github.io/cargo-make/)
6666

67-
- Check: `$ cargo make -V` => `cargo-make 0.22.1`
68-
- Install: `$ cargo install --force cargo-make`
67+
- Check: `$ cargo make -V` => `cargo-make 0.30.7`
68+
- Install: `$ cargo install cargo-make`
6969

7070
- [nightly rustfmt](https://github.com/rust-lang/rustfmt#on-the-nightly-toolchain)
71-
- Check: `$ cargo +nightly fmt -- -V` => `rustfmt 1.4.8-nightly (afb1ee1c 2019-09-08)`
71+
- Check: `$ cargo +nightly fmt -- -V` => `rustfmt 1.4.14-nightly (a5cb5d26 2020-04-14)`
7272
- Install:
7373
1. `$ rustup toolchain install nightly`
7474
2. `$ rustup component add rustfmt --toolchain nightly`

0 commit comments

Comments
 (0)