From a0457666a5d5f54c2439fab4683b530251a8acc9 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 11 Nov 2017 23:20:11 +0900 Subject: [PATCH] [README] move the orders; hacking is less important for new users --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c624ff7..37f6e5a 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,6 @@ Have questions? See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. -## Hacking - -A core goal of *coleslaw* is to be both pleasant to read and easy to -hack on and extend. If you want to understand the internals and bend -*coleslaw* to do new and interesting things, I strongly encourage you -to read the [Hacker's Guide to Coleslaw][hackers]. You'll find some -current **TODO** items towards the bottom. - -[hackers]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md ## Installation @@ -119,3 +110,13 @@ Two themes are provided: hyde, the default, and readable (based on A guide to creating themes for coleslaw lives [here](https://github.com/redline6561/coleslaw/blob/master/docs/themes.md). + +## Hacking + +A core goal of *coleslaw* is to be both pleasant to read and easy to +hack on and extend. If you want to understand the internals and bend +*coleslaw* to do new and interesting things, I strongly encourage you +to read the [Hacker's Guide to Coleslaw][hackers]. You'll find some +current **TODO** items towards the bottom. + +[hackers]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md