mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
Compare commits
4 Commits
2f5c73ec99
...
0b2ec0e84c
Author | SHA1 | Date | |
---|---|---|---|
|
0b2ec0e84c | ||
|
c9187cc055 | ||
|
14e640586f | ||
|
87e2fc34f6 |
@ -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 ] &&
|
||||
|
@ -14,7 +14,8 @@ taxonomies = [
|
||||
|
||||
[link_checker]
|
||||
skip_prefixes = [
|
||||
"https://play.esea.net"
|
||||
"https://play.esea.net",
|
||||
"https://letsplay.live"
|
||||
]
|
||||
|
||||
[extra]
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user