niebieski 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 64ba0aa1c8e8526eb89dcb566ee1f25f45f71edb54119caae2f65fecd7ff857c
4
+ data.tar.gz: ce9268e3d0e108117295afe8b6e2da80fba7413ac91f6f994a303fda15ef2e83
5
+ SHA512:
6
+ metadata.gz: 398f93d4aa562afe748b6de6835ed5462ea8aa63fa1deb0d11087e64ec1b0ef179e966b917f2408e23d6b6e02100b51a46447a8cdcb0e9dab30cc210afbde989
7
+ data.tar.gz: 624c9fb733023808e5b548ab65dfa34a0348e3a890b9a7c9db94778cdca6df798462aca3cefac9cfe47979e3ec557e67b2d981021f03c77075d8105b01fa98c5
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 FabioRosado
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,102 @@
1
+ # Niebieski
2
+
3
+ Niebieski it's the Polish word for the colour blue, which is the dominant colour in this minimal Jekyll theme.
4
+
5
+ **Home Page View**
6
+ ![Home View](assets/images/niebieski.png)
7
+
8
+
9
+ ## Installation
10
+
11
+ Add this line to your Jekyll site's `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "Niebieski"
15
+ ```
16
+
17
+ And add this line to your Jekyll site's `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: Niebieski
21
+ ```
22
+
23
+ And then execute:
24
+
25
+ $ bundle
26
+
27
+ Or install it yourself as:
28
+
29
+ $ gem install Niebieski
30
+
31
+ ## Usage
32
+
33
+ You can create Projects and Featured Posts by adding specific settings in the post front matter.
34
+
35
+ #### Projects
36
+
37
+ To create a Project you need to add the following:
38
+ ```
39
+ categories: Projects
40
+ tag: < project category>
41
+ tag-icon:
42
+ image:
43
+ ```
44
+
45
+ As you can see, any posts with the category `Projects` will be marked as a project and will be shown in the Projects area of the home page(limited to the latest 2 projects) and in the Projects page(all of the projects are shown).
46
+
47
+ A tag and a tag-icon can be used as a category in a normal post. This will only be shown on the home page. The tag-icon can be any HTML code (see the [project example](_posts/2017-12-15-Project-one.md) for more info)
48
+
49
+
50
+ #### Posts & Featured posts
51
+ Posts and featured posts are pretty much the same, they will just be shown in a different place on the blog page.
52
+
53
+ ```
54
+ categories:
55
+ category_icon:
56
+ tags:
57
+ ```
58
+
59
+ The category can be any that you like but they should match the ones specified in the `_config.yml` in order for the category icons to work without any issues.
60
+
61
+ Featured posts will show their category above the title on the blog page. You can specify a different icon to be shown before the category name.
62
+
63
+ In order for you to specify a featured post, all you need to do is add `tags: Featured` to the front matter.
64
+
65
+ Check the [featured post example](_posts/2017-11-23-featured-post.md) for more info about posts & featured posts.
66
+
67
+ #### The _config.yml file
68
+
69
+ Things you can specify in the file:
70
+
71
+ - Specify 4 main categories for blog posts
72
+ - Specify 4 icons for each category (used in the recent posts area)
73
+ - Specify social media names to appear on the site
74
+ - Specify google analytics id
75
+
76
+ In the `_config.yml` file you can specify 4 categories to use in the posts alongside with the icon of each category. This category icon is to be used on the home page in the **Recent Posts** area.
77
+
78
+ ## Resources
79
+
80
+ This theme was created with the following resources:
81
+ - [Bootstrap 4](http://getbootstrap.com)
82
+ - [Font Awesome Icons](http://fontawesome.io)
83
+ - <a href="https://www.freepik.com/free-photos-vectors/business">Business vector created by Freepik</a>
84
+ - Icon Finder - [Python Icon](https://www.iconfinder.com/icons/1378016/circle_code_hovytech_media_programming_python_social_icon#size=128)
85
+ - Posts and projects images taken from [unsplash](https://unsplash.com/)
86
+
87
+
88
+ ## Contributing
89
+
90
+ Bug reports and pull requests are welcome on GitHub at https://github.com/FabioRosado/Niebieski. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
91
+
92
+ ## Development
93
+
94
+ To set up your environment to develop this theme, run `bundle install`.
95
+
96
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
97
+
98
+
99
+ ## License
100
+
101
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
102
+
@@ -0,0 +1,87 @@
1
+ <footer class="footer navbar-fixed-bottom">
2
+ <div class="container-fluid">
3
+ <div class="row center-sm-text">
4
+ <div class="col-sm-2">
5
+ <img class="footer-logo" src="{{site.url}}/assets/images/logo.svg" width="100" height="100" alt="{{ site.title }}">
6
+ </div>
7
+ <div class="col-sm-3">
8
+ <h5 class="footer-title drop-shadow">Pages</h5>
9
+ <ul class="footer-link">
10
+ <li><a href="{{ site.url }}">Home</a></li>
11
+ {% for link in site.pages | limit:5 %}
12
+ {% if link.title != None %}
13
+ <li><a href="{{ link.url }}">{{ link.title }}</a></li>
14
+ {% endif %}
15
+ {% endfor %}
16
+ </ul>
17
+ </div>
18
+ <div class="col-sm-3">
19
+ <h5 class="footer-title drop-shadow">Latest Posts</h5>
20
+ <ul class="footer-link">
21
+ {% assign count_posts = 0 %}
22
+ {% for link in site.posts%}
23
+ {% if count_posts >= 4 %}
24
+ {% break %}
25
+ {% elsif link.url contains "projects" %}
26
+ {% else %}
27
+ {% assign count_posts = count_posts | plus: 1 %}
28
+ <li><a href="{{ link.url }}"> {{ link.title }} </a></li>
29
+ {% endif %}
30
+ {% endfor %}
31
+ </ul>
32
+ </div>
33
+ <div class="col-sm-4">
34
+ <h5 class="footer-title drop-shadow">Contact</h5>
35
+ <ul class="footer-link">
36
+ <li>{{ site.footer_text }}</li>
37
+ <li><a href="mailto:{{ site.email }}"><i class="fa fa-envelope" aria-hidden="true"></i> {{ site.email }}</a></li>
38
+ {% if site.github_username %}
39
+ <li class="social-media">
40
+ <a href="https://github.com/{{ site.github_username }}"><i class="fa fa-github"></i></a>
41
+ </li>
42
+ {% endif %}
43
+ {% if site.twitter_username %}
44
+ <li class="social-media">
45
+ <a href="https://twitter.com/{{ site.twitter_username }}"><i class="fa fa-twitter"></i></a>
46
+ </li>
47
+ {% endif %}
48
+ {% if site.medium_username %}
49
+ <li class="social-media">
50
+ <a href="https://medium.com/@{{ site.medium_username }}"><i class="fa fa-medium"></i></a>
51
+ </li>
52
+ {% endif %}
53
+ {% if site.facebook_username %}
54
+ <li class="social-media">
55
+ <a href="https://www.facebook.com/{{ site.facebook_username }}"><i class="fa fa-facebook"></i></a>
56
+ </li>
57
+ {% endif %}
58
+ {% if site.instagram_username %}
59
+ <li class="social-media">
60
+ <a href="https://www.instagram.com/{{ site.instagram_username }}"><i class="fa fa-instagram"></i></a>
61
+ </li>
62
+ {% endif %}
63
+ {% if site.linkedin_username %}
64
+ <li class="social-media">
65
+ <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}"><i class="fa fa-linkedin"></i></a>
66
+ </li>
67
+ {% endif %}
68
+ </ul>
69
+ </div>
70
+ </div>
71
+ <div class="row bottom-footer">
72
+ <div class="col-sm-6 d-none d-md-block footer-link">
73
+ Made with <i class="fa fa-heart"></i> using <a href="http://jekyllrb.com/">Jekyll</a>
74
+ </div>
75
+ <div class="col-sm-6 d-none d-md-block footer-link" align="right">
76
+ <a href="https://github.com/fabiorosado/fabiorosado.github.io/"><i class="fa fa-code"></i> on Github &nbsp;<i class="fa fa-github-alt"></i></a>
77
+ </div>
78
+ <div class="d-sm-none footer-link">
79
+ &emsp; Made with <i class="fa fa-heart"></i> using <a href="http://jekyllrb.com/">Jekyll </a> &emsp; <a href="https://github.com/fabiorosado/fabiorosado.github.io/"><i class="fa fa-code"></i> on Github &nbsp;<i class="fa fa-github-alt"></i></a>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </footer>
84
+ <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
85
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
86
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
87
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=5a3aa26d0c3a12001239dfa6&product=inline-share-buttons"></script>
@@ -0,0 +1,9 @@
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
3
+ <script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_analytics }}');
9
+ </script>
@@ -0,0 +1,17 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
+ <link rel="shortcut icon" href="{{ site.baseurl }}/assets/images/logo.svg" width="16" heigth="16">
7
+
8
+ <link rel="stylesheet" href="https://use.fontawesome.com/021da17a9a.css">
9
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
10
+ <link href="https://fonts.googleapis.com/css?family=Lato|Roboto" rel="stylesheet">
11
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
12
+
13
+ {% if jekyll.environment == 'production' and site.google_analytics %}
14
+ {% include google-analytics.html %}
15
+ {% endif %}
16
+ {% seo %}
17
+ </head>
@@ -0,0 +1,63 @@
1
+ <header>
2
+ <nav class="navbar navbar-expand-lg navbar-brand-color">
3
+ <a class="navbar-brand" href="{{ site.url }}">
4
+ <img src="{{site.url}}/assets/images/logo.svg" width="35" height="35" alt="{{ site.title }}">
5
+ </a>
6
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
7
+ <i class="fa fa-bars" aria-hidden="true"></i>
8
+ </button>
9
+
10
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
11
+ <ul class="navbar-nav mr-auto">
12
+ <li class="nav-item active">
13
+ <a class="nav-link" href="{{ site.url }}">Home</a>
14
+ </li>
15
+ {% for link in site.pages %}
16
+ {% if link.title != None %}
17
+ <li class="nav-item">
18
+ <a class="nav-link" href="{{ link.url }}">{{ link.title }}</a>
19
+ </li>
20
+ {% endif %}
21
+ {% endfor %}
22
+ </ul>
23
+ <div class="d-none d-md-block">
24
+ <ul class="navbar-nav nav-flex-icons">
25
+ {% if site.github_username %}
26
+ <li class="nav-item">
27
+ <a class="nav-link" href="https://github.com/{{ site.github_username }}"><i class="fa fa-github"></i></a>
28
+ </li>
29
+ {% endif %}
30
+ {% if site.twitter_username %}
31
+ <li class="nav-item">
32
+ <a class="nav-link" href="https://twitter.com/{{ site.twitter_username }}"><i class="fa fa-twitter"></i></a>
33
+ </li>
34
+ {% endif %}
35
+ {% if site.medium_username %}
36
+ <li class="nav-item">
37
+ <a class="nav-link" href="https://medium.com/@{{ site.medium_username }}"><i class="fa fa-medium"></i></a>
38
+ </li>
39
+ {% endif %}
40
+ {% if site.facebook_username %}
41
+ <li class="nav-item">
42
+ <a class="nav-link" href="https://www.facebook.com/{{ site.facebook_username }}"><i class="fa fa-facebook"></i></a>
43
+ </li>
44
+ {% endif %}
45
+ {% if site.instagram_username %}
46
+ <li class="nav-item">
47
+ <a class="nav-link" href="https://www.instagram.com/{{ site.instagram_username }}"><i class="fa fa-instagram"></i></a>
48
+ </li>
49
+ {% endif %}
50
+ {% if site.linkedin_username %}
51
+ <li class="nav-item">
52
+ <a class="nav-link" href="https://www.linkedin.com/in/{{ site.linkedin_username }}"><i class="fa fa-linkedin"></i></a>
53
+ </li>
54
+ {% endif %}
55
+ </ul>
56
+ </div>
57
+ </div>
58
+ </nav>
59
+ </header>
60
+
61
+
62
+
63
+
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include head.html %}
4
+ <body>
5
+ {% include header.html %}
6
+
7
+ {{ content }}
8
+
9
+
10
+ {% include footer.html %}
11
+ </body>
12
+
@@ -0,0 +1,115 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <!-- Profile Area -->
6
+
7
+ <div class="content-start">
8
+ <div class="col-sm-6 offset-sm-3 text-center">
9
+ <img src="{{ site.url}}/assets/images/profile_pic.png" alt="{{ site.title }}" class="rounded-circle">
10
+ <h1 class="title drop-shadow"> {{ site.title }}</h1>
11
+ <h4 class="text-muted"> {{ site.description }}</h4>
12
+ </div>
13
+ <div class="col-sm-6 offset-sm-3 text-center">
14
+ <ul class="social-link">
15
+ {% if site.github_username %}
16
+ <li class="social-media">
17
+ <a href="https://github.com/{{ site.github_username }}"><i class="fa fa-github"></i></a>
18
+ </li>
19
+ {% endif %}
20
+ {% if site.twitter_username %}
21
+ <li class="social-media">
22
+ <a href="https://twitter.com/{{ site.twitter_username }}"><i class="fa fa-twitter"></i></a>
23
+ </li>
24
+ {% endif %}
25
+ {% if site.medium_username %}
26
+ <li class="social-media">
27
+ <a href="https://medium.com/@{{ site.medium_username }}"><i class="fa fa-medium"></i></a>
28
+ </li>
29
+ {% endif %}
30
+ {% if site.facebook_username %}
31
+ <li class="social-media">
32
+ <a href="https://www.facebook.com/{{ site.facebook_username }}"><i class="fa fa-facebook"></i></a>
33
+ </li>
34
+ {% endif %}
35
+ {% if site.instagram_username %}
36
+ <li class="social-media">
37
+ <a href="https://www.instagram.com/{{ site.instagram_username }}"><i class="fa fa-instagram"></i></a>
38
+ </li>
39
+ {% endif %}
40
+ {% if site.linkedin_username %}
41
+ <li class="social-media">
42
+ <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}"><i class="fa fa-linkedin"></i></a>
43
+ </li>
44
+ {% endif %}
45
+ </ul>
46
+ </div>
47
+ </div>
48
+
49
+
50
+
51
+ <!-- Projects Area -->
52
+ <div class="container-fluid brandcolor-bg">
53
+ <div class="container-fluid">
54
+ <div class="row">
55
+ <div class="col-sm-6 offset-sm-3 text-center">
56
+ <h1 class="white-text header drop-shadow">Projects</h1>
57
+ </div>
58
+ </div>
59
+ <div class="row">
60
+ {% for project in site.categories.Projects limit: 2%}
61
+ <div class="col-md-6 col-sm-12">
62
+ <div class="card-image" style="background-image: url({{site.url}}/assets/images/{{project.image}});">
63
+ <div class="project-text text-center pad-left pad-right">
64
+ <h5 class="project-tag"> {{ project.tag-icon }} {{ project.tag }}</h5>
65
+ <h3 class="card-title white-text"> {{ project.title }}</h3>
66
+ <p class="project-excerpt">{{ project.excerpt | truncate:165 }}</p>
67
+ <a class="btn btn-brand drop-shadow" href="{{ project.url }}" role="button"><i class="fa fa-folder-open" aria-hidden="true"></i> View Project</a>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ {% endfor %}
72
+ </div>
73
+ </div>
74
+ </div>
75
+
76
+
77
+ <!-- Blog Posts Area -->
78
+ <div class="container">
79
+ <div class="row header drop-shadow">
80
+ <div class="col-sm-6 offset-sm-3 text-center">
81
+ <h1 class="brand-text"> Recent Posts</h1>
82
+ </div>
83
+ </div>
84
+ <div class="row">
85
+ {% assign post_counter = 0 %}
86
+ {% for post in site.posts %}
87
+ <!-- Updates category icon -->
88
+ {% if post.url contains site.category_one %}
89
+ {% assign category_icon=site.category_one_icon %}
90
+ {% elsif post.url contains site.category_two %}
91
+ {% assign category_icon = site.category_two_icon %}
92
+ {% elsif post.url contains site.category_three %}
93
+ {% assign category_icon = site.category_three_icon %}
94
+ {% elsif post.url contains site.category_four %}
95
+ {% assign category_icon = site.category_four_icon %}
96
+ {% else %}
97
+ {% assign category_icon=site.default_icon %}
98
+ {% endif %}
99
+ <!-- Skips over projects, adds only the first 3 recent posts -->
100
+ {% if post_counter >= 3 %}
101
+ {% break %}
102
+ {% elsif post.url contains 'projects' %}
103
+ {% else %}
104
+ {% assign post_counter = post_counter | plus: 1 %}
105
+ <div class="col-md-4 col-sm-12 text-center recent-posts">
106
+ <a href="{{post.url}}"><img class="img-fluid" src="{{site.url}}/assets/images/{{post.image}}" alt={{post.title | escape}}></a>
107
+ <h6 class="spaced">{{ category_icon }} {{ post.categories }} </h6>
108
+ <h2 class="dark-text"> {{ post.title }} </h2>
109
+ <p>{{ post.excerpt | truncate:165}}</p>
110
+ <a class="btn btn-brand drop-shadow" href="{{ post.url }}" role="button"> Read More</a>
111
+ </div>
112
+ {% endif %}
113
+ {% endfor %}
114
+ </div>
115
+ </div>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,43 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="img-fluid">
6
+ <img src="{{ site.url }}/assets/images/{{ page.image }}" alt="{{ page.title | escape}}" style="z-index: 0; height: 500px; width: 100%; display: block; padding-top: 20px;">
7
+ </div>
8
+
9
+ <div class="container">
10
+ <div class="post-header text-center">
11
+ <h1 class="drop-shadow">{{ page.title }}</h1>
12
+ <h3 class="text-muted"> {{page.subtitle}}</h3>
13
+ <p class="text-muted">
14
+ {% assign date_format = site.minima.date_format | default: "%A, %-d %b %Y" %}
15
+ <i class="fa fa-clock-o" aria-hidden="true"></i> &nbsp;{{ page.date | date: date_format }} &emsp;
16
+ <i class="fa fa-user-o" aria-hidden="true"></i> {{site.author}} &emsp;
17
+ <i class="fa fa-folder-o" aria-hidden="true"></i> &nbsp;{{ page.categories }}
18
+ </p>
19
+ </div>
20
+
21
+ <div class="narrow">
22
+ {{ content }}
23
+
24
+ <div class="social">
25
+ <hr class="spaced">
26
+ <div class="sharethis-inline-share-buttons"></div>
27
+ <hr class="spaced">
28
+ <div id="disqus_thread"></div>
29
+ <script type="text/javascript">
30
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
31
+ function disqus_config() { this.experiment.enable_scroll_container = true; }
32
+ var disqus_shortname = "{{ site.disqus_username }}"; // required: replace example with your forum shortname
33
+ /* * * DON'T EDIT BELOW THIS LINE * * */
34
+ (function() {
35
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
36
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
37
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
38
+ })();
39
+ </script>
40
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
41
+ </div>
42
+ </div>
43
+ </div>
@@ -0,0 +1,43 @@
1
+ @charset "utf-8";
2
+
3
+ // Define defaults for each variable.
4
+
5
+ $base-font-family: "Roboto", Helvetica, Arial, sans-serif !default;
6
+ $base-font-size: 16px !default;
7
+ $base-font-weight: 400 !default;
8
+ $small-font-size: $base-font-size * 0.875 !default;
9
+ $base-line-height: 1.5 !default;
10
+ $heading-font: 'Lato', sans-serif !default;
11
+
12
+ $spacing-unit: 30px !default;
13
+ $padding-unit: 1.5rem !default;
14
+
15
+ $text-color: #383838 !default;
16
+ $background-color: #FDFDFD !default;
17
+ $brand-color: #45C3FF !default;
18
+ $brand-color-light: lighten($brand-color, 20%) !default;
19
+ $brand-color-dark: darken($brand-color, 35%) !default;
20
+
21
+ $grey-color: #5D7682 !default;
22
+ $grey-color-light: lighten($grey-color, 40%) !default;
23
+ $grey-color-dark: darken($grey-color, 25%) !default;
24
+
25
+ $red-color: #ed2f32 !default;
26
+
27
+ $pic-overlay: rgba(36, 46, 51, 0.55) !default;
28
+
29
+ // Social Media Colors
30
+ $facebook-color: #4f76cc !default;
31
+ $twitter-color: #44C4FF !default;
32
+ $github-color: #23242B !default;
33
+ $instagram-color: #FF4492 !default;
34
+ $medium-color: #44FFAE !default;
35
+ $linkedin-color: #008CC9 !default;
36
+
37
+
38
+ // Import partials.
39
+ @import
40
+ "niebieski/base",
41
+ "niebieski/layout",
42
+ "niebieski/syntax-highlighting"
43
+ ;
@@ -0,0 +1,215 @@
1
+ /**
2
+ * Reset some basic elements
3
+ */
4
+ body, h1, h2, h3, h4, h5, h6,
5
+ p, blockquote, pre, hr,
6
+ dl, dd, ol, ul, figure {
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+
11
+
12
+
13
+ /**
14
+ * Basic styling
15
+ */
16
+ body {
17
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
18
+ color: $text-color;
19
+ background-color: $background-color;
20
+ -webkit-text-size-adjust: 100%;
21
+ -webkit-font-feature-settings: "kern" 1;
22
+ -moz-font-feature-settings: "kern" 1;
23
+ -o-font-feature-settings: "kern" 1;
24
+ font-feature-settings: "kern" 1;
25
+ font-kerning: normal;
26
+ }
27
+
28
+ h1, h2, h3, h4, h5, h6 {
29
+ font-family: $heading-font;
30
+ color: $brand-color;
31
+ }
32
+
33
+ .white-text {
34
+ color: $background-color !important;
35
+ }
36
+
37
+ .dark-text {
38
+ color: $text-color;
39
+ }
40
+
41
+ .brand-color {
42
+ color: $brand-color;
43
+ }
44
+
45
+ .header {
46
+ margin-top: $spacing-unit;
47
+ margin-bottom: $spacing-unit;
48
+ }
49
+
50
+ .drop-shadow {
51
+ text-shadow: 1px 1px 1px #02547bb3;
52
+ }
53
+
54
+ .overlay {
55
+ background-color: $pic-overlay;
56
+
57
+ }
58
+
59
+ .pad-top {
60
+ padding-top: $spacing-unit;
61
+ }
62
+
63
+ .pad-bottom {
64
+ padding-bottom: $spacing-unit;
65
+ }
66
+
67
+ .pad-left {
68
+ padding-left: $spacing-unit;
69
+ }
70
+
71
+ .pad-right {
72
+ padding-right: $spacing-unit;
73
+ }
74
+
75
+ @media (min-width: 320px) and (max-width: 600px) {
76
+ .center-sm-text {
77
+ text-align: center;
78
+ }
79
+
80
+ }
81
+
82
+
83
+ /**
84
+ * Set `margin-bottom` to maintain vertical rhythm
85
+ */
86
+ h1, h2, h3, h4, h5, h6,
87
+ p, blockquote, pre,
88
+ ul, ol, dl, figure,
89
+ %vertical-rhythm {
90
+ margin-bottom: $spacing-unit / 1.5;
91
+ }
92
+
93
+
94
+
95
+ /**
96
+ * Images
97
+ */
98
+ img {
99
+ max-width: 100%;
100
+ vertical-align: middle;
101
+ }
102
+
103
+ .bg
104
+ {
105
+ width: 100% !important;
106
+ height: 400px;
107
+ width: 100%;
108
+ display: block;
109
+ padding-top: 20px;
110
+ }
111
+
112
+ .standout {
113
+ box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
114
+ }
115
+
116
+ .opacity {
117
+ &:hover, &:focus {
118
+ opacity: 0.9;
119
+ }
120
+ a:hover {
121
+ text-decoration: none;
122
+ }
123
+ }
124
+
125
+
126
+
127
+ /**
128
+ * Lists
129
+ */
130
+
131
+ ul, ol {
132
+ margin-left: $spacing-unit;
133
+ }
134
+
135
+ li {
136
+ > ul,
137
+ > ol {
138
+ margin-bottom: 0;
139
+ }
140
+ }
141
+
142
+ .progress {
143
+ margin-bottom: 0.5rem;
144
+ }
145
+
146
+ .list-group {
147
+ margin-left: 0;
148
+ }
149
+
150
+
151
+ /**
152
+ * Headings
153
+ */
154
+ h1, h2, h3, h4, h5, h6 {
155
+ font-weight: $base-font-weight;
156
+ }
157
+
158
+ .spaced {
159
+ margin-top: $spacing-unit / 2;
160
+ margin-bottom: $spacing-unit / 2;
161
+ }
162
+
163
+
164
+
165
+ /**
166
+ * Links
167
+ */
168
+ a {
169
+ color: $brand-color;
170
+ text-decoration: none;
171
+
172
+ &:visited {
173
+ color: darken($brand-color, 15%);
174
+ }
175
+
176
+ &:hover {
177
+ color: $brand-color-dark;
178
+ text-decoration: underline;
179
+ }
180
+
181
+ }
182
+
183
+
184
+ /**
185
+ * Icons
186
+ */
187
+ .fa-heart {
188
+ color: $red-color;
189
+ }
190
+
191
+ .fa-twitter {
192
+ color: $twitter-color;
193
+ }
194
+
195
+ .fa-github {
196
+ color: $github-color;
197
+ }
198
+
199
+ .fa-facebook {
200
+ color: $facebook-color;
201
+ }
202
+
203
+ .fa-linkedin {
204
+ color: $linkedin-color;
205
+ }
206
+
207
+ .fa-instagram {
208
+ color: $instagram-color;
209
+ }
210
+
211
+ .fa-medium {
212
+ color: $medium-color;
213
+ }
214
+
215
+
@@ -0,0 +1,178 @@
1
+ /**
2
+ * Site header
3
+ */
4
+ .nav, .navbar {
5
+ border-bottom: 1px solid $grey-color-light;
6
+ min-height: $spacing-unit * 1.865;
7
+ -webkit-box-shadow: 0px 10px 17px 8px rgba(245,245,245,1);
8
+ -moz-box-shadow: 0px 10px 17px 8px rgba(245,245,245,1);
9
+ box-shadow: 0px 10px 17px 8px rgba(245,245,245,1);
10
+ position: relative;
11
+ min-height: $spacing-unit * 1.865;
12
+
13
+ }
14
+
15
+ .fa-bars {
16
+ color: $brand-color;
17
+ }
18
+
19
+
20
+ /**
21
+ * Site footer
22
+ */
23
+ .footer {
24
+ margin-top: $spacing-unit;
25
+ background-color: $brand-color-dark;
26
+ color: $background-color;
27
+ }
28
+
29
+ .bottom-footer {
30
+ background-color: darken($brand-color-dark, 10%);
31
+ }
32
+
33
+ .footer-title {
34
+ margin-top: 20px;
35
+ }
36
+
37
+ .footer-link {
38
+ list-style: none;
39
+ margin-left: 0;
40
+
41
+ a {
42
+ color: $background-color;
43
+ }
44
+ a:hover {
45
+ color: $brand-color;
46
+ text-decoration: none;
47
+ }
48
+ }
49
+
50
+ .footer-logo {
51
+ margin-top: 40px;
52
+ }
53
+
54
+
55
+
56
+ /**
57
+ * Page content
58
+ */
59
+ .title {
60
+ color: $brand-color;
61
+ }
62
+
63
+ .content-start {
64
+ margin-top: $spacing-unit * 2;
65
+ }
66
+
67
+ .social-media {
68
+ display:inline-block;
69
+ margin-left: 10px;
70
+ }
71
+
72
+ .social-link {
73
+ list-style: none;
74
+ margin-left: 0px;
75
+ }
76
+
77
+ .brandcolor-bg {
78
+ background-color: $brand-color;
79
+ margin-top: $spacing-unit * 3;
80
+ padding-bottom: $spacing-unit;
81
+ margin-bottom: $spacing-unit * 2;
82
+ }
83
+
84
+ .btn-brand {
85
+ color: $background-color !important;
86
+ background-color: $brand-color;
87
+ border-color: darken($brand-color, 10%);
88
+ margin-bottom: $padding-unit;
89
+
90
+ a {
91
+ color: $background-color;
92
+ }
93
+
94
+ &:hover {
95
+ background-color: darken($brand-color, 10%);
96
+ text-decoration: none;
97
+ }
98
+ &:focus {
99
+ color: $background-color;
100
+ }
101
+
102
+ }
103
+
104
+ .progress-bar {
105
+ background-color: darken($brand-color, 10%);
106
+ }
107
+
108
+
109
+ /**
110
+ * Projects
111
+ */
112
+ .card-image {
113
+ background-size: cover;
114
+ background-position: center;
115
+ width: 100%;
116
+ max-width: 2275px;
117
+ max-height: 1516px;
118
+ box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
119
+ border-radius: 3px;
120
+ margin-bottom: $padding-unit * 1.2;
121
+ margin-top: $padding-unit * 1.2;
122
+ }
123
+
124
+ .project-tag {
125
+ color: $brand-color;
126
+ padding-top: $padding-unit;
127
+ text-shadow: 1px 1px 1px rgba(0,0,0,.4);
128
+ }
129
+
130
+ .project-icon {
131
+ color: $brand-color;
132
+ text-shadow: 1px 1px 1px rgba(0,0,0,.4);
133
+ }
134
+
135
+ .project-text {
136
+ color: $background-color;
137
+ background-color: $pic-overlay;
138
+ text-shadow: 1px 1px 1px rgba(0,0,0,.4);
139
+ }
140
+
141
+
142
+ /**
143
+ * Posts
144
+ */
145
+
146
+ .recent-posts {
147
+ margin-bottom: $spacing-unit;
148
+ img:hover {
149
+ opacity:0.9 !important;
150
+ }
151
+
152
+ }
153
+
154
+ .post-header {
155
+ z-index: 3 !important;
156
+ margin-top: -4rem;
157
+ border-radius: 4px;
158
+ padding-top: $padding-unit;
159
+ margin-left: -2%;
160
+ margin-right: -2%;
161
+ background: $background-color;
162
+ position: relative;
163
+ margin-bottom: $spacing-unit * 2;
164
+
165
+ .fa {
166
+ color: $brand-color;
167
+ }
168
+ }
169
+
170
+ @media (min-width: 768px) {
171
+ .narrow {
172
+ display: block;
173
+ margin-right: auto;
174
+ margin-left: auto;
175
+ padding-left: 15%;
176
+ padding-right: 15%;
177
+ }
178
+ }
@@ -0,0 +1,101 @@
1
+ /**
2
+ * Code Formatting
3
+ */
4
+ pre,
5
+ code {
6
+ color: #3d5ce5;
7
+ border: 1px solid $grey-color-light;
8
+ border-radius: 3px;
9
+ background-color: #edfbff;
10
+ }
11
+
12
+ code {
13
+ padding: 1px 5px;
14
+ }
15
+
16
+ pre {
17
+ padding: 8px 12px;
18
+ overflow-x: auto;
19
+
20
+ > code {
21
+ border: 0;
22
+ padding-right: 0;
23
+ padding-left: 0;
24
+ }
25
+ }
26
+
27
+ /**
28
+ * Syntax highlighting styles
29
+ */
30
+ .highlight {
31
+ background: #fff;
32
+ @extend %vertical-rhythm;
33
+
34
+ .highlighter-rouge & {
35
+ background: #edfbff;
36
+ }
37
+
38
+
39
+ .c { color: #b0ddf2; font-style: italic } // Comment
40
+ .err { color: #f24161; background-color: #f24161 } // Error
41
+ .k { color: #7941f2; font-weight: bold } // Keyword
42
+ .o { color: #3d5ce5; font-weight: bold } // Operator
43
+ .cm { color: #b0ddf2; font-style: italic } // Comment.Multiline
44
+ .cp { color: #abd6ea; font-weight: bold } // Comment.Preproc
45
+ .c1 { color: #b0ddf2; font-style: italic } // Comment.Single
46
+ .cs { color: #abd6ea; font-weight: bold; font-style: italic } // Comment.Special
47
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
48
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
49
+ .ge { font-style: italic } // Generic.Emph
50
+ .gr { color: #f24161 } // Generic.Error
51
+ .gh { color: #999 } // Generic.Heading
52
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
53
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
54
+ .go { color: #888 } // Generic.Output
55
+ .gp { color: #555 } // Generic.Prompt
56
+ .gs { font-weight: bold } // Generic.Strong
57
+ .gu { color: #aaa } // Generic.Subheading
58
+ .gt { color: #f24161 } // Generic.Traceback
59
+ .kn { color: #4161f2 } // Import statements
60
+ .kc { font-weight: bold } // Keyword.Constant
61
+ .kd { font-weight: bold } // Keyword.Declaration
62
+ .kp { font-weight: bold } // Keyword.Pseudo
63
+ .kr { font-weight: bold } // Keyword.Reserved
64
+ .kt { color: #458; font-weight: bold } // Keyword.Type
65
+ .m { color: #41f2d1 } // Literal.Number
66
+ .s { color: #45C3FF } // Literal.String
67
+ .n { color: #00405f } // Name
68
+ .na { color: #008080 } // Name.Attribute
69
+ .nb { color: #0086B3 } // Name.Builtin
70
+ .nc { color: #f27941; font-weight: bold } // Name.Class
71
+ .nd { color: #4161f2 }; //Name.Decorator
72
+ .no { color: #008080 } // Name.Constant
73
+ .ni { color: #800080 } // Name.Entity
74
+ .ne { color: #f24161; font-weight: bold } // Name.Exception
75
+ .nf { color: #f241ba; font-weight: bold } // Name.Function
76
+ .nn { color: #f27941 } // Name.Namespace
77
+ .nt { color: #000080 } // Name.Tag
78
+ .nv { color: #008080 } // Name.Variable
79
+ .ow { color: #d141f2; font-weight: bold } // Operator.Word
80
+ .w { color: #bbb } // Text.Whitespace
81
+ .mf { color: #099 } // Literal.Number.Float
82
+ .mh { color: #099 } // Literal.Number.Hex
83
+ .mi { color: #41f2d1 } // Literal.Number.Integer
84
+ .mo { color: #099 } // Literal.Number.Oct
85
+ .sb { color: #45C3FF } // Literal.String.Backtick
86
+ .sc { color: #45C3FF } // Literal.String.Char
87
+ .sd { color: #45C3FF } // Literal.String.Doc
88
+ .s2 { color: #45C3FF } // Literal.String.Double
89
+ .se { color: #45C3FF } // Literal.String.Escape
90
+ .sh { color: #45C3FF } // Literal.String.Heredoc
91
+ .si { color: #41f2d1 } // Literal.String.Interpol
92
+ .sx { color: #45C3FF } // Literal.String.Other
93
+ .sr { color: #009926 } // Literal.String.Regex
94
+ .s1 { color: #45C3FF } // Literal.String.Single
95
+ .ss { color: #990073 } // Literal.String.Symbol
96
+ .bp { color: #0086B3 } // Name.Builtin.Pseudo
97
+ .vc { color: #008080 } // Name.Variable.Class
98
+ .vg { color: #008080 } // Name.Variable.Global
99
+ .vi { color: #008080 } // Name.Variable.Instance
100
+ .il { color: #099 } // Literal.Number.Integer.Long
101
+ }
metadata ADDED
@@ -0,0 +1,114 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: niebieski
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - FabioRosado
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.5'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-seo-tag
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.12'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.12'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ description:
70
+ email:
71
+ - fabiorosado@outlook.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - LICENSE.txt
77
+ - README.md
78
+ - _includes/footer.html
79
+ - _includes/google-analytics.html
80
+ - _includes/head.html
81
+ - _includes/header.html
82
+ - _layouts/default.html
83
+ - _layouts/home.html
84
+ - _layouts/page.html
85
+ - _layouts/post.html
86
+ - _sass/niebieski.scss
87
+ - _sass/niebieski/_base.scss
88
+ - _sass/niebieski/_layout.scss
89
+ - _sass/niebieski/_syntax-highlighting.scss
90
+ homepage: https://github.com/FabioRosado/Niebieski
91
+ licenses:
92
+ - MIT
93
+ metadata: {}
94
+ post_install_message:
95
+ rdoc_options: []
96
+ require_paths:
97
+ - lib
98
+ required_ruby_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: '0'
108
+ requirements: []
109
+ rubyforge_project:
110
+ rubygems_version: 2.7.4
111
+ signing_key:
112
+ specification_version: 4
113
+ summary: A minimal blue theme for Jekyll
114
+ test_files: []