mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add new git remote
This commit is contained in:
parent
fa9a9e84b0
commit
86f42cdc35
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
@ -1,9 +1,17 @@
|
||||||
# seirdy.one
|
# seirdy.one
|
||||||
|
|
||||||
[![sourcehut](https://img.shields.io/badge/repository-sourcehut-lightgrey.svg?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSINCiAgICB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCI+DQogIDxkZWZzPg0KICAgIDxmaWx0ZXIgaWQ9InNoYWRvdyIgeD0iLTEwJSIgeT0iLTEwJSIgd2lkdGg9IjEyNSUiIGhlaWdodD0iMTI1JSI+DQogICAgICA8ZmVEcm9wU2hhZG93IGR4PSIwIiBkeT0iMCIgc3RkRGV2aWF0aW9uPSIxLjUiDQogICAgICAgIGZsb29kLWNvbG9yPSJibGFjayIgLz4NCiAgICA8L2ZpbHRlcj4NCiAgICA8ZmlsdGVyIGlkPSJ0ZXh0LXNoYWRvdyIgeD0iLTEwJSIgeT0iLTEwJSIgd2lkdGg9IjEyNSUiIGhlaWdodD0iMTI1JSI+DQogICAgICA8ZmVEcm9wU2hhZG93IGR4PSIwIiBkeT0iMCIgc3RkRGV2aWF0aW9uPSIxLjUiDQogICAgICAgIGZsb29kLWNvbG9yPSIjQUFBIiAvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogIDxjaXJjbGUgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMzglIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjQlIg0KICAgIGZpbGw9Im5vbmUiIGZpbHRlcj0idXJsKCNzaGFkb3cpIiAvPg0KICA8Y2lyY2xlIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjM4JSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0JSINCiAgICBmaWxsPSJub25lIiBmaWx0ZXI9InVybCgjc2hhZG93KSIgLz4NCjwvc3ZnPg0KCg==)](https://sr.ht/~seirdy/seirdy.one) [![GitLab mirror](https://img.shields.io/badge/mirror-GitLab-orange.svg?logo=gitlab)](https://gitlab.com/Seirdy/seirdy.one) [![GitHub mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https://github.com/Seirdy/seirdy.one) [![Codeberg mirror](https://img.shields.io/badge/mirror-Codeberg-blue.svg?logo=codeberg)](https://codeberg.org/Seirdy/seirdy.one)
|
|
||||||
|
|
||||||
[![builds.sr.ht status](https://builds.sr.ht/~seirdy/seirdy.one.svg)](https://builds.sr.ht/~seirdy/seirdy.one)
|
[![builds.sr.ht status](https://builds.sr.ht/~seirdy/seirdy.one.svg)](https://builds.sr.ht/~seirdy/seirdy.one)
|
||||||
|
|
||||||
|
## Repository mirroring
|
||||||
|
|
||||||
|
This repository is pushed to the following forges:
|
||||||
|
|
||||||
|
- [Sourcehut](https://sr.ht/~seirdy/seirdy.one/)
|
||||||
|
- [GitLab.com](https://gitlab.com/Seirdy/seirdy.one)
|
||||||
|
- [GitHub](https://github.com/Seirdy/seirdy.one)
|
||||||
|
- [Codeberg](https://codeberg.org/Seirdy/seirdy.one)
|
||||||
|
- [envs.net gitea](https://git.envs.net/Seirdy/seirdy.one)
|
||||||
|
|
||||||
Code for my personal website, [seirdy.one](https://seirdy.one). Built with Hugo.
|
Code for my personal website, [seirdy.one](https://seirdy.one). Built with Hugo.
|
||||||
|
|
||||||
Also builds my Gemini capsule: <gemini://seirdy.one/>.
|
Also builds my Gemini capsule: <gemini://seirdy.one/>.
|
||||||
|
@ -64,6 +72,7 @@ Remote tests:
|
||||||
- To build the polygot formatted HTML and XHTML: `make hugo xhtmlize`
|
- To build the polygot formatted HTML and XHTML: `make hugo xhtmlize`
|
||||||
- To lint and validate: `make hugo xhtmlize lint-local`
|
- To lint and validate: `make hugo xhtmlize lint-local`
|
||||||
- To build everything and compress: `make hugo xhtmlize compress copy-to-xhtml`
|
- To build everything and compress: `make hugo xhtmlize compress copy-to-xhtml`
|
||||||
- To deploy the clearnet site and corresponding Tor hidden service: `make deploy-prod deploy-onion`.
|
- To deploy the clearnet site and corresponding Tor hidden service: `make deploy-prod deploy-onion`.
|
||||||
|
|
||||||
`lint-local` and deployment tasks support limited parallelization with `-j`.
|
`lint-local` and deployment tasks support limited parallelization with `-j`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue