hello world!
Jun 29 2025

heya!! this is the test file for my blog engine lol. the plan is just one python file using python-markdown

features

various features should include

# name notes
1 nicole niki for short, which is usually preferred
2 syn first three letters of my username (synnodium)

more complicated features include

images

figures are made using markdown_captions, and then turned into thumbnails with my custom code (click on an image to view it in full!)

a render of an unused super mario galaxy enemy holding a trans flag i made in blender. so eepy,,
an image i shamelessly stole from ote to test different aspect ratios

code blocks

s = "with code highlighting!" # using pygments
print(s)

for c in s:
    foo = ord(c) ** 2
    print(foo, end=" ")

conclusion

phew, it's currently 9pm (the same day which i started) as i'm writing this, the engine turned out to be only about 100 lines of python code, although i'm sure something will break soon. as an aside, i still haven't implemented SEO, which i must do, so i'm writing this to remind myself

btw, did you know that don't copy that floppy is sampled in Taking What's Not Yours - TV Girl? i think it's a neat song ^w^


© nicole; go back