minimal-categorized 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9591ce0b0bbe7d3236a3581de7173de19775687d92e18bc0e9ea5ecf4bdbe1e0
4
- data.tar.gz: 656424f45f6b9b6f5a830abda82774fc7295aa9a08b4aceb995aa386a8a7b9e6
3
+ metadata.gz: d216b8f7de9865f08d2683dd6ead7e1f3d6736bb8032d255d92396882d69e703
4
+ data.tar.gz: 97eb9bffc01ca73620b1ccb90ce90283e0abaff26ab8ef9f749a0143252173a9
5
5
  SHA512:
6
- metadata.gz: 82a1a507aaa46a05a312ccbf00abf55811beba30c844c1b835b7481aa53512ac2b4e79c3d798e8cbe4a80cd4b685868840a32b8a399aa8df863d537f1b47109d
7
- data.tar.gz: f4f6cb55b484fbdc1787cffec6ba1d16d12708d1427933520f39897aede1d3bc315aa709e481712c2fe0d70a518243e8aabcc11a1b357e1d467b59ff74fd8126
6
+ metadata.gz: 1578a72c8b42618fea626df346960990c20007a8af60797596e6954b7258041429779a2488eb226e404ed9d4df1fa15b65b1916f2c4e4c212bafbb00aac935a1
7
+ data.tar.gz: 5af2a7516234584fc0fef1b1b1d13c14267d60b0c8d0aa7bf0f97c2ee1e14c7aff7e76d6ea402dbaddc857f257e158f4c4a4a01a1f9c25763b2d7d820f31e437
@@ -13,15 +13,21 @@
13
13
  # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14
14
  # You can create any custom variable you would like, and they will be accessible
15
15
  # in the templates via {{ site.myvariable }}.
16
- title: Site title
16
+ title: minimal-categorized
17
+ tagline: A site showing the usage of Jekyll custom theme
17
18
  email: email@example.com
18
19
  description: >- # this means to ignore newlines until "baseurl:"
19
- Write an awesome description for your new site here. You can edit this
20
- line in _config.yml. It will appear in your document head meta (for
21
- Google search results) and in your feed.xml site description.
20
+ This website was created as a demonstration for Jekyll custom theme
21
+ named minimal-categorized. Its main feature is to aggregate posts into
22
+ categories, witch are easily distinguishable
22
23
  baseurl: "/minimal-categorized" # the subpath of your site, e.g. /blog
23
- url: "" # the base hostname & protocol for your site, e.g. http://example.com
24
-
24
+ url: "https://itsmeaga1n.github.io" # the base hostname & protocol for your site, e.g. http://example.com
25
+ author: itsmeaga1n
26
+ twitter:
27
+ username: itsmeaga1n
28
+ card: summary
29
+ plugins:
30
+ - jekyll-seo-tag
25
31
 
26
32
  # Build settings
27
33
  markdown: kramdown
@@ -1,5 +1,5 @@
1
1
  <meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
3
- <title>{{ page.title }}</title>
4
3
  <link rel="stylesheet" href="{{ '/assets/styles/styles.css' | relative_url }}">
5
- <script src="https://kit.fontawesome.com/79c31398dc.js" crossorigin="anonymous"></script>
4
+ <script src="https://kit.fontawesome.com/79c31398dc.js" crossorigin="anonymous"></script>
5
+ {% seo %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-categorized
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patryk Bieszke