dil

Quick Start

2015-11-18

Tags: docs tutorial

To create a sample blog follow these steps: alt text

  1. Download a release and unpack it to a directory.

  2. cd to the directory.

  3. Create a sample blog:

    $ ./litepub create
     
  4. Build the blog:

    
     $ ./litepub build
     Generating: index.html
     Generating: tags/reference.html
     Generating: tags/tutorial.html
     Generating: tags/advanced.html
     Generating: tags/docs.html
     Generating: tags/basics.html
     Generating: overview.html
     Generating: quick-start.html
     Generating: installation.html
     Generating: creating-a-blog.html
     Generating: creating-posts.html
     Generating: generating-html-files-for-a-blog-aka-building-a-blog.html
     Generating: serving-a-blog.html
     Generating: templates.html
     Generating: getting-help.html
     
     
  5. Run the built-in server:

    $ ./litepub serve
     Running on http://localhost:2703
     Ctrl+C to quit
     
  6. Open http://localhost:2703 in your browser.

Next: Installation


About me

Hi, i'm and this is my place.

This is my picture:


I'm a web developer. I like Ruby the most but i'm fine with other technology also. After all, it's just technology.

I work at topmonks.com. I also have my own tiny company Imagine Anything.

One of my side projects is DameData.cz. It's a web app which helps you to easily connect your business with accounting(czech market only right now). Check it out:

DameData.cz logo

Have a good one