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
|
- 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:
|
script:
|
||||||
- zola build
|
- zola check && zola build
|
||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_BRANCH = source ] &&
|
[ $TRAVIS_BRANCH = source ] &&
|
||||||
|
@ -14,7 +14,8 @@ taxonomies = [
|
|||||||
|
|
||||||
[link_checker]
|
[link_checker]
|
||||||
skip_prefixes = [
|
skip_prefixes = [
|
||||||
"https://play.esea.net"
|
"https://play.esea.net",
|
||||||
|
"https://letsplay.live"
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
@ -12,5 +12,5 @@ You can find my PGP public key [here](/id/pk.txt).
|
|||||||
|
|
||||||
## Contact
|
## 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.
|
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
|
## Code
|
||||||
|
|
||||||
- [Github](https://github.com/avitex)
|
- [Github](https://github.com/avitex)
|
||||||
- [WhitefoxLabs](https://git.wfx.es/avitex)
|
- [WhitefoxLabs](https://git.wfxlabs.com/avitex)
|
||||||
- [Crates.io](https://crates.io/users/avitex)
|
- [Crates.io](https://crates.io/users/avitex)
|
||||||
- [Hex.pm](https://hex.pm/users/avitex)
|
- [Hex.pm](https://hex.pm/users/avitex)
|
||||||
- [NPM](https://www.npmjs.com/~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)
|
- [Steam](https://steamcommunity.com/id/avitex)
|
||||||
- [Faceit](https://www.faceit.com/en/players/avitex)
|
- [Faceit](https://www.faceit.com/en/players/avitex)
|
||||||
- [ESEA](https://play.esea.net/users/680258) (_dormant_)
|
- [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
|
## Other
|
||||||
|
|
||||||
|
@ -6,18 +6,18 @@ crate = "badgen"
|
|||||||
status = "development"
|
status = "development"
|
||||||
github = "avitex/rust-badgen"
|
github = "avitex/rust-badgen"
|
||||||
|
|
||||||
|
[project.rust-dangerous]
|
||||||
|
lang = "rust"
|
||||||
|
crate = "dangerous"
|
||||||
|
status = "development"
|
||||||
|
github = "avitex/rust-dangerous"
|
||||||
|
|
||||||
[project.rust-arae]
|
[project.rust-arae]
|
||||||
lang = "rust"
|
lang = "rust"
|
||||||
crate = "arae"
|
crate = "arae"
|
||||||
status = "experimental"
|
status = "experimental"
|
||||||
github = "avitex/rust-arae"
|
github = "avitex/rust-arae"
|
||||||
|
|
||||||
[project.rust-font-size]
|
|
||||||
lang = "rust"
|
|
||||||
crate = "font-size"
|
|
||||||
status = "development"
|
|
||||||
github = "avitex/rust-font-size"
|
|
||||||
|
|
||||||
[project.rust-dnscat]
|
[project.rust-dnscat]
|
||||||
lang = "rust"
|
lang = "rust"
|
||||||
crate = "dnscat"
|
crate = "dnscat"
|
||||||
|
Loading…
Reference in New Issue
Block a user