artistic 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_config.yml +48 -0
  5. data/_includes/custom-head.html +14 -0
  6. data/_includes/footer.html +58 -0
  7. data/_includes/google-analytics.html +9 -0
  8. data/_includes/head.html +30 -0
  9. data/_includes/header.html +34 -0
  10. data/_includes/social-icons/codeberg.svg +11 -0
  11. data/_includes/social-icons/devto.svg +1 -0
  12. data/_includes/social-icons/dribbble.svg +1 -0
  13. data/_includes/social-icons/facebook.svg +1 -0
  14. data/_includes/social-icons/flickr.svg +1 -0
  15. data/_includes/social-icons/github.svg +1 -0
  16. data/_includes/social-icons/gitlab.svg +1 -0
  17. data/_includes/social-icons/google_scholar.svg +1 -0
  18. data/_includes/social-icons/instagram.svg +1 -0
  19. data/_includes/social-icons/keybase.svg +4 -0
  20. data/_includes/social-icons/linkedin.svg +1 -0
  21. data/_includes/social-icons/mastodon.svg +1 -0
  22. data/_includes/social-icons/microdotblog.svg +1 -0
  23. data/_includes/social-icons/pinterest.svg +1 -0
  24. data/_includes/social-icons/rss.svg +1 -0
  25. data/_includes/social-icons/stackoverflow.svg +1 -0
  26. data/_includes/social-icons/telegram.svg +1 -0
  27. data/_includes/social-icons/twitter.svg +1 -0
  28. data/_includes/social-icons/whatsapp.svg +4 -0
  29. data/_includes/social-icons/x.svg +3 -0
  30. data/_includes/social-icons/youtube.svg +1 -0
  31. data/_includes/social-item.html +12 -0
  32. data/_includes/social.html +5 -0
  33. data/_includes/svg_symbol.html +6 -0
  34. data/_layouts/base.html +17 -0
  35. data/_layouts/home.html +73 -0
  36. data/_layouts/page.html +14 -0
  37. data/_layouts/post.html +39 -0
  38. data/assets/artistic-social-icons.liquid +18 -0
  39. data/assets/css/flowbite.min.css +1 -0
  40. data/assets/css/style.css +26 -0
  41. data/assets/favicon/android-chrome-96x96.png +0 -0
  42. data/assets/favicon/apple-touch-icon.png +0 -0
  43. data/assets/favicon/browserconfig.xml +9 -0
  44. data/assets/favicon/favicon-16x16.png +0 -0
  45. data/assets/favicon/favicon-32x32.png +0 -0
  46. data/assets/favicon/favicon.ico +0 -0
  47. data/assets/favicon/mstile-150x150.png +0 -0
  48. data/assets/favicon/safari-pinned-tab.svg +22 -0
  49. data/assets/favicon/site.webmanifest +14 -0
  50. data/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
  51. data/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
  52. data/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
  53. data/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
  54. data/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
  55. data/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
  56. data/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
  57. data/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
  58. data/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
  59. data/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
  60. data/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
  61. data/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
  62. data/assets/js/flowbite.min.js +2 -0
  63. data/assets/js/tailwindcss.min.js +66 -0
  64. metadata +168 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0f5ac2cf2dea4ef2bfa48734217cb1cc107bf5ad0c462d68f173669b1cedfd56
