Christoph Päper 3688640d59 add /_data/*.tsv support (#5985)
* Update data.feature

- add .tsv
- add .csv with `\t`
- add .csv with `;`

* Fix Appveyor with dst-aware cucumber steps

* Check for given content in posts

* mention Ruby > 2.1.0 in docs

* Update history to reflect merge of #5983 [ci skip]

* Update history to reflect merge of #5961 [ci skip]

* Update data_reader.rb

- add .tsv support with tab separated columns
- not adding support for auto-detecting `:col_sep`

ftp://ftp.iana.org/assignments/media-types/text/tab-separated-values
https://www.ietf.org/rfc/rfc4180.txt (CSV)
https://ruby-doc.org/stdlib-2.4.1/libdoc/csv/rdoc/CSV.html

* Update data.feature

don't do semicolons and tabs in .csv within this patch

* Update data.feature

I don't know which component replaced my tab characters by space before.

* Update data.feature

t

* Update data_reader.rb

add a single space to satisfy format checker
2017-03-28 18:36:29 -04:00
2017-03-09 15:41:33 -05:00
2016-11-29 23:39:23 +02:00
2016-09-19 13:15:02 -05:00
2017-03-28 18:36:29 -04:00
2017-03-28 18:36:29 -04:00
2017-03-09 15:37:52 -05:00
2017-03-06 21:00:25 -05:00
2017-03-16 07:59:13 -05:00
2017-01-20 09:59:06 +01:00
2016-09-24 23:21:33 +02:00
2016-01-10 14:55:35 -06:00
2017-01-16 10:43:07 +01:00
2016-02-27 14:07:35 -05:00
2017-01-02 23:14:27 +01:00

Jekyll

Gem Version Linux Build Status Windows Build status Test Coverage Code Climate Dependency Status Security

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.

Philosophy

Jekyll does what you tell it to do — no more, no less. It doesn't try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.

Having trouble with OS X El Capitan?

See: https://jekyllrb.com/docs/troubleshooting/#jekyll-amp-mac-os-x-1011

Getting Started

Code of Conduct

In order to have a more open and welcoming community, Jekyll adheres to a code of conduct adapted from the Ruby on Rails code of conduct.

Please adhere to this code of conduct in any interactions you have in the Jekyll community. It is strictly enforced on all official Jekyll repositories, websites, and resources. If you encounter someone violating these terms, please let a maintainer (@parkr, @envygeeks, @mattr-, or @alfredxing) know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.

Description
No description provided
Readme MIT 101 MiB
Languages
Ruby 70.6%
Gherkin 23.2%
JavaScript 3.7%
HTML 1.2%
Shell 0.8%
Other 0.4%