From: Vladimír Vondruš Date: Sun, 22 Oct 2017 14:00:12 +0000 (+0200) Subject: README update. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=44bf93e8ec6ddfd9826adeee57b8c2d480338f42;p=blog.git README update. --- diff --git a/README.rst b/README.rst index 870d3d54..1103c8dc 100644 --- a/README.rst +++ b/README.rst @@ -3,5 +3,44 @@ m.css *A no-bullshit, no-JavaScript CSS framework and Pelican theme for content-oriented websites.* -Currently the project powers http://magnum.graphics/ and http://blog.mosra.cz/. -Documentation and website coming soon --- stay tuned. +**Project still under heavy construction --- especially the first steps may be +very rough for you. If that's the case, take it with a grain of salt and come +back later, please.** + +Do you *hate* contemporary web development like I do? Do you also feel that +it's not right for a web page to take *seconds* and *megabytes* to render? Do +you want to write beautiful content but *can't* because the usual CMS tools +make your blood boil and so you rather stay silent? Well, I have something for +you. + +Project website: http://mcss.mosra.cz + +Pure CSS and HTML +================= + +Everything you need is a few kilobytes of compressed CSS. This framework has +exactly 0 bytes of JavaScript because *nobody actually needs it*. Even for +responsive websites. + +`Get the CSS `_ + +Designed for content +==================== + +If you just want to write content with beautiful typography, you don't need +forms, progressbars, popups, dropdowns or other shit. You want fast iteration +times. + +`Use it with Pelican `_ + +Authoring made easy +=================== + +Code snippets, math, linking to docs, presenting photography in a beautiful +way? Or making a complex page without even needing to touch HTML? Everything is +possible. + +`Get Pelican plugins `_ + +*Still not convinced?* Head over to a `detailed explanation `_ +of this project goals and design decisions.