-
->
-
->
\ No newline at end of file
diff --git a/README.md.bup b/README.md.bup
new file mode 100644
index 0000000..e48f515
--- /dev/null
+++ b/README.md.bup
@@ -0,0 +1,109 @@
+# The Cayman theme
+
+[](https://travis-ci.org/pages-themes/cayman) [](https://badge.fury.io/rb/jekyll-theme-cayman)
+
+*Cayman is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/cayman), or even [use it today](#usage).*
+
+
+
+## Usage
+
+To use the Cayman theme:
+
+1. Add the following to your site's `_config.yml`:
+
+ ```yml
+ theme: jekyll-theme-cayman
+ ```
+
+2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:
+
+ ```ruby
+ gem "github-pages", group: :jekyll_plugins
+ ```
+
+## Customizing
+
+### Configuration variables
+
+Cayman will respect the following variables, if set in your site's `_config.yml`:
+
+```yml
+title: [The title of your site]
+description: [A short description of your site's purpose]
+```
+
+Additionally, you may choose to set the following optional variables:
+
+```yml
+show_downloads: ["true" or "false" to indicate whether to provide a download URL]
+google_analytics: [Your Google Analytics tracking ID]
+```
+
+### Stylesheet
+
+If you'd like to add your own custom styles:
+
+1. Create a file called `/assets/css/style.scss` in your site
+2. Add the following content to the top of the file, exactly as shown:
+ ```scss
+ ---
+ ---
+
+ @import "{{ site.theme }}";
+ ```
+3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line
+
+*Note: If you'd like to change the theme's Sass variables, you must set new values before the `@import` line in your stylesheet.*
+
+### Layouts
+
+If you'd like to change the theme's HTML layout:
+
+1. [Copy the original template](https://github.com/pages-themes/cayman/blob/master/_layouts/default.html) from the theme's repository
+
+### [](#head-add-1)The \*\*\*\*\* we doing:
+- ``tempest list``: Listing available targets (checking if there are any already set).
+- ``tempest add /tmp``: Add ``/tmp`` as a target for **TEMPest**.
+- ``tempest add ~/Documents/temp/ ~/Downloads/temp``: Add those two as targets, so we can add as many as we want in one command, ending by a ``/`` or not.
+- ``tempest add``: Add the current directory as a target for **TEMPest**.
+
+> **\#Note:** You cannot add multiple times the same target, or a target that doesnt exist.
+
+> :point_right: Use ``tempest add --auto`` to look for all the ``temp.est`` directories and register them as **targets**.
+
diff --git a/_includes/wallet/config.md b/_includes/wallet/config.md
new file mode 100644
index 0000000..b57aa5e
--- /dev/null
+++ b/_includes/wallet/config.md
@@ -0,0 +1,26 @@
+
+
+
+### [](#head-config-1)Set up configuration:
+:wrench: Configuration with **TEMPest** is done with the ``set`` command.
+```bash
+tempest set
+
+### [](#head-init-1)The \*\*\*\*\* we doing:
+- ``tempest init``: initialize **TEMPest**
+- ``cat ~/.tempestcf``: check if it was created
+- ``cat ~/.tempest.yaml``: check if the config file was created with default values
+
+:point_right: Now that you have that, we can enjoy **TEMPest** !
diff --git a/_includes/wallet/list.md b/_includes/wallet/list.md
new file mode 100644
index 0000000..73b97da
--- /dev/null
+++ b/_includes/wallet/list.md
@@ -0,0 +1,15 @@
+### [](#head-list-1)To list targets with TEMPest
+```bash
+tempest list
+```
+- ``Index``: The number the targets can be identified with
+ :warning: This number might change after each modification !
+- ``Target``/``Path``: The target represents the path to a directory or file to be handled by **TEMPest**
+
+### [](#head-list-2)Flags
+
+| Long Flag | Short Flag | Description |
+|:----------------|:------------|:----------------------------------------------------------------------------------------------------------|
+| \-\-help | -h | [NO_ARGS] See the help section for the command. |
+| \-\-fix | -f | [NO_ARGS] Removes broken targets from **TEMPest** (for example, targets that point to non-existing paths. |
+
diff --git a/_includes/wallet/new.md b/_includes/wallet/new.md
new file mode 100644
index 0000000..d062dc4
--- /dev/null
+++ b/_includes/wallet/new.md
@@ -0,0 +1,18 @@
+This section shows of to create easily new ``targets``.
+
+
+
+### [](#head-add-1)The \*\*\*\*\* we doing:
+* **``tempest rm *``:** clean the existing **targets** list.
+* **``tempest list``:** check the current **target** list.
+* **``tempest new --target --autoGen /tmp``:** create a new directory in ``/tmp`` called ``temp.est`` using the full name of flag and register it as a new **target** for **TEMPest**.
+* **``tempest new -t /tmp/test-tempest``:** create a new directory in ``/tmp/test-tempest`` using the short name for the flag ``--target`` and register it as a new **target** for **TEMPest**.
+
+### [](#head-new-2)List of flags
+
+| Long Flag | Short Flag | Description |
+|:----------------|:------------|:---------------------------------------------------------------------------------------------------------|
+| \-\-autoGen | -a | [To be used with other flags] Combine this flag with ``--target
+
+### [](#head-rm-1)List of flags
+
+| Long Flag | Short Flag | Description |
+|:----------------|:------------|:---------------------------------------------------------------------------------------------------------|
+| \-\-help | -h | [NO_ARGS] See the help section for the command. |
+| \-\-origin | -o | [NO_ARGS] To be used with ``-p`` or ``-i``, indicates to **TEMPest** to remove it from your computer. |
+
+
+### [](#head-rm-2)Explanations
+
+| Example command | Description |
+|:-------------------------------------|:--------------------------------------------------------------------------------------------------|
+| **``tempest rm``** | remove the current directory from the target list |
+| **``tempest rm 0``** | remove the target with index 0 from the target list |
+| **``tempest rm 1-3``** | remove the targets with the index 1, 2 and 3 |
+| **``tempest rm *``** | remove all the targets |
+| **``tempest rm /tmp``** | remove the target for the path: ``/tmp`` |
+| **``tempest rm 1-3 -o``** | remove the targets for the matching directories to the indexes 1, 2 and 3 |
+| **``tempest rm 1-3 --origin``** | same effect of using ``-o`` |
+
+
+:warning: When using ``--origin`` or ``-o`` flag, the original files and directories will be removed from your system, so be careful.
+:warning: After the use of ``rm``, Indexes numbers might change. Keep an eye on this. :eyes:
+
\ No newline at end of file
diff --git a/_includes/wallet/start.md b/_includes/wallet/start.md
new file mode 100644
index 0000000..018b4ff
--- /dev/null
+++ b/_includes/wallet/start.md
@@ -0,0 +1,24 @@
+
+
+### [](#head-start-1):bar_chart: Test mode
+``tempest start -t`` or ``tempest start --test``
+> This mode doesn't delete stuff from the device. It shows you what would get deleted instead.
+
+
+
+### [](#head-start-2):toilet: For real
+```bash
+tempest start
+```
+> Description
+
+
+### [](#head-start-3)List of flags
+
+| Long Flag | Short Flag | Description |
+|:----------------|:------------|:--------------------------------------------------------------------------------------------------------|
+| \-\-help | -h | [NO_ARGS] See the help section for the command. |
+| \-\-test | -t | [NO_ARGS] Run **TEMPest** in *test mode*. |
+
+
+**\#Note:** The size is given by the OS.
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..334b35e
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+{% seo %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/another-page.md b/another-page.md
new file mode 100644
index 0000000..03ce0c2
--- /dev/null
+++ b/another-page.md
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+
+## Welcome to another page
+
+_yay_
+
+[back](./)
diff --git a/assets/css/style.scss b/assets/css/style.scss
new file mode 100644
index 0000000..3f20a39
--- /dev/null
+++ b/assets/css/style.scss
@@ -0,0 +1,42 @@
+---
+---
+
+@import 'jekyll-theme-cayman';
+.page-header {
+ // background-image: linear-gradient(120deg, #000000, #1A1803, #206466, #287679);
+ background-color: #1c2828;
+ background-image: url("{{site.url}}/assets/img/simple-bground.jpg");
+ background-size: 100%;
+ background-position-y: -360px;
+}
+.btn-primary{
+ background-color: rgba(15.7%, 46.3%, 47.5%, 0.226)!important;
+ border: none!important;
+}
+.btn-primary:hover{
+ background-color: rgba(15.7%, 46.3%, 47.5%, 0.71)!important;
+ border: none!important;
+
+}
+.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
+ color: #206466;
+}
+.main-title{
+ color: inherit; /* blue colors for links too */
+ text-decoration: inherit; /* no underline */
+}
+.main-title:hover{
+ color: inherit; /* blue colors for links too */
+ text-decoration: inherit; /* no underline */
+}
+.wall-head{
+ border-bottom: solid 1px;
+ // border: solid 1px;
+ border-color: rgba(15.7%, 46.3%, 47.5%, 0.71);
+ padding: 1%;
+ // border-radius: 8px;
+}
+.wall-head:hover{
+ // background-color: rgba(15.7%, 46.3%, 47.5%, 0.214);
+ cursor: pointer;
+}
diff --git a/assets/img/header-banner.jpg b/assets/img/header-banner.jpg
new file mode 100644
index 0000000..fd69494
Binary files /dev/null and b/assets/img/header-banner.jpg differ
diff --git a/assets/img/simple-bground.jpg b/assets/img/simple-bground.jpg
new file mode 100755
index 0000000..8d40c32
Binary files /dev/null and b/assets/img/simple-bground.jpg differ
diff --git a/cmd/TESTME.md b/cmd/TESTME.md
deleted file mode 100644
index 04b0b62..0000000
--- a/cmd/TESTME.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Test related stuff
-
-## Naming hint
-``")
- preCloseTag = []byte("")
- codeTag = []byte("")
- codeCloseTag = []byte("")
- pTag = []byte("") - pCloseTag = []byte("
") - blockquoteTag = []byte("") - blockquoteCloseTag = []byte("") - hrTag = []byte("