Post

Why do you see this page?

Because I needed a notebook to store my copy-paste stuff.

Like this one:

1
2
git clone https://github.com/operack/website.git
bundle exec jekyll serve

This is also my start on googling about Jekyll, Ruby, Gems and Markdown.

That being said:

1
2
3
4
5
6
7
8
9
10
11
mihai@why:~/operack$ bundle exec jekyll serve
Configuration file: /home/mihai/operack/_config.yml
            Source: /home/mihai/operack
       Destination: /home/mihai/operack/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.21 seconds.
 Auto-regeneration: enabled for '/home/mihai/operack'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.

This post is licensed under CC BY 4.0 by the author.