minimal-categorized 0.0.4 → 0.0.9

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: 0a200b6f9f8cf5e0b10a222ddcb96ef6a0a824df1085d17184072d327291a666
4
- data.tar.gz: 3ddc7c89f497cc6ec78580590314c9a71442ac9de1ffa5f3419ba7dcf692acd3
3
+ metadata.gz: 2762d3812ac32b52b4d337aad712ed6a22aa0a52664efc96cbbffd41ba41907e
4
+ data.tar.gz: 3173b0082fdf37a21e672387dad00d87bef144914b37f5b82e6126093352efb2
5
5
  SHA512:
6
- metadata.gz: d90103bae80ad567aecff90844a5db536c0d521ff3c5872e94febe7820cc36d0e60c7fa282f4a52a0a98f3242aa2e4aacbcc583022b520be55ed197ae46bf34e
7
- data.tar.gz: 20b85163a078fa34a6b83d5e71dd64704f9176ed8419fe24e9922b351aa37d7a3e3ff16ae7e0b2b805547b36e36cfa6c51f18211f2acefbffc0de8dab08cd956
6
+ metadata.gz: 27fe24c24ed97436b4a1857941437a84211e1c9722cbd0c9675590dcc0983bf8301cf1d0cb2eb714e0d465f792410b50a5f7d2deb0a47574fba60bb41a82a5b2
7
+ data.tar.gz: e909c87aeeb0e3fac77c9a81e3f09b8255984f6649aa9610e4ef9b3dff61d3e4a170c32517cd15daacf4aff1a7ea82e7f2cf86b6e632dc14b9501deef314401d
data/README.md CHANGED
@@ -37,10 +37,28 @@ This theme is based on separating content into categories, which is later shown
37
37
  As for now, theme allows to use two main categories that will be displayed on home screen and more categories displayed only in menu to further separate content. Those are defined in `_data/menu.yml`.
38
38
 
39
39
  Structure of `_data/menu.yml`:
40
- TODO
40
+ * menu_title: Displayed on menu (only for normal menu)
41
+ * menu_headline: Displayed in menu (only for normal menu) and in about page
42
+ * menu_intro: Displayed in menu (only for normal menu) and in about page
43
+ * show_menu_on_category_select: Boolean value determining if menu should be visible on category selection page
44
+ * minimal_menu: Boolean value determining the style of menu bar
45
+ * menu_logo: Path to logo displayed on menu (only for normal menu)
46
+ * menu_pages: a list of items in menu. Each item contains information:
47
+ * title: Menu position title
48
+ * url: URL for href
49
+ * show_on_home: Boolean value to determine if this position is a category to be shown on category picker
50
+ * image_url: image URL for category picker
51
+ * icon_name: FavIcon to be displayed in menu
52
+ * category: unique identifier of category. Used to determine which menu item is selected
53
+ * tooltip: Tooltip for menu item
54
+ * menu_contacts: a list of items to be displayed for a contact section in menu
55
+ * faicon: FavIcon to be displayed in menu
56
+ * url: URL for href
57
+ * target: target value of \<a> tag
41
58
 
42
59
  Structure of `_data/metaData.yml`:
43
- TODO
60
+ author: Site Author name
61
+ avatar_url: URL for avatar (for about page)
44
62
 
45
63
  ## Contributing
46
64
 
@@ -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
@@ -0,0 +1,3 @@
1
+ custom-css:
2
+
3
+ custom-js:
@@ -2,14 +2,14 @@ menu_title: Example menu title
2
2
  menu_headline: example menu headline
3
3
  menu_intro: Hi! This is an example of intro that you could write for your jekyll minimal-categorized theme!
4
4
  show_menu_on_category_select: False
5
- minimal_menu: False
6
- menu_logo: /assets/img/avatar.png
5
+ minimal_menu: True
6
+ menu_logo: assets/img/avatar.png
7
7
 
8
8
  menu_pages:
9
9
  - title: Category 1
10
10
  url: /category-1.html
11
11
  show_on_home: True
