Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 759 Bytes

how_to_code_a_blog.md

File metadata and controls

42 lines (24 loc) · 759 Bytes

How to code a blog

Why ?

.. why not? :)

Requirements

  • http server (personally, I use lighttpd).
  • gcc (any version)
  • libfcgi
  • markdown and pygments (installed with pip).
  • emacs (other crappy editors may also works).

HOW TO

Install and setup your http server

For lighttpd, look here OR here. :)

Wrote your articles

Today, only basic markdown parsing is available. So, just create your own_article.md.

So:

$> emacs own_article.md

Wrote, wrote, wrote, save and exit.

Customize your CSS

If you want a custom CSS, replace the my.css file (or modify/sed the Makefile).

make your blog :)

$> make

That's it.

Nothing more. <\//