Skip to content

Commit

Permalink
Removed glightbox because it breaks privacy plugin
Browse files Browse the repository at this point in the history
When glightbox is enabled, the privacy plugin doesn't use
the bundled google fonts files.
  • Loading branch information
aceat64 committed Sep 14, 2022
1 parent 075fe25 commit 5750e63
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yaml
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
python-version: "3.10"
- run: pip install git+https://${{ secrets.GH_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install mkdocs-glightbox
- run: mkdocs build
- uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 0 additions & 1 deletion content/blog/posts/2009/birth-of-a-monster.md
Expand Up @@ -8,7 +8,6 @@ tags:
- "raid"
- "ubuntu"
- "work"
glightbox: false
---

# Birth of a Monster
Expand Down
1 change: 0 additions & 1 deletion content/blog/posts/2009/cooling-off.md
Expand Up @@ -6,7 +6,6 @@ tags:
- "funny"
- "linux"
- "ubuntu"
glightbox: false
---

# Cooling Off
Expand Down
1 change: 0 additions & 1 deletion content/blog/posts/2009/tweaking-nagios-for-performance.md
Expand Up @@ -8,7 +8,6 @@ tags:
- "nagios"
- "ubuntu"
- "work"
glightbox: false
---

# Tweaking Nagios For Performance
Expand Down
4 changes: 2 additions & 2 deletions content/blog/posts/2013/smart-guns-dangerously-dumb.md
Expand Up @@ -27,7 +27,7 @@ Some of these are not new features, the extremely popular 1911, which as been ar

So if we've ruled out the possibility that guns just "go off", what is the root cause of these accidents? Negligence and poor safety practices. As with any dangerous piece of equipment (cars, table saws, fire, etc) there are safety rules that should be followed. For firearms, some of the most basic rules are:

![Firearm Safety](images/1357160507202.jpg){ width="300" align=right loading=lazy }
[![Firearm Safety](images/1357160507202.jpg){ width="300" align=right loading=lazy }](images/1357160507202.jpg)

1. Treat every gun as if it is loaded.
2. Don't point a gun at something unless you intend to shoot it.
Expand Down Expand Up @@ -59,7 +59,7 @@ You can't fix poor safety practices with technology, you can only fix them with

## Smart guns are a solution in search of a problem

![2007 CDC Unintentional Deaths](images/2007_CDC_unintentional_deaths.gif){ width="300" align=right loading=lazy }
[![2007 CDC Unintentional Deaths](images/2007_CDC_unintentional_deaths.gif){ width="300" align=right loading=lazy }](images/2007_CDC_unintentional_deaths.gif)

After hearing about some of the heartbreaking incidents such as Joseph Loughrey shooting his 7 year old son, you might be wondering, how common are these tragedies? Fortunately, [according to the CDC](http://webappa.cdc.gov/sasweb/ncipc/leadcaus10.html) they are exceedingly rare, roughly 600/year. While each life lost is tragic, when making policy decisions we have to look at real world risks. Firearm accidents comprise only 0.5% of all fatal accidents, they are far outweighed by deaths from motor vehicle traffic (34%), poisoning(24.1%), falls(18.3%), suffocation(4.8%), drowning(2.8%), and fire/burns(2.7%).

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Expand Up @@ -29,7 +29,6 @@ copyright: This work is licensed under a <a rel="license" href="http://creativec
plugins:
- meta
- blog
- glightbox
- search
- social
- privacy
Expand Down

0 comments on commit 5750e63

Please sign in to comment.