12
- image_url: https://cataas.com/cat/1
12
+ image_url: assets/img/category-1.jpg
13
13
  icon_name: fas fa-dice
14
14
  category: category-1
15
15
  tooltip: This is category 1
@@ -17,7 +17,7 @@ menu_pages:
17
17
  - title: Category 2
18
18
  url: /category-2.html
19
19
  show_on_home: True
20
- image_url: https://cataas.com/cat/2
20
+ image_url: assets/img/category-2.jpg
21
21
  icon_name: fas fa-cogs
22
22
  category: category-2
23
23
  tooltip: This is category 2
@@ -1,4 +1,2 @@
1
1
  author: Site Author
2
- avatar_url: /assets/img/avatar.png
3
- twitter_username:
4
- github_username:
2
+ avatar_url: assets/img/avatar.png
@@ -0,0 +1,6 @@
1
+ <meta charset="utf-8">
2
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
3
+ <link rel="stylesheet" href="{{ '/assets/styles/styles.css' | relative_url }}">
4
+ <script src="https://kit.fontawesome.com/79c31398dc.js" crossorigin="anonymous"></script>
5
+ {% include customizations.html %}
6
+ {% seo %}
@@ -0,0 +1,15 @@
1
+ {% for javascript in page.custom-js %}
2
+ <script src="{{ javascript }}"></script>
3
+ {% endfor %}
4
+
5
+ {% for javascript in site.data.customs.custom-js %}
6
+ <script src="{{ javascript }}"></script>
7
+ {% endfor %}
8
+
9
+ {% for css in page.custom-css %}
10
+ <link href="{{ css }}" rel="stylesheet">
11
+ {% endfor %}
12
+
13
+ {% for css in site.data.customs.custom-css %}
14
+ <link href="{{ css }}" rel="stylesheet">
15
+ {% endfor %}
@@ -1,5 +1,5 @@
1
1
  {% if site.data.menu.minimal_menu %}
2
- <aside class="menu minimal">
2
+ <aside class="menu">
3
3
  <div class="menu-top">
4
4
 
5
5
  <ul class="navigation">
@@ -3,14 +3,19 @@ layout: default
3
3
  ---
4
4
  <div class="content-container category-aggregator {{ page.category }}">
5
5
  <h1>{{ page.title }}</h1>
6
+ <p>{{ page.summary }}</p>
6
7
  {{content}}
7
- <hr>
8
+ <hr class="content-separator">
8
9
  {% for post in site.posts %}
9
10
  {% if post.category == page.category %}
10
11
  <article>
11
12
  <header>
12
13
  <h2>
14
+ {% if post.external_url %}
15
+ <a href="{{ post.external_url | relative_url }}" target="_blank">
16
+ {% else %}
13
17
  <a href="{{ post.url | relative_url }}">
18
+ {% endif %}
14
19
  <i class="fas fa-angle-right"></i>
15
20
  {{ post.title }}
16
21
  </a>
@@ -22,6 +27,18 @@ layout: default
22
27
  {{ post.summary }}
23
28
  </p>
24
29
  </section>
30
+ <span class="article-read">
31
+ {% if post.external_url %}
32
+ <a href="{{ post.external_url | relative_url }}" target="_blank">
33
+ {% else %}
34
+ <a href="{{ post.url | relative_url }}">
35
+ {% endif %} {% if post.external_name %}
36
+ Read more on {{ post.external_name }} &rarr;
37
+ {% else %}
38
+ Read more &rarr;
39
+ {% endif %}
40
+ </a>
41
+ </span>
25
42
  <hr>
26
43
  </article>
27
44
  {% endif %}
@@ -1,13 +1,14 @@
1
1
  <!doctype html>
2
2
  <html>
3
3
  <head>
4
- <meta charset="utf-8">
5
- <title>{{ page.title }}</title>
6
- <link rel="stylesheet" href="{{ '/assets/styles/styles.css' | relative_url }}">
7
- <script src="https://kit.fontawesome.com/79c31398dc.js" crossorigin="anonymous"></script>
4
+ {% include common-head.html %}
8
5
  </head>
