|
1 | | -# Welcome to Jekyll! |
2 | | -# |
3 | | -# This config file is meant for settings that affect your whole blog, values |
4 | | -# which you are expected to set up once and rarely edit after that. If you find |
5 | | -# yourself editing this file very often, consider using Jekyll's data files |
6 | | -# feature for the data you need to update frequently. |
7 | | -# |
8 | | -# For technical reasons, this file is *NOT* reloaded automatically when you use |
9 | | -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
10 | | - |
11 | 1 | # Site settings |
12 | | -# These are used to personalize your new site. If you look in the HTML files, |
13 | | -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
14 | | -# You can create any custom variable you would like, and they will be accessible |
15 | | -# in the templates via {{ site.myvariable }}. |
16 | | -title: Tech is what it's all about. |
17 | | -email: |
18 | | -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. |
22 | | -#twitter_username: username |
| 2 | +title: "Volovyk ENK" |
| 3 | +email: "volovikdanil@gmail.com" |
| 4 | +description: "Volovyk ENK provides consulting in Azure, .NET Core, Delphi, Dart & Flutter, plus startup and mobile app development from Bergen, Norway." |
23 | 5 | github_username: dvXcode |
24 | | -minimal_mistakes_skin: default |
| 6 | +minimal_mistakes_skin: bullet |
25 | 7 | search: true |
26 | 8 |
|
27 | 9 | # Build settings |
28 | 10 | markdown: kramdown |
29 | 11 | remote_theme: mmistakes/minimal-mistakes |
30 | | -# Outputting |
31 | | -permalink: /:categories/:title/ |
32 | | -paginate: 5 # amount of posts to show |
33 | | -paginate_path: /page:num/ |
34 | | -timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
| 12 | +permalink: /blog/:year/:month/:title/ |
| 13 | +paginate: 5 |
| 14 | +paginate_path: /blog/page:num/ |
| 15 | +timezone: Europe/Oslo |
| 16 | + |
| 17 | +# Collections for products (services) |
| 18 | +collections: |
| 19 | + products: |
| 20 | + output: true |
| 21 | + permalink: /products/:basename/ |
35 | 22 |
|
| 23 | +# Include pages folder |
36 | 24 | include: |
37 | 25 | - _pages |
38 | 26 |
|
39 | | -# Exclude from processing. |
40 | | -# The following items will not be processed, by default. Create a custom list |
41 | | -# to override the default setting. |
42 | | -# exclude: |
43 | | -# - Gemfile |
44 | | -# - Gemfile.lock |
45 | | -# - node_modules |
46 | | -# - vendor/bundle/ |
47 | | -# - vendor/cache/ |
48 | | -# - vendor/gems/ |
49 | | -# - vendor/ruby/ |
50 | | - |
51 | | -# Plugins (previously gems:) |
52 | | -plugins: |
| 27 | +# Plugins\plugins: |
53 | 28 | - jekyll-paginate |
54 | 29 | - jekyll-sitemap |
55 | | - - jekyll-gist |
56 | 30 | - jekyll-feed |
57 | | - - jemoji |
58 | 31 | - jekyll-include-cache |
59 | 32 |
|
| 33 | +# Author info |
60 | 34 | author: |
61 | | - name : "Dan Volovyk" |
62 | | - avatar : "/assets/images/bio-photo.jpg" |
63 | | - bio : "As a tech-savvy programmer with a Master's degree and expertise in multiple programming languages and platforms, including PowerPlatform and Dynamics 365, I have a strong passion for technology and a particular affinity for .NET and Azure." |
| 35 | + name: "Dan Volovyk" |
| 36 | + avatar: "/assets/images/bio-photo.jpg" |
| 37 | + bio: "Tech-savvy programmer (MSc) specializing in Azure, .NET, Delphi, Dart & Flutter. Founder of multiple startups and mobile apps." |
64 | 38 | links: |
65 | 39 | - label: "Website" |
66 | 40 | icon: "fas fa-fw fa-link" |
67 | | - url: "https://dvxcode.github.io/" |
68 | | - # - label: "Twitter" |
69 | | - # icon: "fab fa-fw fa-twitter-square" |
70 | | - # url: "https://twitter.com/" |
| 41 | + url: "https://volovyk.dev/" |
71 | 42 | - label: "GitHub" |
72 | 43 | icon: "fab fa-fw fa-github" |
73 | 44 | url: "https://github.com/dvXcode" |
74 | | - # - label: "Instagram" |
75 | | - # icon: "fab fa-fw fa-instagram" |
76 | | - # url: "https://instagram.com/" |
77 | 45 |
|
| 46 | +# Footer links |
78 | 47 | footer: |
79 | 48 | links: |
80 | | - # - label: "Twitter" |
81 | | - # icon: "fab fa-fw fa-twitter-square" |
82 | | - # url: "https://twitter.com/" |
83 | 49 | - label: "GitHub" |
84 | 50 | icon: "fab fa-fw fa-github" |
85 | 51 | url: "https://github.com/dvXcode" |
86 | | - # - label: "Instagram" |
87 | | - # icon: "fab fa-fw fa-instagram" |
88 | | - # url: "https://instagram.com/" |
89 | 52 |
|
| 53 | +# Defaults for layouts |
90 | 54 | defaults: |
91 | | - # _posts |
| 55 | + # Blog posts |
92 | 56 | - scope: |
93 | 57 | path: "" |
94 | 58 | type: posts |
95 | 59 | values: |
96 | 60 | layout: single |
97 | | - author_profile: true |
| 61 | + author_profile: false |
98 | 62 | read_time: true |
99 | | - comments: true |
100 | 63 | share: true |
101 | | - related: true |
102 | | - # _pages |
| 64 | + |
| 65 | + # Pages (About & Contact) |
103 | 66 | - scope: |
104 | 67 | path: "_pages" |
105 | 68 | type: pages |
106 | 69 | values: |
107 | 70 | layout: single |
108 | | - author_profile: true |
| 71 | + author_profile: false |
| 72 | + |
| 73 | + # Products collection |
| 74 | + - scope: |
| 75 | + path: "" |
| 76 | + type: products |
| 77 | + values: |
| 78 | + layout: single |
| 79 | + author_profile: false |
| 80 | + share: false |
| 81 | + comments: false |
109 | 82 |
|
| 83 | +# Archive settings |
110 | 84 | category_archive: |
111 | 85 | type: liquid |
112 | 86 | path: /categories/ |
|
0 commit comments