diff --git a/Rakefile b/Rakefile index e154f52..3abbfa0 100644 --- a/Rakefile +++ b/Rakefile @@ -152,6 +152,6 @@ end # publish # desc "publish" -task :publish do +task :publish => [:build_theme] do sh "./upload.ion" end diff --git a/content/nixos/krops.md b/content/nixos/krops.md index 5a9e3a1..c88c2d3 100644 --- a/content/nixos/krops.md +++ b/content/nixos/krops.md @@ -1,5 +1,5 @@ --- -title: "Krops" +title: "krops" date: 2018-08-15T15:06:26+02:00 draft: false tags: @@ -11,7 +11,7 @@ tags: [NixOps](https://nixos.org/nixops/) the official DevOps tool of [NixOS ](https://nixos.org) is nice, but it has some flaws. -[Krops](https://cgit.krebsco.de/krops/) is an alternative to +[krops](https://cgit.krebsco.de/krops/) is an alternative to [NixOps](https://nixos.org/nixops/) which trying to solve some of theses flaws, with some very simple concepts. @@ -87,7 +87,7 @@ have a look at -# Krops Structure by Example +# krops Structure by Example krops is not a binary like NixOps, is a library you use to write binaries, which do the actual deployment. diff --git a/themes/first/src/css/main.less b/themes/first/src/css/main.less index 1fafaee..ba427a1 100644 --- a/themes/first/src/css/main.less +++ b/themes/first/src/css/main.less @@ -16,7 +16,7 @@ body { @media @desktop { body { - width:50em; + width: 50em; margin: auto; } } diff --git a/themes/first/src/css/media-types.less b/themes/first/src/css/media-types.less index b1879ce..b3d5030 100644 --- a/themes/first/src/css/media-types.less +++ b/themes/first/src/css/media-types.less @@ -1,2 +1,3 @@ -@desktop: ~"(min-width: 52em)"; +@desktop: ~"(min-width: 1180px)"; +