6
+ {% if site.data.menu.minimal_menu %}
7
+ <body class="is-minimal-menu" >
8
+ {% else %}
9
9
  <body>
10
- {% include menu.html %}
10
+ {% endif %}
11
+ {% include menu.html %}
11
12
  <main class="content-layout">
12
13
  {{ content }}
13
14
  {% include footer.html %}
@@ -1,15 +1,16 @@
1
1
  <!doctype html>
2
2
  <html>
3
3
  <head>
4
- <meta charset="utf-8">
5
- <title>{{ page.title }}</title>
6
- <link rel="stylesheet" href="{{ '/assets/styles/styles.css' | relative_url }}">
7
- <script src="https://kit.fontawesome.com/79c31398dc.js" crossorigin="anonymous"></script>
4
+ {% include common-head.html %}
8
5
  <script>
9
6
  {% include home.js %}
10
7
  </script>
11
8
  </head>
9
+ {% if site.data.menu.minimal_menu and site.data.menu.show_menu_on_category_select %}
10
+ <body class="is-minimal-menu" >
11
+ {% else %}
12
12
  <body>
13
+ {% endif %}
13
14
  {% if site.data.menu.show_menu_on_category_select %}
14
15
  {% include menu.html %}
15
16
  <main class="content-layout">
@@ -2,9 +2,11 @@
2
2
  layout: default
3
3
  ---
4
4
  <div class="post">
5
+ {% if page.image %}
5
6
  <figure>
6
- <img src="{{ page.image }}"/>
7
+ <img src="{{ page.image | relative_url }}"/>
7
8
  </figure>
9
+ {% endif %}
8
10
  <div class="content-container {{ page.category }}">
9
11
  <h1>{{ page.title }}</h1>
10
12
  {{content}}
@@ -2,19 +2,38 @@
2
2
  color: $p_dark;
3
3
  a {
4
4
  color: $secondary;
5
+ &:hover {
6
+ color: darken($secondary, 10%);
7
+ }
5
8
  }
6
9
  hr {
7
10
  border: 0;
8
11
  height: 0;
9
12
  border-top: 1px solid rgba(0, 0, 0, 0.1);
10
13
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
14
+ margin: $gap auto $gap * 0.5 auto;
11
15
  }
12
- .article-date {
13
- font-weight: 700;
14
- padding-left: 18px;
16
+ article {
17
+ position: relative;
18
+ .article-date {
19
+ font-weight: 700;
20
+ padding-left: 18px;
21
+ font-style: italic;
22
+ margin-top: -0.6em;
23
+ color: rgba(0, 0, 0, 0.4);
24
+ font-size: 0.9em;
25
+ }
26
+ .article-read {
27
+ position: absolute;
28
+ right: 10px;
29
+ font-size: 0.8em;
30
+ bottom: 0;
31
+ }
15
32
  }
16
33
  section {
17
34
  p {
35
+ width: 90%;
36
+ line-height: 1.7em;
18
37
  padding-left: 18px;
19
38
  }
20
39
  }
@@ -1,36 +1,59 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
2
-
3
1
  h1 {
4
2
  text-transform: uppercase;
5
3
  font-weight: 700;
6
4
  text-rendering: optimizeLegibility;
7
- line-height: 1.1;
8
5
  color: inherit;
9
6
  text-align: center;
10
- margin: 30px 0;
11
- font-size: 4em;
7
+ font-size: 2.5em;
12
8
  letter-spacing: -1px;
9
+ margin: 1em 50px 1em;
13
10
  }
14
11
 
15
- h2 {
12
+ h2, h2 a {
16
13
  font-weight: 700;
17
- font-size: 1.5em;
14
+ font-size: 1.4em;
15
+ line-height: 1.4em;
18
16
  color: $secondary;
19
17
  }
20
18
 
21
- html {
19
+ * {
20
+ padding: 0;
21
+ margin: 0;
22
+ box-sizing: border-box;
23
+ line-height: 1.7em;
24
+ }
25
+ body {
26
+ font-size: 16px;
22
27
  color: $base-white;
23
- font-family: 'Roboto', sans-serif;
28
+ font-family: forma-djr-micro,Arial,sans-serif;
24
29
  }
25
30
  main {
26
31
  .content-container {
27
32
  margin: 0px auto;
28
33
  max-width: 960px;
34
+ width: 90%;
29
35
  padding: 0px 18px 24px;
30
36
  flex-grow: 1;
37
+
38
+ .content-separator {
39
+ margin: $gap auto;
40
+ }
31
41
  }
32
42
  }
33
43
  a {
34
44
  text-decoration-line: none;
35
45
  color: inherit;
46
+ }
47
+
48
+ a, p, li {
49
+ font-size: 1.1em;
50
+ }
51
+
52
+ @include mobile {
53
+ body {
54
+ font-size: 13px;
55
+ }
56
+ h1 {
57
+ font-size: 2em;
58
+ }
36
59
  }
@@ -53,4 +53,12 @@
53
53
  }
54
54
  }
55
55
  }
