This commit is contained in:
parent
5f32361a46
commit
6821f7b73d
1 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
layout: home.njk
|
layout: home.njk
|
||||||
title: home
|
title: home
|
||||||
---
|
---
|
||||||
|
{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %}
|
||||||
|
|
||||||
# nycki.net
|
# nycki.net
|
||||||
|
|
||||||
## welcome!
|
## welcome!
|
||||||
|
@ -73,6 +75,14 @@ Stuff I've made!
|
||||||
|
|
||||||
[Local mirror](/2007) | [Wayback Machine](https://web.archive.org/web/20071101001849/http://nick.lamicela.org/)
|
[Local mirror](/2007) | [Wayback Machine](https://web.archive.org/web/20071101001849/http://nick.lamicela.org/)
|
||||||
|
|
||||||
|
## notes
|
||||||
|
|
||||||
|
### convert all files in dir to mp3 on windows
|
||||||
|
|
||||||
|
```ps
|
||||||
|
gci -file | %{ ffmpeg -i $_.fullname $_.basename.mp3 }
|
||||||
|
```
|
||||||
|
|
||||||
## log
|
## log
|
||||||
|
|
||||||
- 2023-12-14. Updated this website to use markdown, via pandoc and make.
|
- 2023-12-14. Updated this website to use markdown, via pandoc and make.
|
||||||
|
|
Loading…
Reference in a new issue