~ $ mkdir new-alembic-test
~ $ cd new-alembic-test
Download demo folder
copy/paste all files from demo folder
~ $ mkdir new-alembic-test
~ $ cd new-alembic-test
Download demo folder
copy/paste all files from demo folder
$ jekyll new writers-zone
$ cd writers-zone
edit:
theme: writers-zonegem "writers-zone", "~> 0.2"$ bundle install (to install gem theme & dependencies)
| <!-- Forked from: https://github.com/StartZeroGnu/jekyll-sitemap/blob/master/lib/sitemap.xml --> | |
| <!-- Add condition to exclude paginate folders --> | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
| {% capture site_url %}{% if site.url %}{{ site.url | append: site.baseurl }}{% else %}{{ site.github.url }}{% endif %}{% endcapture %} | |
| {% for post in site.posts %}{% unless post.sitemap == false %} | |
| <url> | |
| <loc>{{ post.url | prepend: site_url | normalize_url }}</loc> |
How to package a new theme for Jekyll v.3.2.1 as RubyGem based on the official theme "minima 1.2" by Parker Moore.
I'm not a programmer, i'm not an experienced user of Jekyll, i'm just a hobbiest web development since March 2016