56
+
57
+ @include mobile {
58
+ flex-direction: column;
59
+ a {
60
+ height: 50%;
61
+ width: 100%;
62
+ }
63
+ }
56
64
  }
@@ -1,4 +1,3 @@
1
-
2
1
  main {
3
2
  background-color: $main-bg-color;
4
3
  color: black;
@@ -34,4 +33,16 @@ footer {
34
33
  p {
35
34
  margin: 0;
36
35
  }
36
+ }
37
+
38
+ .is-minimal-menu {
39
+ main {
40
+ width: $content-width-desktop-minimal-menu;
41
+ left: $minimal-menu-size;
42
+ @include mobile {
43
+ top: $minimal-menu-size;
44
+ left: 0;
45
+ width: 100%;
46
+ }
47
+ }
37
48
  }
@@ -33,9 +33,6 @@
33
33
  padding: 3px 10px 3px 10px;
34
34
  }
35
35
  }
36
- h1 {
37
- font-size: 2.5em;
38
- }
39
36
  ul {
40
37
  @include mobile {
41
38
  display: flex;
@@ -57,7 +54,6 @@
57
54
  letter-spacing: 1px;
58
55
  line-height: 28px;
59
56
  &:hover {
60
- text-decoration: underline;
61
57
  font-weight: 900;
62
58
  color: $p_lighter;
63
59
 
@@ -78,6 +74,11 @@
78
74
  }
79
75
  }
80
76
 
77
+ h1 {
78
+ font-size: 2em;
79
+ margin: 0.5em;
80
+ }
81
+
81
82
  h2 {
82
83
  color: darken($color: $s_text, $amount: 25);
83
84
  font-weight: 400;
@@ -87,18 +88,26 @@
87
88
 
88
89
 
89
90
  &-contact {
90
- @include mobile{
91
- a {
92
- margin-top: 8px;
93
- height: calc(#{$menu-size} - 10px);
94
- width: calc(#{$menu-size} - 10px);
95
- font-size: 30px;
96
- }
97
- }
98
91
  display:flex;
99
92
  justify-content:center;
100
93
  margin-bottom: 20px;
101
94
  flex-wrap: wrap;
95
+ @include mobile{
96
+ font-size: 16px;
97
+ max-height: $menu-size;
98
+ margin-bottom: 0;
99
+ display: inline-grid;
100
+ grid-template-rows: 50% 50%;
101
+ a:nth-child(odd) {
102
+ grid-row-start: 1;
103
+ }
104
+ a:nth-child(even) {
105
+ grid-row-start: 2;
106
+ }
107
+ a:nth-child(odd):last-child {
108
+ margin-top: 13px;
109
+ }
110
+ }
102
111
  a {
103
112
  color: $p_lighter;
104
113
  cursor:pointer;
@@ -112,14 +121,25 @@
112
121
  }
113
122
  }
114
123
  }
124
+ }
115
125
 
116
- &.minimal {
126
+ .is-minimal-menu {
127
+ .menu {
128
+ width: $minimal-menu-size;
129
+ @include mobile {
130
+ height: $minimal-menu-size;
131
+ width: 100%;
132
+ }
117
133
  ul {
118
134
  li {
119
135
  a {
120
136
  i {
121
137
  margin: 0;
122
138
  }
139
+ @include mobile {
140
+ height: calc(#{$minimal-menu-size} - 10px);
141
+ width: $minimal-menu-size;
142
+ }
123
143
  }
124
144
  }
125
145
  }
@@ -0,0 +1,41 @@
1
+ .post {
2
+ font-size: 1.2em;
3
+ a {
4
+ text-decoration-line: none;
5
+ color: $secondary;
6
+ &:hover {
7
+ text-decoration: underline;
8
+ font-weight: 500;
9
+ }
10
+ }
11
+ .language-plaintext, .language-shell, .language-html {
12
+ border-radius: 3px;
13
+ padding: 1px 3px;
14
+ background-color:rgb(228, 230, 232);
15
+ }
16
+ figure {
17
+ margin: 0;
18
+ width: 100%;
19
+ img {
20
+ width: 100%;
21
+ background-repeat: no-repeat;
22
+ background-size: cover;
23
+ }
24
+ }
25
+ p, ul {
26
+ margin-bottom: $gap * .5;
27
+ margin-top: $gap * .5;
28
+ }
29
+ ul {
30
+ display: block;
31
+ list-style-type: disc;
32
+ margin-block-start: 1em;
33
+ margin-block-end: 1em;
34
+ margin-inline-start: 0px;
35
+ margin-inline-end: 0px;
36
+ padding-inline-start: 40px;
37
+ }
38
+ li {
39
+ display: list-item;
40
+ }
41
+ }
@@ -1,6 +1,11 @@
1
- $content-width-desktop: calc(100% - #{$menu-size});
2
1
  $tablet-width: 768px;
3
2
  $desktop-width: 1024px;
3
+ $menu-size: 200px;
4
+ $minimal-menu-size: 50px;
5
+ $gap: 30px;
6
+
7
+ $content-width-desktop: calc(100% - #{$menu-size});
8
+ $content-width-desktop-minimal-menu: calc(100% - #{$minimal-menu-size});
4
9
  @mixin tablet {
5
10
  @media only screen and (min-width: #{$tablet-width}) and (max-width: #{$desktop-width - 1px}) {
6
11
  @content;
Binary file
Binary file
@@ -1,9 +1,4 @@
1
1
  ---
2
2
  ---
3
- {% if site.data.menu.minimal_menu %}
4
- $menu-size: 50px;
5
- {% else %}
6
- $menu-size: 200px;
7
- {% endif %}
8
3
 
9
4
  @import "minimal-categorized";
@@ -7,11 +7,10 @@ category: about
7
7
  ---
8
8
  <div class="profile">
9
9
  <div class="avatar">
10
- <a href="/about.html" alt="avatar">
10
+ <a href="about.html" alt="avatar">
11
11
  <img src="{{ site.data.metaData.avatar_url }}" alt="avatar" onerror="this.style.display='none'">
12
12
  </a>
13
13
  </div>
14
- <h1>{{ site.data.menu.menu_title }}</h1>
15
14
  <h2>{{ site.data.menu.menu_headline }}</h2>
16
15
  <p>{{ site.data.menu.menu_intro }}</p>
17
16
  </div>
@@ -3,14 +3,6 @@ title: Category 1
3
3
  layout: category-aggregator
4
4
  permalink: category-1.html
5
5
  category: category-1
6
+ summary: Summary of a category. It is just a special placeholder wrapped in a particular class, so it looks more interesting. You can always make your own layout for a category, or make a category.html look the way you want.
6
7
  ---
7
8
 
8
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse efficitur turpis nec tortor sagittis, in tincidunt lectus iaculis. Sed tempor ligula ac nulla dictum, quis luctus tortor pretium. Suspendisse vitae nibh id sapien tempus posuere eu id ante. Fusce nec neque nisl. Suspendisse velit elit, euismod et lacus a, commodo mollis ligula. Duis non nibh gravida, interdum tellus sed, aliquam libero. Ut et tempor velit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
9
-
10
- Maecenas egestas eu nulla sed facilisis. Phasellus suscipit varius nibh, nec pharetra velit dignissim vel. Proin eget sapien nec massa ornare ornare. Vestibulum mattis placerat sapien, vel cursus est pretium nec. Sed at est eget enim semper scelerisque. Proin massa massa, luctus vel ante nec, dignissim molestie leo. Nulla auctor et ligula nec mollis. Fusce lectus lorem, hendrerit et metus suscipit, molestie commodo eros.
11
-
12
- Aliquam tempor porttitor mi. Aliquam et sapien faucibus, mattis purus sed, malesuada urna. Ut eget enim urna. Duis tempus est vel tincidunt luctus. Nunc commodo ante nec orci scelerisque, eu lobortis massa fermentum. Nunc sagittis eros at sapien volutpat aliquet. Donec posuere efficitur laoreet. Ut ornare tellus ut ipsum hendrerit, vitae varius ante pharetra. Suspendisse fringilla leo erat, dignissim auctor ex ultrices a. Sed ultrices blandit eros. Pellentesque volutpat ultrices sem, vel semper enim fermentum eu. Nulla eget eros ipsum. Sed hendrerit et arcu vitae pulvinar. Vivamus facilisis, eros eu gravida rhoncus, enim felis suscipit leo, vitae lacinia magna nisl hendrerit est. Cras eget blandit ante. Aenean tincidunt blandit lacus, vitae porta ipsum viverra et.
13
-
14
- Proin urna lorem, pulvinar quis orci non, accumsan pharetra erat. Aliquam vulputate aliquam tellus, ac sollicitudin nibh fermentum in. Sed malesuada nisl mi, vitae lobortis massa pretium ut. Nunc risus diam, consectetur non congue sed, rutrum eu eros. Integer sed aliquet sapien, a porttitor ex. Nam sed auctor augue, vitae cursus arcu. Donec vehicula viverra scelerisque.
15
-
16
- Duis quis mattis eros, gravida convallis dui. Nullam venenatis nisi mauris, eu consequat purus fermentum non. Suspendisse libero ipsum, tristique non efficitur ultrices, fringilla vulputate purus. Nullam laoreet lacus non sapien euismod, in viverra augue feugiat. Integer congue varius risus at cursus. Aenean tincidunt arcu vitae massa eleifend porta. Nullam facilisis eros rhoncus metus tincidunt tempus. Maecenas viverra urna mi, id rhoncus lectus aliquet maximus. Pellentesque vulputate turpis ut nulla lobortis, at ullamcorper sem sodales. Phasellus fringilla neque ut libero condimentum fermentum. Sed lobortis, felis mollis porta lacinia, nibh neque maximus ante, non eleifend dolor nunc dictum velit. Sed lacinia ut quam et dapibus.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-categorized
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patryk Bieszke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-21 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -35,8 +35,11 @@ files:
35
35
  - LICENSE.txt
36
36
  - README.md
37
37
  - _config.yml
38
+ - _data/customs.yml
38
39
  - _data/menu.yml
39
40
  - _data/metaData.yml
41
+ - _includes/common-head.html
42
+ - _includes/customizations.html
40
43
  - _includes/footer.html
41
44
  - _includes/home.js
42
45
  - _includes/menu.html
@@ -51,12 +54,15 @@ files:
51
54
  - _sass/styles/_index.scss
52
55
  - _sass/styles/_layout.scss
53
56
  - _sass/styles/_menu.scss
57
+ - _sass/styles/_post.scss
54
58
  - _sass/styles/_profile.scss
55
59
  - _sass/variables/_colors.scss
56
60
  - _sass/variables/_index.scss
57
61
  - _sass/variables/_layout.scss
58
62
  - _sass/variables/_mixins.scss
59
63
  - assets/img/avatar.png
64
+ - assets/img/category-1.jpg
65
+ - assets/img/category-2.jpg
60
66
  - assets/styles/styles.scss
61
67
  - pages/about.html
62
68
  - pages/category-1.html