heya!! this is the test file for my blog engine lol.
the plan is just one python file using python-markdown
various features should include
markdown-link-attr-modifier
)code blocks
(underline can only be done through html)# | name | notes |
---|---|---|
1 | nicole | niki for short, which is usually preferred |
2 | syn | first three letters of my username (synnodium) |
more complicated features include
figures are made using markdown_captions
,
and then turned into thumbnails with my custom
code (click on an image to view it in full!)
s = "with code highlighting!" # using pygments
print(s)
for c in s:
foo = ord(c) ** 2
print(foo, end=" ")
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