diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..65f7532
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.gem
+.bundle
+.jekyll-cache
+.sass-cache
+Gemfile.lock
+_site
diff --git a/.ruby-gemset b/.ruby-gemset
new file mode 100644
index 0000000..944d812
--- /dev/null
+++ b/.ruby-gemset
@@ -0,0 +1 @@
+jekyll-theme-semantic2
diff --git a/.ruby-version b/.ruby-version
new file mode 100644
index 0000000..6b4950e
--- /dev/null
+++ b/.ruby-version
@@ -0,0 +1 @@
+2.4
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d9216dc
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: ruby
+rvm:
+ - 2.4
+script:
+ - jekyll build --drafts
+deploy:
+ - provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN
+ on:
+ branch: master
+ local-dir: _site
+ - provider: rubygems
+ api_key: $API_KEY
+ skip-cleanup: true
+ on:
+ tags: true
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..51a25f9
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,5 @@
+Contributing Guidelines
+=======================
+
+The preferred coding style for this project is the [Google HTML/CSS Style
+Guide.](https://google.github.io/styleguide/htmlcssguide.html)
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..851fabc
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gemspec
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f86ce27
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2018 Ramon de C Valle
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..356c51e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,77 @@
+jekyll-theme-semantic2
+======================
+
+[![Build Status](https://travis-ci.org/rcvalle/jekyll-theme-semantic2.svg?branch=master)](https://travis-ci.org/rcvalle/jekyll-theme-semantic2)
+
+A [Semantic UI -based](https://semantic-ui.com/) Jekyll theme.
+
+
+Installation
+------------
+
+To install jekyll-theme-semantic2:
+
+1. Add the following lines to your Jekyll site's `Gemfile` file:
+
+ gem 'jekyll-paginate'
+ gem 'jekyll-theme-semantic2'
+
+2. On a command prompt or terminal with your Jekyll site's directory as the
+ current working directory, run the following command:
+
+ $ bundle install
+
+
+Usage
+-----
+
+To use jekyll-theme-semantic2:
+
+1. Add the `jekyll-paginate` plugin to your Jekyll site's `_config.yml` file
+ under `plugins`:
+
+ plugins:
+ - jekyll-paginate
+
+2. Add the `paginate` option to your Jekyll site's `_config.yml` file and
+ replace `3` by the preferred maximum number of posts to display per page:
+
+ paginate: 3
+
+3. Add the following line to your Jekyll site's `_config.yml` file:
+
+ theme: jekyll-theme-semantic2
+
+4. Copy the `_plugins` directory from the theme's directory to your Jekyll
+ site's directory.
+
+5. Copy the `category.html` and `tag.html` files from the theme's `_layouts`
+ directory to your Jekyll site's `_layouts` directory.
+
+6. Copy the `index.html` file from the theme's directory to your Jekyll
+ site's directory.
+
+7. Optional: Add the following line to your Jekyll site's `_config.yml` file
+ and replace `UA-XXXXX-Y` by your Analytics tracking ID:
+
+ analytics: UA-XXXXX-Y
+
+8. Optional: Add the following line to your Jekyll site's `_config.yml` file
+ and replace `EXAMPLE` by your Disqus shortname:
+
+ disqus_shortname: EXAMPLE
+
+See [_config.yml](_config.yml) for an example configuration file.
+
+
+Contributing
+------------
+
+See [CONTRIBUTING.md](CONTRIBUTING.md).
+
+
+License
+-------
+
+Licensed under the MIT license. See [LICENSE](LICENSE) for license text and
+copyright information.
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..0e99d11
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,14 @@
+baseurl: /jekyll-theme-semantic2
+exclude:
+ - "*.gemspec"
+ - "CONTRIBUTING*"
+ - "Gemfile*"
+ - "LICENSE*"
+ - "README*"
+paginate: 3
+paginate_path: /pages/:num/
+permalink: /:year/:month/:day/:title/
+plugins:
+ - jekyll-paginate
+title: Title
+url: https://rcvalle.github.io
diff --git a/_drafts/lorem-ipsum.md b/_drafts/lorem-ipsum.md
new file mode 100644
index 0000000..2f3983e
--- /dev/null
+++ b/_drafts/lorem-ipsum.md
@@ -0,0 +1,19 @@
+---
+author: Unknown
+categories:
+- Uncategorized
+comments: true
+layout: post
+published: true
+tags:
+- lorem ipsum
+- lorem
+- ipsum
+title: Lorem ipsum
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit amet consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?
+
+At vero eos et accusamus et iusto odio dignissimos ducimus, qui blanditiis praesentium voluptatum deleniti atque corrupti, quos dolores et quas molestias excepturi sint, obcaecati cupiditate non provident, similique sunt in culpa, qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio, cumque nihil impedit, quo minus id, quod maxime placeat, facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet, ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
diff --git a/_includes/analytics.html b/_includes/analytics.html
new file mode 100644
index 0000000..ef4a463
--- /dev/null
+++ b/_includes/analytics.html
@@ -0,0 +1,11 @@
+{% if site.analytics %}
+
+{% endif %}
diff --git a/_includes/categories.html b/_includes/categories.html
new file mode 100644
index 0000000..b084682
--- /dev/null
+++ b/_includes/categories.html
@@ -0,0 +1,17 @@
+{% if include.post.categories %}
+
+ {% if include.post.categories.size == 1 %}
+ {{ include.post.categories.first | capitalize }}.
+ {% else %}
+ {% assign penultimate = include.post.categories.size | minus: 2 %}
+ {% for i in (0..penultimate) %}
+ {% if include.post.categories.size == 2 %}
+ {{ include.post.categories[i] | capitalize }}
+ {% else %}
+ {{ include.post.categories[i] | capitalize }},
+ {% endif %}
+ {% endfor %}
+ and {{ include.post.categories.last | capitalize }}.
+ {% endif %}
+
+{% endif %}
diff --git a/_includes/categories_list.html b/_includes/categories_list.html
new file mode 100644
index 0000000..fe99852
--- /dev/null
+++ b/_includes/categories_list.html
@@ -0,0 +1,9 @@
+
+ {% for category in site.categories limit:include.limit %}
+ {% if category.first == page.category %}
+