diff --git a/build.py b/build.py index e800202..0886710 100755 --- a/build.py +++ b/build.py @@ -15,10 +15,304 @@ def main(): run('dot', link_gv, '-Tsvg', '-o', link_svg) with open(link_svg, 'br') as f: link_text = f.read().decode('u8') - page_file = os.path.join(root, 'test.html') + page_file = os.path.join(root, 'index.html') page_text = f'''\ -{link_text} + + + + + + +Marc Beninca + + +
+ + +

Marc Beninca

+ + +
+ + +
+ + + +Home + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OpenPGP
marc.beninca.link
meta.sr.ht
keys.openpgp.org
Key
Base
Key
Oxide
Libera
Pay
U
Tip
PatreonTip
eee
+MastodonDiscord
DMOJGitLabYouTube
GalacticTalkPleromaFaceBook
OMG.LOLPixelFedOpenStreetMapInstagram
RedditTwitchVimeo
Twitter
HackerNewsBitBucket
LobstersLinuxFR
GitHub
DNS
beninca.link
computing.land
marc-beninca.fr
rwx.work
tilde.link
GitLab
Debian
FramaGit
FrogGit
GitGud
Insomnia
Gitea
42l
AFPy
Chapril
CodeBerg
DisRoot
Froggies
FSFE
GitDab
Gitea
ProjectSegfault
TildeGit
StackExchange
Meta
ServerFault
StackOverflow
TeX
Unix
+ + + + + + + +
+ + + +
+ + + + + +
+ + + +
+ + + + + +
+ + + +
+ + + + + +
+ + +
''' +# {link_text} with open(page_file, 'bw') as f: f.write(page_text.encode('u8'))