diff options
-rw-r--r-- | entries.json | 5 | ||||
-rw-r--r-- | entries/style.rst | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/entries.json b/entries.json index 0d84ec5..135e903 100644 --- a/entries.json +++ b/entries.json @@ -3,5 +3,10 @@ "title": "New blog!", "date": "2016-11-12", "file": "new-blog" + }, + { + "title": "Style", + "date": "2016-11-15", + "file": "style" } ] diff --git a/entries/style.rst b/entries/style.rst new file mode 100644 index 0000000..2f4e6fd --- /dev/null +++ b/entries/style.rst @@ -0,0 +1,3 @@ +I’m really bad at webdesign, and I mostly just quickly threw together what I’m currently using to more easily be able to test out my new scripts rather than as a serious design, but it’s sort of growing on me now. + +It’s far from perfect, all the styling is currently in-line in all pages, and some parts of it is rather inconsistent, but I think I’ll probably keep it. I like how simplistic it feels. |