4
+ data.tar.gz: f604b5aac7d0fd87a9946ad38401947e4e307963e0e82a569531cad3ed98322e
5
+ SHA512:
6
+ metadata.gz: 30a41dbf1793eb7f5c83e79ae689c480b6fe7a10f4d4adf4b7f117c6757000b6be36f6f825c5c37fba4390bec4aa6f97063c62a2c36d8f7a438397396c8bec93
7
+ data.tar.gz: a53553c482786965a6798be5c972103f34a4e51578106abedef0d0bb8d0186639c17babcc75a7ac78b655c128d3e0b43dab2e52a884f6da3ac07187ea962e0c3
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 emrekayik
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,50 @@
1
+ # artistic
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+ ## Installation
10
+
11
+ Add this line to your Jekyll site's `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "artistic"
15
+ ```
16
+
17
+ And add this line to your Jekyll site's `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: artistic
21
+ ```
22
+
23
+ And then execute:
24
+
25
+ $ bundle
26
+
27
+ Or install it yourself as:
28
+
29
+ $ gem install artistic
30
+
31
+ ## Usage
32
+
33
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/studioek/artistic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
38
+
39
+ ## Development
40
+
41
+ To set up your environment to develop this theme, run `bundle install`.
42
+
43
+ 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.
44
+
45
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
+ To add a custom directory to your theme-gem, please edit the regexp in `artistic.gemspec` accordingly.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/_config.yml ADDED
@@ -0,0 +1,48 @@
1
+ title: artistic # this is your title
2
+ author:
3
+ name: Emre Kayık
4
+ company:
5
+ name: StudioEK
6
+ role: Developer
7
+ url: https://github.com/studioek
8
+ email: emrekayik1905@gmail.com
9
+
10
+ #lang: "" # web site lang
11
+
12
+ # google_analytics:
13
+
14
+ description: >
15
+ Write an awesome description for your new site here. You can edit this line
16
+ in _config.yml. It will appear in your document head meta (for Google search
17
+ results) and in your feed.xml site description.
18
+
19
+ theme: artistic
20
+
21
+ plugins:
22
+ - jekyll-feed
23
+ - jekyll-seo-tag
24
+ - jekyll-paginate
25
+
26
+ # paginate settings
27
+ paginate: 5
28
+ paginate_path: "/page:num/"
29
+
30
+
31
+ artistic:
32
+ social_links:
33
+ - { platform: devto, user_url: "https://dev.to/emrekayik" }
34
+ #- { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
35
+ #- { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
36
+ #- { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
37
+ - { platform: github, user_url: "https://github.com/studioek/artistic" }
38
+ #- { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
39
+ - { platform: instagram, user_url: "https://www.instagram.com/studioek0" }
40
+ #- { platform: keybase, user_url: "https://keybase.io/jekyll" }
41
+ - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
42
+ #- { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
43
+ #- { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
44
+ - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
45
+ - { platform: telegram, user_url: "https://t.me/emrekayik" }
46
+ - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
47
+ - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
48
+ - { platform: rss, user_url: "https://studioek.github.io/artistic/feed.xml" }
@@ -0,0 +1,14 @@
1
+ {% comment %}
2
+ Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
3
+
4
+ 1. Head over to https://realfavicongenerator.net/ to add your own favicons.
5
+ 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
6
+ {% endcomment %}
7
+
8
+ <link rel="apple-touch-icon" sizes="76x76" href="/assets/favicon/apple-touch-icon.png">
9
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
10
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
11
+ <link rel="manifest" href="/assets/favicon/site.webmanifest">
12
+ <link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
13
+ <meta name="msapplication-TileColor" content="#da532c">
14
+ <meta name="theme-color" content="#ffffff">
@@ -0,0 +1,58 @@
1
+ <footer class="bg-white dark:bg-gray-900">
2
+ <data class="u-url" href="{{ '/' | relative_url }}"></data>
3
+ <div class="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
4
+ <div class="md:flex md:justify-between">
5
+ <div class="mb-6 md:mb-0">
6
+ <a class="flex items-center space-x-3 rtl:space-x-reverse" rel="author" href="{{ '/' | relative_url }}">
7
+ <span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">{{ site.title | escape }}</span>
8
+ </a>
9
+ <p class="text-gray-500 dark:text-gray-400 font-medium mt-4">{{ site.description | escape }}</p>
10
+ </div>
11
+ <div class="grid grid-cols-2 gap-8 sm:gap-6 sm:grid-cols-3">
12
+ <div>
13
+ <h2 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">Subscribe</h2>
14
+ <ul class="text-gray-500 dark:text-gray-400 font-medium">
15
+ <li>
16
+ <a href="{{ site.feed.path | default: 'feed.xml' | absolute_url }}" class="flex items-center gap-1 hover:underline">
17
+ <svg class="fill-orange-500 h-5 w-5 p-1">
18
+ <use xlink:href="{{ 'assets/artistic-social-icons.svg#rss' | relative_url }}"></use>
19
+ </svg>
20
+ <span>Subscribe</span>
21
+ </a>
22
+ </li>
23
+ </ul>
24
+ <hr class="h-px my-8 bg-gray-200 border-0 dark:bg-gray-700">
25
+ {%- if site.author %}
26
+ <ul class="text-gray-500 dark:text-gray-400 font-medium mt-4">
27
+ {% if site.author.name -%}
28
+ <li class="p-name">{{ site.author.name | escape }}</li>
29
+ {% endif -%}
30
+ {% if site.author.email -%}
31
+ <li><a class="hover:underline " href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
32
+ {%- endif %}
33
+ {% if site.author.company.name -%}
34
+ <li>
35
+ <a class="hover:underline block" href="{{ site.author.company.url }}">
36
+ <span>{{ site.author.company.name }}</span>
37
+ {% if site.author.company.role -%}
38
+ <span> - {{ site.author.company.role }}</span>
39
+ {%- endif %}
40
+ </a>
41
+ </li>
42
+ {%- endif %}
43
+ </ul>
44
+ {%- endif %}
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
49
+ <div class="sm:flex sm:items-center sm:justify-between">
50
+ <span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">
51
+ © {{ "now" | date: "%Y" }} <a href="/" class="hover:underline">artistic</a>
52
+ </span>
53
+ <div>
54
+ {%- include social.html -%}
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </footer>
@@ -0,0 +1,9 @@
1
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
+ <script>
3
+ window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){window.dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_analytics }}');
9
+ </script>
@@ -0,0 +1,30 @@
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
+ {%- seo -%}
6
+ <link rel="stylesheet" href="{{ '/assets/css/flowbite.min.css' | relative_url }}">
7
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
+ {%- feed_meta -%}
9
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
10
+ {%- include google-analytics.html -%}
11
+ {%- endif -%}
12
+
13
+ {%- include custom-head.html -%}
14
+ <script src="{{ '/assets/js/tailwindcss.min.js' | relative_url }}"></script>
15
+ <script src="{{ '/assets/js/flowbite.min.js' | relative_url }}"></script>
16
+ <script>
17
+ tailwind.config = {
18
+ theme: {
19
+ extend: {
20
+ colors: {
21
+ clifford: '#da373d',
22
+ }
23
+ },
24
+ fontFamily:{
25
+ 'playfair': ['Playfair Display'],
26
+ }
27
+ }
28
+ }
29
+ </script>
30
+ </head>
@@ -0,0 +1,34 @@
1
+
2
+
3
+ <nav class="bg-white border-gray-200 dark:bg-gray-900">
4
+ <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
5
+ {%- assign default_paths = site.pages | map: "path" -%}
6
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
7
+ {%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
8
+ <a class="flex items-center space-x-3 rtl:space-x-reverse" rel="author" href="{{ '/' | relative_url }}">
9
+ <span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">{{ site.title | escape }}</span>
10
+ </a>
11
+ <button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-default" aria-expanded="false">
12
+ <span class="sr-only">Open main menu</span>
13
+ <svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
14
+ <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
15
+ </svg>
16
+ </button>
17
+ {%- if titles_size > 0 -%}
18
+ <div class="hidden w-full md:block md:w-auto" id="navbar-default">
19
+ <ul class="font-medium flex flex-col p-4 md:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 md:flex-row md:space-x-8 rtl:space-x-reverse md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
20
+ {%- for path in page_paths -%}
21
+ {%- assign my_page = site.pages | where: "path", path | first -%}
22
+ {%- if my_page.title -%}
23
+ <li class="py-2">
24
+ <a href="{{ my_page.url | relative_url }}" class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500 hover:underline" aria-current="page">
25
+ {{ my_page.title | escape }}
26
+ </a>
27
+ </li>
28
+ {%- endif -%}
29
+ {%- endfor -%}
30
+ </ul>
31
+ </div>
32
+ {%- endif -%}
33
+ </div>
34
+ </nav>
@@ -0,0 +1,11 @@
1
+ <g
2
+ style="opacity:1"
3
+ transform="translate(-44.867463,-75.990641)">
4
+ <g
5
+ style="opacity:1"
6
+ transform="matrix(0.62731857,0,0,0.30231784,25.415003,63.342477)" />
7
+ <path
8
+ style="fill-opacity:1;stroke:none;stroke-width:0.247828;paint-order:markers fill stroke;stop-color:#000000"
9
+ d="m 52.866549,76.247505 c -4.39704,0 -7.936587,3.541376 -7.936587,7.938416 -2.1e-4,1.490827 0.420008,2.953458 1.212473,4.21737 l 6.616999,-8.555396 c 0.04781,-0.0612 0.166275,-0.0612 0.21405,0 l 2.763577,3.573179 h -1.979265 l 0.04286,0.157651 h 2.059061 l 0.583856,0.753172 h -2.430784 l 0.06818,0.247163 h 2.553387 l 0.513795,0.663645 h -2.882295 l 0.08948,0.319162 h 3.037983 l 0.459304,0.591634 h -3.331852 l 0.108975,0.389239 h 3.522585 l 0.402862,0.519626 h -3.781429 l 0.120675,0.430106 h 3.993552 l 0.3717,0.480709 h -4.230994 l 0.120675,0.430102 h 4.44312 c 0.792461,-1.263911 1.212724,-2.726542 1.212472,-4.217362 4e-6,-4.39704 -3.541365,-7.938416 -7.938408,-7.938416 z m 2.41707,12.636494 0.120675,0.430106 h 3.522521 c 0.114862,-0.1356 0.2337,-0.286688 0.339562,-0.430106 z m 0.254962,0.910808 0.118725,0.430105 h 2.356826 c 0.154163,-0.1314 0.321225,-0.283237 0.471203,-0.430102 z m 0.253013,0.91081 0.120675,0.428161 h 0.795843 c 0.235163,-0.134962 0.45306,-0.272325 0.688797,-0.428161 z" />
10
+ </g>
11
+
@@ -0,0 +1 @@
1
+ <path d="M4.548,6.415C4.419,6.318,4.29,6.271,4.161,6.271h-0.58v3.471h0.58c0.129,0,0.258-0.049,0.387-0.145 C4.677,9.5,4.742,9.355,4.742,9.163V6.85C4.741,6.656,4.676,6.511,4.548,6.415z M13.981,0.559H2.016 c-0.804,0-1.457,0.65-1.458,1.455v11.973c0.002,0.805,0.655,1.455,1.458,1.455h11.968c0.805,0,1.457-0.65,1.459-1.455V2.014 C15.438,1.209,14.786,0.559,13.981,0.559z M5.68,9.169c0,0.625-0.386,1.572-1.605,1.569H2.532V5.242h1.573 c1.179,0,1.573,0.945,1.574,1.57V9.169z M9.024,6.225h-1.77V7.5h1.082v0.982H7.255v1.275h1.771v0.982H6.959 c-0.371,0.009-0.679-0.283-0.688-0.654V5.931c-0.008-0.37,0.285-0.679,0.655-0.688h2.099V6.225z M12.47,10.055 c-0.438,1.021-1.226,0.817-1.576,0l-1.28-4.812h1.081l0.988,3.778l0.981-3.778h1.082L12.47,10.055z"/>
@@ -0,0 +1 @@
1
+ <path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16-3.413 1.02-6.723.977-7.023.97l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/>
@@ -0,0 +1 @@
1
+ <path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0"/>
@@ -0,0 +1 @@
1
+ <path d="M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.33 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z"/>
@@ -0,0 +1 @@
1
+ <path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/>
@@ -0,0 +1 @@
1
+ <path d="m15.73 6.39-.023-.058L13.535.656a.587.587 0 0 0-.566-.36.61.61 0 0 0-.332.126.593.593 0 0 0-.192.293l-1.468 4.5h-5.95L3.555.715A.568.568 0 0 0 3.03.297a.558.558 0 0 0-.34.09.557.557 0 0 0-.222.27L.289 6.34l-.023.055a4.07 4.07 0 0 0-.11 2.558c.242.844.75 1.586 1.45 2.113l.007.004.02.016 3.32 2.484 1.637 1.242 1 .754a.67.67 0 0 0 .812 0l.996-.753 1.641-1.243 3.336-2.5.012-.004a4.049 4.049 0 0 0 1.343-4.675Zm0 0"/>
@@ -0,0 +1 @@
1
+ <circle opacity="0.7" cx="8.036" cy="11.08" r="4.3"/><path opacity="0.75" d="M0.585,6.505l7.42-5.885L8.03,6.582 C5.305,6.632,4.139,8.729,3.913,9.13L0.585,6.505z"/><path d="M15.415,6.509l-7.42-5.886L7.97,6.585c2.725,0.05,3.891,2.147,4.117,2.548L15.415,6.509z"/>
@@ -0,0 +1 @@
1
+ <path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28-.38-.15-.64-.32-.92-.6-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/>
@@ -0,0 +1,4 @@
1
+ <path d="M10.34,13.58c-0.298,0-0.54,0.242-0.54,0.54s0.242,0.54,0.54,0.54c0.298,0,0.54-0.242,0.54-0.54S10.638,13.58,10.34,13.58 L10.34,13.58z M6.38,13.58c-0.298,0-0.54,0.242-0.54,0.54s0.242,0.54,0.54,0.54c0.298,0,0.54-0.242,0.54-0.54 S6.678,13.58,6.38,13.58z"/>
2
+ <path fill="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-miterlimit="10" d="M1.58,13.22 c0.104,0.771,0.344,1.497,0.688,2.16 M5.93,3.86H4.31c-0.149,0-0.27-0.121-0.27-0.27V1.97c0-0.149,0.121-0.27,0.27-0.27h1.62 c0.149,0,0.27,0.121,0.27,0.27v1.08"/>
3
+ <path d="M8.18,7.46c-1.489,0-2.7-1.211-2.7-2.7c0-2.471,2.012-4.329,2.098-4.407c0.125-0.113,0.309-0.125,0.447-0.029 s0.191,0.273,0.129,0.429C8,1.142,7.861,1.791,8.002,1.999C8.015,2.018,8.044,2.06,8.18,2.06c1.489,0,2.7,1.211,2.7,2.7 C10.88,6.249,9.669,7.46,8.18,7.46z"/>
4
+ <path d="M15.178,11.759c-0.174-2.216-1.372-4.173-3.196-5.341c-0.015-0.009-0.029-0.02-0.044-0.029 c-0.121-0.076-0.245-0.147-0.371-0.217c-0.044-0.024-0.088-0.049-0.133-0.073c-0.029-0.016-0.061-0.029-0.09-0.043 c-0.228,0.551-0.594,1.03-1.056,1.394l1.206,1.207c0.141,0.141,0.141,0.368,0,0.509c-0.07,0.07-0.162,0.105-0.254,0.105 s-0.185-0.035-0.255-0.105l-0.301-0.301l-0.65,0.651C9.963,9.585,9.871,9.62,9.779,9.62c-0.092,0-0.184-0.035-0.254-0.105 c-0.141-0.141-0.141-0.369,0-0.509l0.651-0.651L9.8,7.979L9.334,8.445c-0.07,0.07-0.162,0.105-0.254,0.105S8.896,8.516,8.826,8.445 C8.74,8.36,8.714,8.245,8.73,8.135C8.552,8.164,8.368,8.18,8.18,8.18c-1.452,0-2.692-0.911-3.188-2.19 C2.318,7.245,0.8,10.089,0.8,13.94v1.08l0.648-0.864c0.669-0.893,1.483-1.789,2.256-2.502c-0.19,0.508-0.318,1.016-0.381,1.521 l-0.113,0.905l0.701-0.585c0.021-0.017,2.087-1.716,4.449-1.716c1.159,0,1.792,0.107,2.352,0.202 c0.479,0.081,0.931,0.157,1.609,0.157c1.115,0,1.727-0.57,1.993-1.254c0.071,0.304,0.121,0.614,0.146,0.931 c0.013,0.167,0.021,0.334,0.021,0.504c0,1.015-0.238,1.987-0.709,2.895c-0.092,0.176-0.022,0.394,0.154,0.485 c0.053,0.027,0.109,0.04,0.165,0.04c0.13,0,0.256-0.07,0.32-0.194c0.523-1.01,0.789-2.095,0.789-3.226 C15.2,12.132,15.192,11.944,15.178,11.759z"/>
@@ -0,0 +1 @@
1
+ <path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z"/>
@@ -0,0 +1 @@
1
+ <path d="M15.195,5.352c0-3.347-2.193-4.328-2.193-4.328c-1.104-0.508-3.004-0.721-4.977-0.737H7.977 c-1.973,0.016-3.87,0.229-4.976,0.737c0,0-2.193,0.981-2.193,4.328c0,0.766-0.015,1.683,0.009,2.654c0.08,3.272,0.6,6.499,3.626,7.3 c1.396,0.369,2.594,0.446,3.559,0.394c1.75-0.097,2.732-0.624,2.732-0.624l-0.058-1.27c0,0-1.25,0.395-2.655,0.346 c-1.391-0.047-2.86-0.149-3.085-1.857c-0.021-0.15-0.031-0.312-0.031-0.479c0,0,1.365,0.334,3.096,0.413 c1.059,0.049,2.051-0.062,3.059-0.182c1.934-0.231,3.616-1.422,3.828-2.51C15.224,7.821,15.195,5.352,15.195,5.352z M12.609,9.664 h-1.606V5.73c0-0.83-0.349-1.25-1.047-1.25c-0.772,0-1.158,0.5-1.158,1.486V8.12H7.202V5.966c0-0.987-0.387-1.486-1.158-1.486 c-0.698,0-1.046,0.421-1.046,1.25v3.933H3.391V5.611c0-0.829,0.211-1.487,0.634-1.974c0.437-0.487,1.009-0.736,1.719-0.736 c0.822,0,1.444,0.315,1.855,0.947L8,4.519l0.4-0.67c0.412-0.632,1.033-0.947,1.855-0.947c0.71,0,1.282,0.25,1.72,0.736 c0.423,0.487,0.635,1.145,0.635,1.974V9.664z"/>
@@ -0,0 +1 @@
1
+ <path d="M13.778,12.215c-0.102,0.218-0.171,0.385-0.212,0.498c-0.143,0.399-0.188,0.719-0.202,0.922 c-0.068,1.015,0.388,1.615,0.496,1.776c0.16,0.239,0.227,0.373,0.195,0.404c-0.059,0.104-0.241,0.104-0.546,0 c-0.457-0.157-1.72-0.647-2.196-1.338c-0.191-0.28-0.313-0.398-0.389-0.44C10.021,14.372,9.034,14.556,8,14.556 c-4.33,0-7.84-3.234-7.84-7.224c0-3.99,3.51-7.225,7.84-7.225s7.84,3.234,7.84,7.225C15.84,9.214,15.059,10.929,13.778,12.215z M7.944,9.692c1.542,0.999,2.38,1.439,2.513,1.322c0.133-0.117-0.027-1.051-0.479-2.799c1.436-1.092,2.114-1.753,2.033-1.981 c-0.082-0.229-1.018-0.365-2.81-0.408C8.607,4.13,8.188,3.28,7.944,3.28c-0.244,0-0.663,0.85-1.256,2.546 c-1.795,0.053-2.731,0.188-2.81,0.408c-0.078,0.219,0.6,0.88,2.033,1.981c-0.491,1.689-0.65,2.622-0.48,2.799 C5.602,11.19,6.44,10.75,7.944,9.692z"/>
@@ -0,0 +1 @@
1
+ <path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25-2.276 0-3.61 1.71-3.61 3.47 0 .69.263 1.43.593 1.83.066.08.075.15.057.23-.06.25-.196.8-.223.91-.035.15-.115.18-.268.11C3.516 10.46 2.89 9 2.89 7.82c0-2.52 1.834-4.84 5.287-4.84 2.774 0 4.932 1.98 4.932 4.62 0 2.76-1.74 4.98-4.16 4.98-.81 0-1.57-.42-1.84-.92l-.5 1.9c-.18.698-.67 1.57-1 2.1.75.23 1.54.357 2.37.357 4.41 0 8-3.58 8-8s-3.59-8-8-8z"/>
@@ -0,0 +1 @@
1
+ <path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/>
@@ -0,0 +1 @@
1
+ <path d="M12.566,14.12v-4.08h1.359v5.44H1.686v-5.44h1.36v4.08H12.566z M10.336,0.52L9.269,1.315l3.978,5.358l1.068-0.803 L10.336,0.52z M4.406,12.76h6.8V11.4h-6.8V12.76z M12.158,7.945L7.03,3.675l0.851-1.02l5.128,4.271L12.158,7.945z M5.357,6.646 l6.053,2.815l0.558-1.21L5.916,5.437L5.357,6.64V6.646z M11.227,10.91L4.494,9.774l0.272-1.306l6.549,1.306L11.227,10.91z"/>
@@ -0,0 +1 @@
1
+ <path d="M10.563,11.596l1.286-6.063c0.053-0.256,0.022-0.44-0.092-0.551c-0.113-0.111-0.264-0.131-0.45-0.061l-7.56,2.914 C3.579,7.897,3.463,7.971,3.402,8.052C3.34,8.134,3.333,8.211,3.38,8.284s0.14,0.13,0.28,0.171l1.934,0.604l4.489-2.826 c0.123-0.082,0.216-0.099,0.28-0.053c0.041,0.029,0.029,0.073-0.035,0.131L6.696,9.592l-0.14,1.996c0.134,0,0.265-0.064,0.394-0.193 l0.945-0.91l1.96,1.444C10.229,12.139,10.465,12.027,10.563,11.596z M15.84,8c0,1.062-0.207,2.077-0.621,3.045 c-0.414,0.969-0.972,1.803-1.671,2.503c-0.7,0.699-1.534,1.257-2.503,1.671C10.077,15.633,9.062,15.84,8,15.84 s-2.077-0.207-3.045-0.621c-0.969-0.414-1.803-0.972-2.502-1.671c-0.7-0.7-1.257-1.534-1.671-2.503C0.367,10.077,0.16,9.062,0.16,8 s0.207-2.077,0.621-3.045c0.414-0.969,0.971-1.803,1.671-2.502c0.7-0.7,1.534-1.257,2.502-1.671C5.923,0.367,6.938,0.16,8,0.16 s2.077,0.207,3.045,0.621c0.969,0.414,1.803,0.971,2.503,1.671c0.699,0.7,1.257,1.534,1.671,2.502C15.633,5.923,15.84,6.938,15.84,8 z"/>
@@ -0,0 +1 @@
1
+ <path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z"/>
@@ -0,0 +1,4 @@
1
+ <path
2
+ d="m13.64,2.33C12.14.83,10.15,0,8.03,0,3.66,0,.11,3.56.1,7.93c0,1.4.36,2.76,1.06,3.96L.04,16l4.2-1.1c1.16.63,2.46.96,3.79.97h0s0,0,0,0c4.37,0,7.93-3.56,7.93-7.93,0-2.12-.82-4.11-2.32-5.61Zm-5.61,12.2h0c-1.18,0-2.34-.32-3.35-.92l-.24-.14-2.49.65.67-2.43-.16-.25c-.66-1.05-1.01-2.26-1.01-3.51,0-3.63,2.96-6.59,6.59-6.59,1.76,0,3.41.69,4.66,1.93,1.24,1.25,1.93,2.9,1.93,4.66,0,3.63-2.96,6.59-6.59,6.59Z" />
3
+ <path
4
+ d="m11.65,9.59c-.2-.1-1.17-.58-1.35-.64-.18-.07-.31-.1-.45.1-.13.2-.51.64-.63.78-.12.13-.23.15-.43.05-.2-.1-.84-.31-1.59-.98-.59-.53-.99-1.17-1.1-1.37-.12-.2-.01-.31.09-.4.09-.09.2-.23.3-.35.1-.12.13-.2.2-.33.07-.13.03-.25-.02-.35-.05-.1-.45-1.07-.61-1.47-.16-.39-.32-.33-.45-.34-.12,0-.25,0-.38,0s-.35.05-.53.25c-.18.2-.69.68-.69,1.65s.71,1.92.81,2.05c.1.13,1.4,2.13,3.38,2.99.47.2.84.33,1.13.42.47.15.91.13,1.25.08.38-.06,1.17-.48,1.34-.94.17-.46.17-.86.12-.94-.05-.08-.18-.13-.38-.23Z" />
@@ -0,0 +1,3 @@
1
+ <path
2
+ d="M 9.5237333,6.7756869 15.481067,0 h -1.4112 L 8.8949333,5.8820316 4.7648,0 H 0 L 6.2469333,8.8955204 0,16 H 1.4112 L 6.8725333,9.7870441 11.2352,16 H 16 M 1.9205333,1.0412656 h 2.168 L 14.0688,15.009892 h -2.168533"
3
+ style="stroke-width:0.0533111" />
@@ -0,0 +1 @@
1
+ <path d="M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s-4.16-.037-5.44-.16c-.356-.067-1.156-.047-1.764-.684-.48-.487-.636-1.587-.636-1.587S0 9.9 0 8.605v-1.26zm6.348 2.73V5.58l4.323 2.255-4.32 2.24z"/>
@@ -0,0 +1,12 @@
1
+ {% assign entry = include.item %}
2
+ <a
3
+ class="ms-5"
4
+ {% unless entry.platform == 'rss' %} rel="me" {% endunless %}
5
+ href="{{ entry.user_url }}"
6
+ target="_blank"
7
+ title="{{ entry.title | default: entry.platform }}"
8
+ >
9
+ <svg class="w-4 h-4 fill-gray-500 hover:fill-gray-900 dark:hover:fill-white" fill="currentColor">
10
+ <use xlink:href="{{ 'assets/artistic-social-icons.svg#' | append: entry.platform | relative_url }}"></use>
11
+ </svg>
12
+ </a>
@@ -0,0 +1,5 @@
1
+ <div class="mt-4 sm:justify-center sm:mt-0 fill-blue-600 grid grid-cols-3 gap-2 sm:flex">
2
+ {%- for entry in site.artistic.social_links -%}
3
+ {%- include social-item.html item = entry -%}
4
+ {%- endfor -%}
5
+ </div>
@@ -0,0 +1,6 @@
1
+
2
+ <symbol id="{{ include.key }}" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 16 16">
3
+
4
+ {%- include social-icons/{{ include.key }}.svg -%}
5
+
6
+ </symbol>
@@ -0,0 +1,17 @@
1
+ <!doctype html>
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
+ {%- include head.html -%}
4
+ <body class="font-playfair">
5
+
6
+ {%- include header.html -%}
7
+
8
+ <main>
9
+ <div>
10
+ {{ content }}
11
+ </div>
12
+ </main>
13
+
14
+ {%- include footer.html -%}
15
+
16
+ </body>
17
+ </html>
@@ -0,0 +1,73 @@
1
+ ---
2
+ layout: base
3
+ ---
4
+
5
+ <main class="min-h-screen">
6
+ <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
7
+ {%- if page.title -%}
8
+ <h1 class="mt-10 text-7xl md:mt-14 lg:mt-20 ">
9
+ <span>
10
+ {{ page.title }}
11
+ </span>
12
+ </h1>
13
+
14
+
15
+ {%- endif -%}
16
+ </div>
17
+
18
+ {{ content }}
19
+
20
+
21
+ <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
22
+
23
+ {% if site.paginate %}
24
+ {% assign posts = paginator.posts %}
25
+ {% else %}
26
+ {% assign posts = site.posts %}
27
+ {% endif %}
28
+
29
+
30
+ {%- if posts.size > 0 -%}
31
+ {%- if page.list_title -%}
32
+ <h2 class="link link-underline link-underline-black text-black">{{ page.list_title }}</h2>
33
+ {%- endif -%}
34
+ <ul class="post-list">
35
+ {%- assign date_format = site.artistic.date_format | default: "%b %-d, %Y" -%}
36
+ {%- for post in posts -%}
37
+ <li class="link link-underline link-underline-black text-black">
38
+ <span class="post-meta">{{ post.date | date: date_format }}</span>
39
+ <h3>
40
+ <a href="{{ post.url | relative_url }}">
41
+ {{ post.title | escape }}
42
+ </a>
43
+ </h3>
44
+ {%- if site.show_excerpts -%}
45
+ {{ post.excerpt }}
46
+ {%- endif -%}
47
+ </li>
48
+ {%- endfor -%}
49
+ </ul>
50
+ </div>
51
+
52
+ {% if site.paginate %}
53
+ <div class="pager">
54
+ <ul class="pagination">
55
+ {%- if paginator.previous_page %}
56
+ <li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li>
57
+ {%- else %}
58
+ <li><div class="pager-edge">•</div></li>
59
+ {%- endif %}
60
+ <li><div class="current-page">{{ paginator.page }}</div></li>
61
+ {%- if paginator.next_page %}
62
+ <li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li>
63
+ {%- else %}
64
+ <li><div class="pager-edge">•</div></li>
65
+ {%- endif %}
66
+ </ul>
67
+ </div>
68
+ {%- endif %}
69
+
70
+ {%- endif -%}
71
+
72
+
73
+ </main>
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: base
3
+ ---
4
+ <article class="post">
5
+
6
+ <header class="post-header">
7
+ <h1 class="post-title">{{ page.title | escape }}</h1>
8
+ </header>
9
+
10
+ <div class="post-content">
11
+ {{ content }}
12
+ </div>
13
+
14
+ </article>
@@ -0,0 +1,39 @@
1
+ ---
2
+ layout: base
3
+ ---
4
+
5
+ <article class="prose lg:prose-xl" itemscope itemtype="http://schema.org/BlogPosting">
6
+
7
+ <header class="post-header">
8
+ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
9
+ <p class="post-meta">
10
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
11
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
12
+ {{ page.date | date: date_format }}
13
+ </time>
14
+ {%- if page.modified_date -%}
15
+ ~
16
+ {%- assign mdate = page.modified_date | date_to_xmlschema -%}
17
+ <time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
18
+ {{ mdate | date: date_format }}
19
+ </time>
20
+ {%- endif -%}
21
+ {%- if page.author -%}
22
+ • {% for author in page.author %}
23
+ <span itemprop="author" itemscope itemtype="http://schema.org/Person">
24
+ <span class="p-author h-card" itemprop="name">{{ author }}</span></span>
25
+ {%- if forloop.last == false %}, {% endif -%}
26
+ {% endfor %}
27
+ {%- endif -%}</p>
28
+ </header>
29
+
30
+ <div class="post-content e-content" itemprop="articleBody">
31
+ {{ content }}
32
+ </div>
33
+
34
+ {%- if site.disqus.shortname -%}
35
+ {%- include disqus_comments.html -%}
36
+ {%- endif -%}
37
+
38
+ <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
39
+ </article>
@@ -0,0 +1,18 @@
1
+ ---
2
+ permalink: /assets/artistic-social-icons.svg
3
+ ---
4
+
5
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
6
+ {% comment %}
7
+ Iterate through {{ site.artistic.social_links }} and render platform related SVG-symbol
8
+ unless the platform is "rss" because we need the "rss" symbol for the `Subscribe` link
9
+ in the footer and therefore inject the "rss" icon outside the iteration loop.
10
+ {% endcomment %}
11
+ {% for entry in site.artistic.social_links %}
12
+ {%- assign symbol_id = entry.platform -%}
13
+ {%- unless symbol_id == "rss" -%}
14
+ {%- include svg_symbol.html key = symbol_id -%}
15
+ {% endunless %}
16
+ {%- endfor -%}
17
+ {%- include svg_symbol.html key = "rss" -%}
18
+ </svg>