mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-10 21:12:33 +01:00
Compare commits
No commits in common. "a655d1499ef91414ab93c2deb671e59051722d18" and "e0446082e9583fc594a8a2946170588ce0294f34" have entirely different histories.
a655d1499e
...
e0446082e9
4
Gemfile
4
Gemfile
@ -1,6 +1,2 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
# For now this is a GitHub Pages hosted website.
|
|
||||||
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
|
|
||||||
gem "github-pages"
|
gem "github-pages"
|
||||||
# Required for `bundle exec jekyll serve`
|
|
||||||
gem "webrick"
|
|
||||||
|
40
Gemfile.lock
40
Gemfile.lock
@ -25,10 +25,29 @@ GEM
|
|||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.8.1)
|
execjs (2.8.1)
|
||||||
faraday (2.3.0)
|
faraday (1.10.0)
|
||||||
faraday-net_http (~> 2.0)
|
faraday-em_http (~> 1.0)
|
||||||
|
faraday-em_synchrony (~> 1.0)
|
||||||
|
faraday-excon (~> 1.1)
|
||||||
|
faraday-httpclient (~> 1.0)
|
||||||
|
faraday-multipart (~> 1.0)
|
||||||
|
faraday-net_http (~> 1.0)
|
||||||
|
faraday-net_http_persistent (~> 1.0)
|
||||||
|
faraday-patron (~> 1.0)
|
||||||
|
faraday-rack (~> 1.0)
|
||||||
|
faraday-retry (~> 1.0)
|
||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
faraday-net_http (2.0.3)
|
faraday-em_http (1.0.0)
|
||||||
|
faraday-em_synchrony (1.0.0)
|
||||||
|
faraday-excon (1.1.0)
|
||||||
|
faraday-httpclient (1.0.1)
|
||||||
|
faraday-multipart (1.0.3)
|
||||||
|
multipart-post (>= 1.2, < 3)
|
||||||
|
faraday-net_http (1.0.1)
|
||||||
|
faraday-net_http_persistent (1.2.0)
|
||||||
|
faraday-patron (1.0.0)
|
||||||
|
faraday-rack (1.0.0)
|
||||||
|
faraday-retry (1.0.3)
|
||||||
ffi (1.15.5)
|
ffi (1.15.5)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.1)
|
gemoji (3.0.1)
|
||||||
@ -211,11 +230,12 @@ GEM
|
|||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.15.0)
|
minitest (5.15.0)
|
||||||
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.13.6-x86_64-linux)
|
nokogiri (1.13.6-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.23.0)
|
octokit (4.22.0)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (4.0.7)
|
public_suffix (4.0.7)
|
||||||
@ -233,9 +253,9 @@ GEM
|
|||||||
sass-listen (4.0.0)
|
sass-listen (4.0.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
sawyer (0.9.1)
|
sawyer (0.8.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (> 0.8, < 2.0)
|
||||||
simpleidn (0.2.1)
|
simpleidn (0.2.1)
|
||||||
unf (~> 0.1.4)
|
unf (~> 0.1.4)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
@ -247,9 +267,8 @@ GEM
|
|||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.1)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
webrick (1.7.0)
|
|
||||||
zeitwerk (2.5.4)
|
zeitwerk (2.5.4)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -257,7 +276,6 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
webrick
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.7
|
2.3.7
|
||||||
|
@ -51,10 +51,10 @@ problems sooner or later:
|
|||||||
should you attempt to join or be invited to one, you will get a banner
|
should you attempt to join or be invited to one, you will get a banner
|
||||||
saying that they aren't implemented yet and you cannot accept or reject
|
saying that they aren't implemented yet and you cannot accept or reject
|
||||||
the invite unless you open Element Web to do that.</s>
|
the invite unless you open Element Web to do that.</s>
|
||||||
* <s>Another issue I am editing in hours later is pills, when you mention
|
* Another issue I am editing in hours later is pills, when you mention
|
||||||
someone on Element (Web), or someone else mentions someone, there is a clear
|
someone on Element (Web), or someone else mentions someone, there is a clear
|
||||||
pill shape around their name and it can be clicked to get to their profile,
|
pill shape around their name and it can be clicked to get to their profile,
|
||||||
<a href="https://github.com/vector-im/element-ios/issues/3526">but not on Element (iOS)</a></s>
|
[but not on Element (iOS)](https://github.com/vector-im/element-ios/issues/3526)
|
||||||
|
|
||||||
And that is probably enough of annoyances with Element iOS, I hope the
|
And that is probably enough of annoyances with Element iOS, I hope the
|
||||||
situation will improve in foreseeable future there due to
|
situation will improve in foreseeable future there due to
|
||||||
@ -173,4 +173,3 @@ or you can find me from a lot of the linked issues and there is also [issue trac
|
|||||||
and linking to the Element-meta issue on self-destructing/disappearing messages
|
and linking to the Element-meta issue on self-destructing/disappearing messages
|
||||||
to not be confused with retention.
|
to not be confused with retention.
|
||||||
* Oh and reply fallbacks leaking previously encrypted messages too.
|
* Oh and reply fallbacks leaking previously encrypted messages too.
|
||||||
* 2022-05-31: I noticed that Element iOS has gotten pills. Strikethrough time.
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
//$base-font-family: Helvetica, Arial, sans-serif;
|
//$base-font-family: Helvetica, Arial, sans-serif;
|
||||||
//$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
|
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
|
||||||
$base-font-family: "Noto Serif", serif;
|
|
||||||
$base-font-size: 16px;
|
$base-font-size: 16px;
|
||||||
$small-font-size: $base-font-size * 0.875;
|
$small-font-size: $base-font-size * 0.875;
|
||||||
$base-line-height: 1.5;
|
$base-line-height: 1.5;
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
redirect_to: https://web.archive.org/web/20170613034808/http://www.thedirtynormal.com/blog/2010/06/21/attachment-styles-a-primer/
|
|
||||||
permalink: /r/attachmentstyles.html
|
|
||||||
redirect_from:
|
|
||||||
- r/atttachment.html
|
|
||||||
sitemap: true
|
|
||||||
---
|
|
Loading…
Reference in New Issue
Block a user