jekyll-theme-cayman-blog 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/about.md CHANGED
@@ -1,13 +1,13 @@
1
- ---
2
- layout: page
3
- title: About
4
- tagline: A few more words about this theme
5
- permalink: /about/
6
- ---
7
-
8
- This is the _Cayman Blog_ Jekyll theme. You can find out more info about customizing this theme, as well as basic usage documentation, and source code at: [cayman-blog](https://github.com/lorepirri/cayman-blog)
9
-
10
- You can find the source code for _Jekyll_ at [jekyll](https://github.com/jekyll/jekyll)
11
-
12
-
13
- [Go to the Home Page](./)
1
+ ---
2
+ layout: page
3
+ title: About
4
+ tagline: A few more words about this theme
5
+ permalink: /about.html
6
+ ---
7
+
8
+ This is the _Cayman Blog_ Jekyll theme. You can find out more info about customizing this theme, as well as basic usage documentation, and source code at: [cayman-blog](https://github.com/lorepirri/cayman-blog)
9
+
10
+ You can find the source code for _Jekyll_ at [jekyll](https://github.com/jekyll/jekyll)
11
+
12
+
13
+ [Go to the Home Page]({{ site.url }}{{ site.baseurl }})
@@ -1,4 +1,4 @@
1
- ---
2
- ---
3
-
4
- @import 'jekyll-theme-cayman-blog';
1
+ ---
2
+ ---
3
+
4
+ @import 'jekyll-theme-cayman-blog';
data/contact.md CHANGED
@@ -1,14 +1,9 @@
1
- ---
2
- layout: page
3
- title: Contact
4
- tagline: Create a contact form and you are good to go
5
- ---
6
-
7
- Jekyll is a great tool to create static sites but with static site, there's no backend to send your data to: that is why it's hard to put a form on a Jekyll site.
8
-
9
- Here listed some resources which provide a saas service as a backend for forms (contact forms, hiring forms, etc.) to designers and developers like you:
10
- 1. [Formspree (also open source, free)](https://formspree.io/)
11
- 2. [FormKeep](https://formkeep.com/guides/contact-form-jekyll)
12
- 3. [Simple Form](https://getsimpleform.com/)
13
-
14
- [Go to the Home Page](./)
1
+ ---
2
+ layout: page
3
+ title: Contact
4
+ tagline: Create a contact form and you are good to go
5
+ ---
6
+
7
+ Jekyll is a great tool to create static sites but with static site, there's no backend to send your data to: that is why you need a third part service.
8
+
9
+ [Go to the Home Page]({{ site.url }}{{ site.baseurl }})
data/index.md CHANGED
@@ -1,17 +1,17 @@
1
- ---
2
- #
3
- # Here you can change the text shown in the Home page before the Latest Posts section.
4
- #
5
- # Edit cayman-blog's home layout in _layouts instead if you wanna make some changes
6
- # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
7
- #
8
- layout: home
9
- ---
10
-
11
- Cayman Blog Theme is a clean, responsive blogging theme for Jekyll, with social features. It is inspired by the Cayman Theme for Github Pages, which can be greatly used for single projects but not as blogging platform.
12
-
13
- This theme has instead all you need to start today blogging with Jekyll, and no effort: pages, posts, few social buttons. Try loading this on mobile too.
14
-
15
- Have a look at the Github page for more information.
16
-
17
- You find this descriptive text in the `index.md` file, so you can change it, or remove it completely, according to your needs.
1
+ ---
2
+ #
3
+ # Here you can change the text shown in the Home page before the Latest Posts section.
4
+ #
5
+ # Edit cayman-blog's home layout in _layouts instead if you wanna make some changes
6
+ # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
7
+ #
8
+ layout: home
9
+ ---
10
+
11
+ Cayman Blog Theme is a clean, responsive blogging theme for Jekyll. It is inspired by the Cayman Theme for Github Pages, which can be greatly used for single projects but not as blogging platform.
12
+
13
+ This theme has instead all you need to start today blogging with Jekyll, and no effort: pages, posts, few social buttons. Try loading this on mobile too.
14
+
15
+ Have a look at the Github page for more information.
16
+
17
+ You find this descriptive text in the `index.md` file, so you can change it, or remove it completely, according to your needs.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cayman-blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenzo Pirritano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-19 00:00:00.000000000 Z
11
+ date: 2019-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.3'
19
+ version: 3.6.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.3'
26
+ version: 3.6.3
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-target-blank
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  description:
28
42
  email:
29
43
  - lorepirri@gmail.com
@@ -71,9 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
85
  version: '0'
72
86
  requirements: []
73
87
  rubyforge_project:
74
- rubygems_version: 2.6.8
88
+ rubygems_version: 2.5.2.3
75
89
  signing_key:
76
90
  specification_version: 4
77
- summary: Cayman Blog Theme is a clean, responsive blogging theme for Jekyll and GitHub
78
- Pages, with social/SEO features. Based on Cayman theme.
91
+ summary: Cayman Blog Theme is a clean, responsive blogging theme for Jekyll and Gitlab/GitHub
92
+ Pages. Based on Cayman theme.
79
93
  test_files: []