diff --git a/content/2020-04-01-password-managers.md b/content/2020-04-01-password-managers.md new file mode 100644 index 0000000..77b8384 --- /dev/null +++ b/content/2020-04-01-password-managers.md @@ -0,0 +1,27 @@ ++++ +title = "password managers" +date = 2020-04-01 +draft = true + +[taxonomies] +tags = ["tech", "things-that-are-good", "privacy"] ++++ + +Password managers are programs that store passwords for you. With the number of accounts you keep on the web, you generally don't want to store all of them in your head. If you want to see articles on why you should use a password manager NOW, search "reasons to use a password manager" online and any of the articles you find should explain it. Here I'll add some more commentary on top of the traditional arguments. + +Don't tick the "Remember master password box" no matter what +--- + +How well you remember a password depends on how much you use it. If you open an account, make a password, and stay signed in for a year without ever having to re-login, you'll naturally forget the password. Same deal with password managers; the problem has just been moved another step. + +The power of a password manager comes from you continually entering in the same password over and over in order to unlock your other accounts. + +Password managers are good for a lot more than passwords +--- + +If you're willing to put passwords into + +Don't trust extensions that fill in your password automatically +--- + + diff --git a/content/_index.md b/content/_index.md index ec13f75..c9d9014 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ title = "home" template = "blog.html" page_template = "post.html" -insert_anchor_links = "right" +insert_anchor_links = "left" sort_by = "date" [extra] diff --git a/content/enterprise/_index.md b/content/enterprise/_index.md index 7172e12..7085772 100644 --- a/content/enterprise/_index.md +++ b/content/enterprise/_index.md @@ -1,6 +1,6 @@ +++ template = "blog.html" -insert_anchor_links = "right" +insert_anchor_links = "left" [extra] include_posts = true diff --git a/sass/_content.scss b/sass/_content.scss index 857d60b..35090d9 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -40,10 +40,17 @@ a { &:hover { text-decoration: underline; } +} - &.permalink { +.permalink-container { + position: relative; + vertical-align: top; + + .permalink { color: $link-color; font-size: 0.65em; + position: absolute; + left: -30px; } } @@ -58,7 +65,8 @@ blockquote { } #content { - line-height: 1.25em; + font-size: 1.05em; + line-height: 1.5em; } pre { diff --git a/templates/anchor-link.html b/templates/anchor-link.html index 791df7d..d9172b4 100644 --- a/templates/anchor-link.html +++ b/templates/anchor-link.html @@ -1,2 +1,3 @@ -  - + + +