Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites.
| Technology | Description |
|---|---|
| Ruby | Programming language used by Jekyll |
| Liquid | Templating language used by Jekyll |
| Markdown | Markup language for writing content |
| License | Description |
| ------------ | ------------- |
| MIT | Open-source license for Jekyll |
Install Ruby and RubyGems:
sudo apt-get install ruby-full build-essential zlib1g-dev
Install Jekyll and Bundler:
gem install jekyll bundler
Create a new Jekyll site:
jekyll new my-awesome-site
cd my-awesome-site
Build the site and make it available on a local server:
bundle exec jekyll serve
Open your browser and go to:
http://localhost:4000
If Jekyll does not meet your needs, consider these alternatives:
Feel free to contact us. Find all contact information on our contact page.