Compare commits
No commits in common. "d51480d95b702b34b24e1657e3a484686b4280ac" and "cc5d628e59926e254ca4f14d9f8c2febd4a937c9" have entirely different histories.
d51480d95b
...
cc5d628e59
2 changed files with 68 additions and 8 deletions
|
@ -24,9 +24,59 @@ THEME = 'themes/pelican-striped-html5up'
|
||||||
STATIC_PATHS = ['images']
|
STATIC_PATHS = ['images']
|
||||||
# PLUGINS = ['neighbors']
|
# PLUGINS = ['neighbors']
|
||||||
|
|
||||||
HOSTS = ()
|
HOSTS = (
|
||||||
SITES = (
|
('rwx.work', 'https://blog.rwx.work'),
|
||||||
('Marc Beninca', 'https://marc.beninca.link'),
|
('envs.net', 'https://mspe.envs.net'),
|
||||||
|
('insomnia247.nl', 'https://mspe.insomnia247.nl'),
|
||||||
|
('tilde.team', 'https://mspe.tilde.team'),
|
||||||
|
('tilde.cafe', 'https://mspe.tilde.cafe'),
|
||||||
|
('tilde.institute', 'https://mspe.tilde.institute'),
|
||||||
|
('tilde.club', 'https://tilde.club/~mspe'),
|
||||||
|
('remotes.club', 'https://mspe.remotes.club'),
|
||||||
|
('thunix.net', 'https://thunix.net/~mspe'),
|
||||||
|
('yourtilde.com', 'https://yourtilde.com/~mspe'),
|
||||||
|
# ('tilde.ninja', 'https://tilde.ninja/~mspe'),
|
||||||
|
('aussies.space', 'https://aussies.space/~mspe'),
|
||||||
|
('ctrl-c.club', 'http://ctrl-c.club/~mspe'),
|
||||||
|
('fr.tild3.org', 'https://mspe.fr.tild3.org'),
|
||||||
|
('tilde.town', 'https://tilde.town/~mspe'),
|
||||||
|
('tilde.fun', 'https://tilde.fun/~mspe'),
|
||||||
|
('tilde.pink', 'https://tilde.pink/~mspe'),
|
||||||
|
('heathens.club', 'https://heathens.club/~mspe'),
|
||||||
|
('dimension.sh', 'https://dimension.sh/~mspe'),
|
||||||
|
# ('southlondon.cc', 'https://southlondon.cc/~mspe'),
|
||||||
|
('squiggle.city', 'https://squiggle.city/~mspe'),
|
||||||
|
('rw.rs', 'http://rw.rs/~mspe'),
|
||||||
|
# ('radiofreqs.space', 'https://mspe.radiofreqs.space'),
|
||||||
|
# ('hamish.space', 'https://hamish.space/~mspe'),
|
||||||
|
('tilde.guru', 'https://tilde.guru/~mspe'),
|
||||||
|
)
|
||||||
|
|
||||||
|
SITES = (
|
||||||
|
('rwx.work', 'https://rwx.work'),
|
||||||
|
('marc-beninca.fr', 'https://marc-beninca.fr'),
|
||||||
|
('tilde.link', 'https://tilde.link'),
|
||||||
|
)
|
||||||
|
|
||||||
|
GIT = (
|
||||||
|
('bitbucket.org', 'https://bitbucket.org/m-s-p-e'),
|
||||||
|
('codeberg.org', 'https://codeberg.org/mspe?tab=activity'),
|
||||||
|
('framagit.org', 'https://framagit.org/mspe'),
|
||||||
|
('frogg.it', 'https://lab.frogg.it/mspe'),
|
||||||
|
('gitea.com', 'https://gitea.com/mspe?tab=activity'),
|
||||||
|
('gitgud.io', 'https://gitgud.io/mspe'),
|
||||||
|
('github.com', 'https://github.com/m-s-p-e'),
|
||||||
|
('gitlab.com', 'https://gitlab.com/mspe'),
|
||||||
|
('insomnia247.nl', 'https://git.insomnia247.nl/mspe'),
|
||||||
|
('notabug.org', 'https://notabug.org/mspe?tab=activity'),
|
||||||
|
('pagure.io', 'https://pagure.io/user/mspe'),
|
||||||
|
('sr.ht', 'https://sr.ht/~mspe'),
|
||||||
|
('tildegit.org', 'https://tildegit.org/mspe?tab=activity'),
|
||||||
|
('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'),
|
||||||
|
)
|
||||||
|
|
||||||
|
SOCIAL = (
|
||||||
|
('keybase.io', 'https://keybase.io/mspe'),
|
||||||
|
('linkedin.com', 'https://www.linkedin.com/in/marc-beninca'),
|
||||||
|
('lbry.tv', 'https://lbry.tv/@marc-beninca:d'),
|
||||||
)
|
)
|
||||||
GIT = ()
|
|
||||||
SOCIAL = ()
|
|
||||||
|
|
16
sync.sh
16
sync.sh
|
@ -2,7 +2,7 @@
|
||||||
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||||
BASH_ROOT="$(dirname "${BASH_FILE}")"
|
BASH_ROOT="$(dirname "${BASH_FILE}")"
|
||||||
|
|
||||||
OUTPUT='out'
|
OUTPUT='output'
|
||||||
|
|
||||||
function rs { echo; \
|
function rs { echo; \
|
||||||
echo "→ ${2} @ ${3} : ${1}"; \
|
echo "→ ${2} @ ${3} : ${1}"; \
|
||||||
|
@ -49,6 +49,8 @@ rs 9022 'mspe' 'remotes.club' 'web'
|
||||||
echo 'PHP → CGI / ~'
|
echo 'PHP → CGI / ~'
|
||||||
|
|
||||||
rs 22 'mspe' 'thunix.net' 'public_html'
|
rs 22 'mspe' 'thunix.net' 'public_html'
|
||||||
|
rs 22 'mspe' 'yourtilde.com' 'public_html'
|
||||||
|
# rs 22 'mspe' 'tilde.ninja' 'public_html'
|
||||||
rs 22 'mspe' 'aussies.space' 'public_html'
|
rs 22 'mspe' 'aussies.space' 'public_html'
|
||||||
|
|
||||||
echo 'PHP → CGI / http'
|
echo 'PHP → CGI / http'
|
||||||
|
@ -58,6 +60,12 @@ rs 22 'mspe' 'ctrl-c.club' 'public_html'
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
echo 'PHP / .'
|
||||||
|
|
||||||
|
# rs 22 'mspe' 'radiofreqs.space' 'public_html'
|
||||||
|
|
||||||
|
echo
|
||||||
|
|
||||||
echo 'ø / .'
|
echo 'ø / .'
|
||||||
|
|
||||||
rs 22 'mspe' 'fr.tild3.org' 'public_html'
|
rs 22 'mspe' 'fr.tild3.org' 'public_html'
|
||||||
|
@ -69,12 +77,14 @@ rs 22 'mspe' 'tilde.fun' 'html'
|
||||||
rs 22 'mspe' 'tilde.pink' 'public_html'
|
rs 22 'mspe' 'tilde.pink' 'public_html'
|
||||||
rs 22 'mspe' 'heathens.club' 'www'
|
rs 22 'mspe' 'heathens.club' 'www'
|
||||||
rs 22 'mspe' 'dimension.sh' 'public_html'
|
rs 22 'mspe' 'dimension.sh' 'public_html'
|
||||||
rs 22 'mspe' 'southlondon.cc' 'public_html'
|
# rs 22 'mspe' 'southlondon.cc' 'public_html'
|
||||||
rs 22 'mspe' 'squiggle.city' 'public_html'
|
rs 22 'mspe' 'squiggle.city' 'public_html'
|
||||||
|
|
||||||
echo 'ø / http'
|
echo 'ø / http'
|
||||||
|
|
||||||
# rs 22 'mspe' 'rw.rs' 'public_html'
|
rs 22 'mspe' 'rw.rs' 'public_html'
|
||||||
|
|
||||||
|
|
||||||
|
# rs 22 'marc' 'radiofreqs.space' 'public_html'
|
||||||
|
# rs 22 'mspe' 'hamish.space' 'public_html'
|
||||||
rs 22 'mspe' 'tilde.guru' 'public_html'
|
rs 22 'mspe' 'tilde.guru' 'public_html'
|
||||||
|
|
Loading…
Reference in a new issue