fix: Fix wrong blog post
This commit is contained in:
parent
9b46d9c1fe
commit
0206622f10
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
result
|
||||||
|
.envrc
|
||||||
|
.direnv/
|
||||||
|
|
||||||
|
.jekyll-cache/
|
||||||
|
_site/
|
11
_posts/2023-01-24-Moxxys-New-Website.md
Normal file
11
_posts/2023-01-24-Moxxys-New-Website.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Moxxy's New Website
|
||||||
|
author: PapaTutuWawa
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello everyone! Welcome on Moxxy's new website. It currently does not contain
|
||||||
|
much but that may change in the future.
|
||||||
|
|
||||||
|
The page is built using [Jekyll](https://jekyllrb.com/) and [TailwindCSS](https://tailwindcss.com/). You can find the page's
|
||||||
|
source [here](https://codeberg.org/moxxy/website).
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
title: Test
|
|
||||||
author: PapaTutuWawa
|
|
||||||
---
|
|
||||||
|
|
||||||
Hallo welt
|
|
@ -9,13 +9,13 @@ stdenv.mkDerivation {
|
|||||||
src = ./../.;
|
src = ./../.;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
${jekyll}/bin/jekyll build
|
${jekyll}/bin/jekyll build --future
|
||||||
cp -r ./assets _site/assets
|
cp -r ./assets _site/assets
|
||||||
${tailwindWithTypography}/bin/tailwindcss --input ./input.css --output ./_site/assets/css/index.css
|
${tailwindWithTypography}/bin/tailwindcss --input ./input.css --output ./_site/assets/css/index.css
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/var/www/
|
mkdir -p $out/var/www/
|
||||||
cp -vr _site/ $out/var/www/website
|
mv -vr _site/ $out/var/www/website
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user