remove image
This commit is contained in:
parent
7bc48872c6
commit
0e923f2253
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Deploying an Astro project on NixOS"
|
title: "Deploying an Astro project on NixOS"
|
||||||
description: "NixOS does things differently, how hard is it to configure an Astro Project?"
|
description: "NixOS does things differently, how hard is it to configure an Astro Project?"
|
||||||
pubDate: "May 05 2024"
|
pubDate: "May 05 2024"
|
||||||
heroImage: "/blog-placeholder-3.jpg"
|
# heroImage: "/blog-placeholder-3.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
[Nix](https://nixos.org) is an incredible project and has completely change the way I think about configuring linux and macOS environments. Recently, I moved my personal server from Ubuntu to NixOS to match my desktop environment. ([dotfiles here!](https://github.com/zackartz/nixos-dots)). In doing so, I realized I needed to move this blog over, too. I could simply deploy a docker container like I did before, but I think it would be interesting and informative to try and build a NixOS module around it. Hopefully you find it useful :)
|
[Nix](https://nixos.org) is an incredible project and has completely change the way I think about configuring linux and macOS environments. Recently, I moved my personal server from Ubuntu to NixOS to match my desktop environment. ([dotfiles here!](https://github.com/zackartz/nixos-dots)). In doing so, I realized I needed to move this blog over, too. I could simply deploy a docker container like I did before, but I think it would be interesting and informative to try and build a NixOS module around it. Hopefully you find it useful :)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue