diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 21:53:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 21:53:11 +0200 |
commit | 94930ac3fe2f69d370a4bfea42527d8848b5e0ee (patch) | |
tree | 56fd2714d0d8a3f162855206de6429ca67b6fb9d /src/content/writings/raman-spectroscopy.md | |
parent | build(server.py): Add a small script to test the final website (diff) | |
download | b-peetz.de-94930ac3fe2f69d370a4bfea42527d8848b5e0ee.zip |
feat(src/content/writings): Use `path` to change the path to the posts
Diffstat (limited to 'src/content/writings/raman-spectroscopy.md')
-rw-r--r-- | src/content/writings/raman-spectroscopy.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/content/writings/raman-spectroscopy.md b/src/content/writings/raman-spectroscopy.md new file mode 100644 index 0000000..2d05da4 --- /dev/null +++ b/src/content/writings/raman-spectroscopy.md @@ -0,0 +1,10 @@ ++++ +title = "Bau und Evaluation eines günstigen Raman Spektrometers" +date = "2024-06-01" +lang = "de" + +path = "writings/raman-spectroscopy.pdf" + +[taxonomies] +categories=["chemistry"] ++++ |