Legg til script for markdown => HTML ved hjelp av markdown-styles

This commit is contained in:
Alex Thomassen 2020-04-15 17:50:14 +02:00
parent 64f14336c1
commit 5849ba15d0
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_site

3
Debian/index.md Normal file
View File

@ -0,0 +1,3 @@
# Testing av Debian
1. Første test: [15 minutes with 15 requests per second](./2020-04-15_1-deb-plot-15-min-15-per-sec.html)

5
generate-md.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
rm -r _site
# npm install -g markdown-styles
generate-md --input . --output _site --layout thomasf-solarizedcssdark

View File