File: lets-roll.md

package info (click to toggle)
jekyll 4.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,356 kB
  • sloc: ruby: 16,765; javascript: 1,455; sh: 214; xml: 29; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "Let's Roll!"
lesson: 2
approx_time: 1 min
---

Now that you have installed Ruby, Jekyll and Bundler, lets get Jekylling!
Enter the following in your terminal:

    $ jekyll new my blog

Then preview your new project in your browser right away by entering the following and pointing your browser to `http://localhost:4000` :

    $ bundle exec jekyll serve

Go ahead. Try it.