diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 22:30:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 22:30:55 +0700 |
commit | fc15c6a36129e56e1ec4bcf8e9b13614e7276df8 (patch) | |
tree | 8ea82481044c2b818471a9445911bd0f5aed0ee5 | |
parent | ff37459c4b83966a604a46769a8b384d07b28492 (diff) | |
download | site-fc15c6a36129e56e1ec4bcf8e9b13614e7276df8.tar.gz |
Nitpick
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | _css/style.css | 29 | ||||
-rw-r--r-- | _layout/header.html | 2 | ||||
-rw-r--r-- | blog/gsoc2020/checkin20200629.md | 2 | ||||
-rw-r--r-- | blog/index.md | 5 | ||||
-rw-r--r-- | index.md | 3 |
6 files changed, 17 insertions, 25 deletions
diff --git a/README.md b/README.md index 16443a1..7d7546a 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ plus their own dependencies: ## Copying ![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png) + The content of this site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/_css/style.css b/_css/style.css index ebe942c..0e3fb5a 100644 --- a/_css/style.css +++ b/_css/style.css @@ -115,17 +115,13 @@ td { .franklin-content blockquote { background: var(--block-bg); - border-left: 7px solid #a8a8a8; - margin: 1.5em 10px; - padding: 0.5em 10px; + border-left: 0.25rem solid var(--fade-fg); font-style: italic; + margin: 0; + padding: 0.5em 10px; } -.franklin-content blockquote p { - display: inline; - hyphens: auto; - text-align: justify; -} +.franklin-content blockquote p { display: inline } /* General formatting */ /* Spacing between bullet points. */ @@ -226,17 +222,10 @@ code, .hljs { } /* Boxes */ -.franklin-content .colbox-blue { - background-color: #eef3f5; - padding-top: 5px; - padding-right: 10px; - padding-left: 10px; - padding-bottom: 5px; - margin-left: 5px; - margin-top: 5px; - margin-bottom: 5px; - border-radius: 0 10px 10px 0; - border-left: 5px solid #4c9cf1; +.colbox-blue { + background-color: #729fcf42; + padding: 0.1rem 0.5rem; + border-left: 0.25rem solid #3465e4; } /* Header */ @@ -256,7 +245,7 @@ header a { text-decoration: none; transition: color 0.3s ease; } -header li a:hover { color: var(--fade-fg) } +header a:hover { color: var(--text-fg) } nav, nav li { display: inline-block } nav ul { margin: 0 } diff --git a/_layout/header.html b/_layout/header.html index cb80632..2c96643 100644 --- a/_layout/header.html +++ b/_layout/header.html @@ -3,7 +3,7 @@ <nav> <ul> <li><a href=/works>Portfolio</a></li> - <li><a href=/blog>Blog</a></li> + <li><a href=/blog>Blogs</a></li> </ul> </nav> </header> diff --git a/blog/gsoc2020/checkin20200629.md b/blog/gsoc2020/checkin20200629.md index 93699d1..32a94ab 100644 --- a/blog/gsoc2020/checkin20200629.md +++ b/blog/gsoc2020/checkin20200629.md @@ -19,7 +19,7 @@ Not much, actually )-: * Write some tests for {{pip 8467 "the HTTP range mapping for wheel"}}. * {{pip 8504 "Try to bring back"}} multithreaded `pip list --outdated` - and `--uptodate`, as {{pip 8320 "the parallel"}} `map` was merged + and `--uptodate`, as {{pip 8320 "the parallel <code>map</code>"}} was merged earlier today. * Nitpick {{pip 8332}} (yep it's a new low for me to include this to the list (-:). diff --git a/blog/index.md b/blog/index.md index fb7f0cc..8b342b8 100644 --- a/blog/index.md +++ b/blog/index.md @@ -5,3 +5,8 @@ and other computational stuff, or anything related to computers in general. These write-ups are tagged as [`fun`](/tag/fun). As usual, the good old [RSS feed](/feed.xml) is available. + +If you are instead looking for the more formal literature of mine, +they are listed in [my ORCID profile][]. + +[my ORCID profile]: https://orcid.org/0000-0003-2336-706X diff --git a/index.md b/index.md index 10719d6..2bc895d 100644 --- a/index.md +++ b/index.md @@ -10,12 +10,9 @@ McSinyx in the [Fediverse][]: * Email: [mcsinyx@disroot.org][] * Mastodon: [@mcsinyx@librem.one][] -Academically, I am also known as [0000-0003-2336-706X][]. - [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 -[0000-0003-2336-706X]: https://orcid.org/0000-0003-2336-706X |