From 05dc8381392b5e92670e953c95dd873fe7d75390 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 20 May 2021 16:46:40 +0700 Subject: Update identity --- Manifest.toml | 12 ++++++------ _css/style.css | 54 +++++++++--------------------------------------------- index.md | 16 ++++++++++------ 3 files changed, 25 insertions(+), 57 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index d275bb4..70f4a69 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -101,9 +101,9 @@ version = "2.8.1" [[LiveServer]] deps = ["Crayons", "FileWatching", "HTTP", "Pkg", "Sockets", "Test"] -git-tree-sha1 = "232282032d6daf8548510385a00c33533576c297" +git-tree-sha1 = "dc79d9c48d20f3acb5fafed7da5fedb98a506df4" uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589" -version = "0.6.4" +version = "0.6.5" [[Logging]] uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" @@ -139,9 +139,9 @@ uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c" version = "1.3.0" [[OrderedCollections]] -git-tree-sha1 = "4fa2ba51070ec13fcc7517db714445b4ab986bdf" +git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c" uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" -version = "1.4.0" +version = "1.4.1" [[Parsers]] deps = ["Dates"] @@ -155,9 +155,9 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" [[Preferences]] deps = ["TOML"] -git-tree-sha1 = "ea79e4c9077208cd3bc5d29631a26bc0cff78902" +git-tree-sha1 = "00cfd92944ca9c760982747e9a1d0d5d86ab1e5a" uuid = "21216c6a-2e73-6563-6e65-726566657250" -version = "1.2.1" +version = "1.2.2" [[Printf]] deps = ["Unicode"] diff --git a/_css/style.css b/_css/style.css index 558a061..0281fa5 100644 --- a/_css/style.css +++ b/_css/style.css @@ -68,12 +68,6 @@ html { padding-left: 0; } -.franklin-content .footnote { - position: relative; - top: -0.5em; - font-size: 70%; -} - /* Text geometry */ .franklin-content p { hyphens: auto; @@ -140,46 +134,17 @@ html { } /* Hyperrefs and footnotes */ -.franklin-content .eqref a { color: green; } -.franklin-content .bibref a { color: green; } - -.franklin-content sup { - font-size: 70%; - vertical-align: super; -} - -.franklin-content table.fndef { - margin: 0; - margin-bottom: 0.6em; -} - -.franklin-content .fndef tr, td { - padding: 0; - border: 0; - text-align: left; -} +.franklin-content .bibref a, +.franklin-content .eqref a { color: var(--link-fg) } -.franklin-content .fndef tr { - border-left: 0.1em solid var(--fade-fg); -} - -.franklin-content .fndef td.fndef-backref { - vertical-align: top; - font-size: 70%; - padding-left: 0.04em; -} - -.franklin-content .fndef td.fndef-content { - font-size: 80%; - padding-left: 0.6em; - width: 100%; -} +.franklin-content table.fndef { border: none } +.franklin-content .fndef tr { text-align: left } +.franklin-content .fndef td, .franklin-content sup { font-size: 80% } +.franklin-content .fndef td.fndef-content { width: 100% } +.franklin-content .fndef td.fndef-backref { padding-left: 0 } /* Images */ -.franklin-content img { - width: 100%; -} - +.franklin-content img { width: 100% } .franklin-content .img-small img { width: 50%; text-align: center; @@ -187,8 +152,7 @@ html { } /* KaTeX */ -.katex { font-size: 1em !important; } - +.katex { font-size: 1em !important } .katex-display .katex { /* Overwrite KaTeX settings. */ display: inline-block; diff --git a/index.md b/index.md index 1057703..de9ed4d 100644 --- a/index.md +++ b/index.md @@ -2,17 +2,21 @@ Hi! [My name is][] Nguyễn Gia Phong. I'm a Vietnamese undergrad student and a [free software][] enthusiast. You can find me under my Internet alias -McSinyx in the [Fediverse][]: +McSinyx (or CnX for short) in the [Fediverse][]: -* Matrix: [@McSinyx:matrix.org][] -* Email: [mcsinyx@disroot.org][] -* Mastodon: [@mcsinyx@librem.one][] +* ActivityPub: [@cnx@nixnet.social][] * SourceHut: [sr.ht/~cnx][] +* Email (and XMPP): [mcsinyx@disroot.org][][^pgp] +* Matrix: [@cnx:halogen.city][] + +[^pgp]: PGP: [27148B2C06A2224B][], also on [OpenPGP][] [My name is]: https://www.youtube.com/watch?v=LDj8kkVwisY [free software]: https://www.gnu.org/philosophy/free-sw.html [Fediverse]: https://en.wikipedia.org/wiki/Fediverse -[@McSinyx:matrix.org]: https://matrix.to/#/@McSinyx:matrix.org [mcsinyx@disroot.org]: mailto:mcsinyx@disroot.org -[@mcsinyx@librem.one]: https://social.librem.one/@mcsinyx +[@cnx:halogen.city]: https://matrix.to/#/@cnx:halogen.city +[@cnx@nixnet.social]: https://nixnet.social/user/mcsinyx [sr.ht/~cnx]: https://sr.ht/~cnx +[27148B2C06A2224B]: https://meta.sr.ht/~cnx.pgp +[OpenPGP]: https://keys.openpgp.org/search?q=27148B2C06A2224B -- cgit 1.4.1