ethandl.dev

The source for my website
git clone git://git.ethandl.dev/ethandl.dev
Log | Files | Refs | Submodules

languages.en.toml (3071B)


      1 languageCode = "en-au"
      2 languageName = "English"
      3 weight = 1
      4 title = "Ethan's Website"
      5 
      6 [params]
      7 displayName = "English"
      8 isoCode = "en-au"
      9 rtl = false
     10 dateFormat = "2 January 2006"
     11 #logo = "img/plan9bunnywhite.jpg"
     12 # secondaryLogo = "img/secondary-logo.png"
     13 description = "My personal website for things I find interesting."
     14 #copyright = "Copy, _right?_ :thinking_face:"
     15 
     16 [author]
     17 name = "Ethan Long"
     18 image = "img/plan9bunnywhite.jpg"
     19 headline = "ANU Honours Student"
     20 bio = """
     21 I am an Honours student studying at the ANU, currently working on a thesis on 
     22 Quantum Key Distribution.
     23 """
     24 links = [
     25   { code = "https://git.ethandl.dev" },
     26 #  { email = "mailto:ethandavidlong@gmail.com" },
     27 #  { link = "https://link-to-some-website.com/" },
     28 #  { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
     29 #  { apple = "https://www.apple.com" },
     30 #  { blogger = "https://username.blogspot.com/" },
     31 #  { bluesky = "https://bsky.app/profile/username" },
     32 #  { codepen = "https://codepen.io/username" },
     33 #  { dev = "https://dev.to/username" },
     34 #  { discord = "https://discord.gg/invitecode" },
     35 #  { dribbble = "https://dribbble.com/username" },
     36 #  { facebook = "https://facebook.com/username" },
     37 #  { flickr = "https://www.flickr.com/photos/username/" },
     38 #  { foursquare = "https://foursquare.com/username" },
     39 #  { github = "https://github.com/username" },
     40   { gitlab = "https://gitlab.com/lightningx10" },
     41 #  { google = "https://www.google.com/" },
     42 #  { hashnode = "https://username.hashnode.dev" },
     43 #  { instagram = "https://instagram.com/username" },
     44 #  { itch-io = "https://username.itch.io" },
     45 #  { keybase = "https://keybase.io/username" },
     46 #  { kickstarter = "https://www.kickstarter.com/profile/username" },
     47 #  { lastfm = "https://lastfm.com/user/username" },
     48 #  { linkedin = "https://linkedin.com/in/username" },
     49 #  { mastodon = "https://mastodon.instance/@username" },
     50 #  { medium = "https://medium.com/username" },
     51 #  { microsoft = "https://www.microsoft.com/" },
     52 #  { orcid = "https://orcid.org/userid" },
     53 #  { patreon = "https://www.patreon.com/username" },
     54 #  { pinterest = "https://pinterest.com/username" },
     55 #  { reddit = "https://reddit.com/user/username" },
     56 #  { researchgate = "https://www.researchgate.net/profile/username" },
     57 #  { slack = "https://workspace.url/team/userid" },
     58 #  { snapchat = "https://snapchat.com/add/username" },
     59 #  { soundcloud = "https://soundcloud.com/username" },
     60 #  { stack-overflow = "https://stackoverflow.com/users/userid/username" },
     61 #  { steam = "https://steamcommunity.com/profiles/userid" },
     62 #  { telegram = "https://t.me/username" },
     63 #  { threads = "https://www.threads.net/@username" },
     64 #  { tiktok = "https://tiktok.com/@username" },
     65 #  { tumblr = "https://username.tumblr.com" },
     66 #  { twitch = "https://twitch.tv/username" },
     67 #  { twitter = "https://twitter.com/username" },
     68 #  { x-twitter = "https://twitter.com/username" },
     69 #  { whatsapp = "https://wa.me/phone-number" },
     70 #  { youtube = "https://youtube.com/username" },
     71 #  { ko-fi = "https://ko-fi.com/username" },
     72 #  { codeberg = "https://codeberg.org/username"},
     73 ]