nixos/krops : some corrections

This commit is contained in:
Ingolf Wagner 2018-08-20 15:11:21 +02:00
parent f0a1fcaa8c
commit 261b356d4c
4 changed files with 7 additions and 6 deletions

View file

@ -152,6 +152,6 @@ end
# publish # publish
# #
desc "publish" desc "publish"
task :publish do task :publish => [:build_theme] do
sh "./upload.ion" sh "./upload.ion"
end end

View file

@ -1,5 +1,5 @@
--- ---
title: "Krops" title: "krops"
date: 2018-08-15T15:06:26+02:00 date: 2018-08-15T15:06:26+02:00
draft: false draft: false
tags: tags:
@ -11,7 +11,7 @@ tags:
[NixOps](https://nixos.org/nixops/) the official DevOps tool of [NixOps](https://nixos.org/nixops/) the official DevOps tool of
[NixOS ](https://nixos.org) is nice, but it has some flaws. [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, [NixOps](https://nixos.org/nixops/) which trying to solve some of theses flaws,
with some very simple concepts. with some very simple concepts.
@ -87,7 +87,7 @@ have a look at
</table> </table>
# Krops Structure by Example # krops Structure by Example
krops is not a binary like NixOps, is a library you use to write binaries, krops is not a binary like NixOps, is a library you use to write binaries,
which do the actual deployment. which do the actual deployment.

View file

@ -16,7 +16,7 @@ body {
@media @desktop { @media @desktop {
body { body {
width:50em; width: 50em;
margin: auto; margin: auto;
} }
} }

View file

@ -1,2 +1,3 @@
@desktop: ~"(min-width: 52em)"; @desktop: ~"(min-width: 1180px)";