Compare commits

...

4 Commits

Author SHA1 Message Date
avitex 0b2ec0e84c
add skip link 2020-08-25 21:06:20 +10:00
avitex c9187cc055
fix link and add check 2020-08-25 21:03:18 +10:00
avitex 14e640586f
update git url 2020-08-25 20:57:18 +10:00
avitex 87e2fc34f6
update email and projects 2020-08-25 18:52:42 +10:00
5 changed files with 12 additions and 11 deletions

View File

@ -6,7 +6,7 @@ before_script:
- curl -s -L https://github.com/getzola/zola/releases/download/v0.10.1/zola-v0.10.1-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
script:
- zola build
- zola check && zola build
after_success: |
[ $TRAVIS_BRANCH = source ] &&

View File

@ -14,7 +14,8 @@ taxonomies = [
[link_checker]
skip_prefixes = [
"https://play.esea.net"
"https://play.esea.net",
"https://letsplay.live"
]
[extra]

View File

@ -12,5 +12,5 @@ You can find my PGP public key [here](/id/pk.txt).
## Contact
If you wish to contact me, email is easiest via `theavitex (at) gmail (dot) com`.
If you wish to contact me, email is easiest via `avitex (at) wfxlabs (dot) com`.
See my [social links](@/about/social.md) for other methods to get in touch.

View File

@ -10,7 +10,7 @@ description = "Links to my accounts on various social services for identity, cod
## Code
- [Github](https://github.com/avitex)
- [WhitefoxLabs](https://git.wfx.es/avitex)
- [WhitefoxLabs](https://git.wfxlabs.com/avitex)
- [Crates.io](https://crates.io/users/avitex)
- [Hex.pm](https://hex.pm/users/avitex)
- [NPM](https://www.npmjs.com/~avitex)
@ -37,7 +37,7 @@ description = "Links to my accounts on various social services for identity, cod
- [Steam](https://steamcommunity.com/id/avitex)
- [Faceit](https://www.faceit.com/en/players/avitex)
- [ESEA](https://play.esea.net/users/680258) (_dormant_)
- [Cybergamer](https://www.cybergamer.com/profile/246296/avitex/) (_dormant_)
- [LPL](https://letsplay.live/profile/246296/avitex/) (_dormant_)
## Other

View File

@ -6,18 +6,18 @@ crate = "badgen"
status = "development"
github = "avitex/rust-badgen"
[project.rust-dangerous]
lang = "rust"
crate = "dangerous"
status = "development"
github = "avitex/rust-dangerous"
[project.rust-arae]
lang = "rust"
crate = "arae"
status = "experimental"
github = "avitex/rust-arae"
[project.rust-font-size]
lang = "rust"
crate = "font-size"
status = "development"
github = "avitex/rust-font-size"
[project.rust-dnscat]
lang = "rust"
crate = "dnscat"