One place, all texts, powered by everyone
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
If you didn't install ruby gems yet. Install it!
A step by step series of examples that tell you have to get a development env running
We need install the Bundler from RubyGems
gem install bundler
After the bundler was installed, we need to run the bundle for fetch the dependencies
bundle install
Ok, now we need run the Jekyll Server too
jekyll serve
If you need a watcher:
jekyll serve --watch
Or use npm command:
npm start
The watcher will built everything, after each change :)
Step 2 - Layout
layout: ipsumpage
title: Lorem Ipsum
key: ipsum_name
description: "Lorem Ipsum is what you want!"
author: Ipsum Community
site: "https://ipsum-community.github.io"
start_with: "Lorem ipsum dolor sit amet"
titleColor: "#EE3829" descColor: "#afb3c9" genBtnTextColor: "#000000" genBtnBgColor: "#F3F7F8" genBtnText: "Lets Do It!" labelTextColor: "#EE3829" labelBgColor: "#F3F7F8" labelBorderColor: "#d62020"
language: English
text:
Step 3 - For create a JSON
---
layout: dump_json
---
Flávio Sena - A nice guy!
Ramon Schmidt - Another nice guy!
See also the list of contributors who participated in this project.
MIT