README.md in jekyll-theme-parallelism-0.1.3 vs README.md in jekyll-theme-parallelism-0.1.4

- old
+ new

@@ -4,10 +4,22 @@ You can preview the theme [here](https://moodule.github.io/jekyll-theme-parallelism). ![Parallelism Theme](assets/images/screenshot.jpg "Parallelism Theme") +# Features + +> **Responsive**: out of the box support for all screen sizes, be it smartphones, laptops, tablets... + +> **Multilingual**: easily manage pages, menu, url, dates, sitemap in several languages + +> **Customizable**: theme colors, menu, social items can be changed from a central config file + +> **GDPR ready**: bundled with a cookie consent plugin and a boilerplate privacy policy compliant with GDPR + +> **SEO ready**: sitemap, robots.txt and tags are automatically generated for the website + # Installation Add this line to your Jekyll site's `Gemfile`: ```ruby @@ -49,11 +61,11 @@ ### Contact Your contact information can be used in contact forms, the footer or anywhere else. ## Publication -### On Github Pages +### On Github Pages In your own website's repository, edit the `_config.yml` file: ```yaml url: "https://<github-account-name>.github.io/<repository-name>" @@ -82,11 +94,11 @@ And finally push to github $ git push --u origin gh-pages -### On any server +### On any server In your own website's directory, edit the `_config.yml` file: ```yaml url: "https:<domain-name>" @@ -111,10 +123,10 @@ To test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using the theme. Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications to the theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. When the theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git are be bundled. To add a custom directory to the theme-gem, please edit the regexp in `jekyll-theme-parallelism.gemspec` accordingly. -# Credits +# Credits Original README from HTML5 UP: ``` Parallelism by HTML5 UP