diff --git a/.sass-cache/d9c07a9bad333b113ae9c5f526ec1695c801ded0/_base.scssc b/.sass-cache/d9c07a9bad333b113ae9c5f526ec1695c801ded0/_base.scssc index 471d93d..fbc97db 100644 Binary files a/.sass-cache/d9c07a9bad333b113ae9c5f526ec1695c801ded0/_base.scssc and b/.sass-cache/d9c07a9bad333b113ae9c5f526ec1695c801ded0/_base.scssc differ diff --git a/_sass/_base.scss b/_sass/_base.scss index 99bcbee..6be7736 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -213,14 +213,14 @@ pre { } .slideshowItem{ - background-position: center; + background-position:50% 50%; + background-size:cover; text-align: center; display: -webkit-flex; display: -moz-flex; display: flex; opacity: 1; - color: #212121; - text-shadow: 0px 0px 13px black; + color: white; position: absolute; top: 0; bottom: 0; @@ -243,6 +243,8 @@ pre { .slideshowItem > .slideshowContent{ margin: auto; z-index: 2; + box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.95); + background: rgba(0,0,0,0.8) } .slideshowItem.fadeOut { diff --git a/_site/css/main.css b/_site/css/main.css index e5c78a3..c03cd4a 100644 --- a/_site/css/main.css +++ b/_site/css/main.css @@ -161,14 +161,14 @@ pre { margin-right: calc(30px / 2); } } .slideshowItem { - background-position: center; + background-position: 50% 50%; + background-size: cover; text-align: center; display: -webkit-flex; display: -moz-flex; display: flex; opacity: 1; - color: #212121; - text-shadow: 0px 0px 13px black; + color: white; position: absolute; top: 0; bottom: 0; @@ -188,7 +188,9 @@ pre { .slideshowItem > .slideshowContent { margin: auto; - z-index: 2; } + z-index: 2; + box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.95); + background: rgba(0, 0, 0, 0.8); } .slideshowItem.fadeOut { opacity: 0; } diff --git a/_site/feed.xml b/_site/feed.xml index 2091229..8f0b785 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -6,8 +6,8 @@ http://praticamentetilde.github.io/ - Mon, 15 Aug 2016 10:44:41 +0200 - Mon, 15 Aug 2016 10:44:41 +0200 + Mon, 15 Aug 2016 11:18:52 +0200 + Mon, 15 Aug 2016 11:18:52 +0200 Jekyll v3.2.1 diff --git a/_site/index.html b/_site/index.html index f6e91fa..2a5ec15 100644 --- a/_site/index.html +++ b/_site/index.html @@ -73,10 +73,24 @@
-
+
+
+

My Archery setup

+

The article here!

+ +
+
+ + +

My Arch Linux setup

- +
    +
  • Arch Linux updated daily
  • +
  • Core I5 4600 with 16GB DDR4 RAM
  • +
  • Gigabyte GTX 730 (Not a gamer at all!)
  • +
  • Machine on which I write my occasional rambling!
  • +
diff --git a/_site/slides/arch.png b/_site/slides/arch.png deleted file mode 100644 index ae7ec27..0000000 Binary files a/_site/slides/arch.png and /dev/null differ diff --git a/_slides/arch.png b/_slides/arch.png deleted file mode 100644 index ae7ec27..0000000 Binary files a/_slides/arch.png and /dev/null differ diff --git a/_slides/archery.md b/_slides/archery.md new file mode 100644 index 0000000..2277d5e --- /dev/null +++ b/_slides/archery.md @@ -0,0 +1,6 @@ +--- +layout: slide +title: My Archery setup +background: https://dl.dropboxusercontent.com/s/ril7kk9zd0l4vrf/IMG_20160809_175554.jpg?dl=0 +--- +The article [here](https://praticamentetilde.github.io/archery/2016/08/15/my-archery-setup.html)! diff --git a/_slides/system.md b/_slides/system.md index f08d8c8..59d46af 100644 --- a/_slides/system.md +++ b/_slides/system.md @@ -1,5 +1,9 @@ --- layout: slide title: My Arch Linux setup -background: /slides/arch.png +background: https://dl.dropboxusercontent.com/s/zox7qxi07vii3pm/IMG_20160815_104758%20%281%29.jpg?dl=0 --- +- Arch Linux updated daily +- Core I5 6400 with 16GB DDR4 RAM +- Gigabyte GTX 730 (Not a gamer at all!) +- Machine on which I write my occasional rambling!