DevSculptor 1.0.1 → 1.0.2

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: b1aaea8ff1c4a548ba72f8b7f8380db62dead38231f0a3c20275a76069766599
4
- data.tar.gz: ff50ee9cd87753629e13ccbe95f2f6c948ac052409b5003cffe92e10c2ee748d
3
+ metadata.gz: 3c898b205edca0c63262ee8b19cc38ffca6197780cb0ac8acbdc97c1f9699ba7
4
+ data.tar.gz: b5a9228bcc51cd6708a71ce941e9396a0aa797d10a11ffe92b4da141f35aa501
5
5
  SHA512:
6
- metadata.gz: c2b2d82896027050030bcbeef1a1d67867b141eb4445a58620c5db046ff7c64035e8a7ae9292d1991d82e8742444267e13255fea9fb02fd54bb6fb60b0566262
7
- data.tar.gz: 886bce098c94fd152eacb70d5d0993f25d30b13ae7e1bd5ba6aedca2d0de5e65f274f00d886ba6075aa02b9305cd5d5efafe4f7e39a111da5be73761d7b32954
6
+ metadata.gz: 10baab072ce9de62b53486b0858abfcde95fafc12c07f9b74f3e5433113277b257f154463ba7d6e03da3b18ad9ef5ca65bec267857b42d215ed94b02d4035137
7
+ data.tar.gz: e3d9a6c3425b95ad01002c3a96d4000399da1b74c751e727a78a8ff1d809dc4c0b1111dda4869c84aa515a1ced150e45e626550dbb232ee4a34460999ab7598b
data/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  ![License](https://img.shields.io/badge/license-MIT-lightgrey?label=License&link=https%3A%2F%2Fraw.githubusercontent.com%2Fsundayj%2FDevSculptor%2Fmain%2FLICENSE.txt)
2
2
  ![Jekyll](https://img.shields.io/badge/Jekyll-%3E%3D3.9-blue?label=Jekyll&link=https%3A%2F%2Fjekyllrb.com%2F)
3
- ![Gem Version 1.0.0](https://img.shields.io/badge/gem-v1.0.0-blue?label=Ruby%20Gem)
3
+ [![Gem Version](https://badge.fury.io/rb/DevSculptor.svg)](https://badge.fury.io/rb/DevSculptor)
4
4
  ![Donate to this project using Buy Me A Coffee](https://img.shields.io/badge/Buy_me_a_coffee-donate-yellow?label=Buy%20me%20a%20coffee!&link=https%3A%2F%2Fwww.buymeacoffee.com%2Fjustinsunday)
5
+ [![wakatime](https://wakatime.com/badge/github/sundayj/DevSculptor.svg)](https://wakatime.com/badge/github/sundayj/DevSculptor)
5
6
 
6
7
 
7
- <div class="ascii-art">
8
+ ```text
8
9
  :::'###::::'########:::'#######::'##::::'##:'########:
9
10
  ::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
10
11
  :'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
@@ -21,7 +22,7 @@
21
22
  ##:::: ##: ##::::::::. ## ##:::'##::: ##: ##::: ##: ##:::: ##: ##::::::: ##::::::::::: ##:::: ##:::: ##: ##::. ##::
22
23
  ########:: ########:::. ###::::. ######::. ######::. #######:: ########: ##::::::::::: ##::::. #######:: ##:::. ##:
23
24
  ........:::........:::::...::::::......::::......::::.......:::........::..::::::::::::..::::::.......:::..:::::..::
24
- </div>
25
+ ```
25
26
  <p><small><a href="http://patorjk.com/software/taag/#p=display&f=Banner3-D&t=About%0ADevSculptor" target="_blank" rel="noopener noreferrer">banner3-D</a> ascii font by Merlin Greywolf merlin@brahms.udel.edu August 9, 1994</small></p>
26
27
 
27
28
  ---------------
@@ -36,7 +37,7 @@ If you like this theme, please consider sponsoring:
36
37
  <img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174">
37
38
  </a>
38
39
 
39
- For feature requests, or bugs, please create an issue [here](https://github.com/sundayj/DevSculptor/issues){:target="_blank"}{:rel="noopener noreferrer"}
40
+ For feature requests, or bugs, please create an issue [here](https://github.com/sundayj/DevSculptor/issues)
40
41
 
41
42
  -----------------
42
43
  ## Features List
@@ -180,17 +181,17 @@ The root of your project will contain the files listed above. Here, I will expla
180
181
  - `privacy-policy.md`
181
182
  - `terms-of-service.md`
182
183
  - `Gemfile`
183
- - Specifies the gems and plugins needed for your Jekyll site. More info can be found [here](https://jekyllrb.com/docs/ruby-101/#:~:text=A%20Gemfile%20is%20a%20list%20of%20gems%20used,group%20%3Ajekyll_plugins%20do%20gem%20%22jekyll-feed%22%20gem%20%22jekyll-seo-tag%22%20end){:target="_blank"}{:rel="noopener noreferrer"}
184
+ - Specifies the gems and plugins needed for your Jekyll site. More info can be found [here](https://jekyllrb.com/docs/ruby-101/#:~:text=A%20Gemfile%20is%20a%20list%20of%20gems%20used,group%20%3Ajekyll_plugins%20do%20gem%20%22jekyll-feed%22%20gem%20%22jekyll-seo-tag%22%20end)
184
185
  - `index.html`
185
186
  - The entry point for your website. Every website has one of these!
186
187
  - `README.md`
187
188
  - If you're hosting your site on GitHub pages, or have your site in a repo, then you likely have one of these!
188
189
  - `site.webmanifest`
189
- - Used here for when a user installs your site to their device. More info can be found [here](https://developer.mozilla.org/en-US/docs/Web/Manifest){:target="_blank"}{:rel="noopener noreferrer"}
190
+ - Used here for when a user installs your site to their device. More info can be found [here](https://developer.mozilla.org/en-US/docs/Web/Manifest)
190
191
  - `_config.yml`
191
- - Holds site-wide settings and configuration for you Jekyll site. More info below. General info on Jekyll config can be found [here](https://jekyllrb.com/docs/configuration/){:target="_blank"}{:rel="noopener noreferrer"}
192
+ - Holds site-wide settings and configuration for you Jekyll site. More info below. General info on Jekyll config can be found [here](https://jekyllrb.com/docs/configuration/)
192
193
  - `sitemap.xml`
193
- - Your sitemap helps search engines by giving them an idea of your site's structure and how to find the data you want crawled for better search results. More info can be found [here](https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview){:target="_blank"}{:rel="noopener noreferrer"}
194
+ - Your sitemap helps search engines by giving them an idea of your site's structure and how to find the data you want crawled for better search results. More info can be found [here](https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview)
194
195
  - Jekyll can actually generate one of these for you.
195
196
 
196
197
  -------------------
@@ -375,7 +376,7 @@ then you will need to edit `search.md`.
375
376
  │ social.yml
376
377
  ```
377
378
 
378
- The `_data` folder contains files that are utilized much in the same way as the `_config.yml` file. More info on data files can be found [here](https://jekyllrb.com/docs/datafiles/){:target="_blank"}{:rel="noopener noreferrer"}.
379
+ The `_data` folder contains files that are utilized much in the same way as the `_config.yml` file. More info on data files can be found [here](https://jekyllrb.com/docs/datafiles/).
379
380
  The fies found within this folder hold data and details specific to your site. If you like to write your blog posts locally while running
380
381
  the Jekyll server, then you'll notice that changes you make within the data files actually appear when the app refreshes, whereas changes
381
382
  made within the `_config.yml` don't without the server being restarted.
@@ -384,7 +385,7 @@ made within the `_config.yml` don't without the server being restarted.
384
385
  ##### `blogroll.yml`
385
386
 
386
387
  The blogroll data can be accessed by your site by using `site.data.blogroll`. The data within is stored as a list of objects.
387
- Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members){:target="_blank"}{:rel="noopener noreferrer"}.
388
+ Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members).
388
389
 
389
390
  Each object in the list contains only three properties. Please see below for a small example:
390
391
 
@@ -394,28 +395,28 @@ Each object in the list contains only three properties. Please see below for a s
394
395
  title: Stack Overflow's Blog, The Overflow # The title tells the tooltip what to display when the user hovers over the link.
395
396
  ```
396
397
 
397
- For the definition of "blogroll," please click [here](https://www.techopedia.com/definition/4822/blogroll){:target="_blank"}{:rel="noopener noreferrer"}.
398
+ For the definition of "blogroll," please click [here](https://www.techopedia.com/definition/4822/blogroll).
398
399
  Currently, the blogroll within the DevRunner theme is minimal. On the homepage of the site, the blogroll
399
400
  will present as a list of links. Hovering over those links will display a tooltip as shown below. Click the image to
400
401
  open a larger version in a new window.
401
402
 
402
403
 
403
404
  <figure style="margin-top: 20px;">
404
- <a href="assets/images/site-shots/blogroll-to-datayml-20201010.png" target="_blank" rel="noopener noreferrer"><img alt="Blogroll to data.blogroll relationship" src="{{ '/assets/images/site-shots/blogroll-to-datayml-20201010.png' | prepend: site.url }}" loading="lazy" title="Blogroll to data.blogroll relationship"></a>
405
+ <a href="https://github.com/sundayj/DevSculptor/blob/a11b77a1938cb41cbec1ac3c28d0b4ca2fe38e6e/assets/images/site-shots/blogroll-to-datayml-20201010.png" target="_blank" rel="noopener noreferrer"><img alt="Blogroll to data.blogroll relationship" src="https://github.com/sundayj/DevSculptor/blob/a11b77a1938cb41cbec1ac3c28d0b4ca2fe38e6e/assets/images/site-shots/blogroll-to-datayml-20201010.png" loading="lazy" title="Blogroll to data.blogroll relationship"></a>
405
406
  <figcaption>
406
407
  Blogroll to data.blogroll relationship
407
408
  </figcaption>
408
409
  </figure>
409
-
410
+ https://github.com/sundayj/DevSculptor/blob/a11b77a1938cb41cbec1ac3c28d0b4ca2fe38e6e/assets/images/site-shots/blogroll-to-datayml-20201010.png
410
411
  -------------------
411
412
  ##### `locales.yml`
412
413
 
413
414
  The locales data can be accessed by your site by using `site.data.locales`. The data within is stored as a list of named objects.
414
- Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members){:target="_blank"}{:rel="noopener noreferrer"}.
415
+ Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members).
415
416
 
416
417
  This data file lists the various languages for which this the DevSculptor theme has attempted localization. The translations
417
418
  were created with the help of ChatGPT, so please use with caution and double-check your desired language within the `locales.yml`
418
- file. If you find any errors, or have any suggestions, I would greatly appreciate it if you open an [issue](https://github.com/sundayj/DevSculptor/issues){:target="_blank"}{:rel="noopener noreferrer"} on GitHub, or
419
+ file. If you find any errors, or have any suggestions, I would greatly appreciate it if you open an [issue](https://github.com/sundayj/DevSculptor/issues) on GitHub, or
419
420
  contact me via any of the methods listed on the home page, or the About page.
420
421
 
421
422
  Here is an example of the properties listed within the `locales` named objects. I'm providing two to illustrate how every
@@ -495,9 +496,10 @@ bar, a new tab will open in their browser with my résumé as a pdf.
495
496
  &#9888; <b>WARNING</b>: The Projects page, as well as this data file are still being refined and are subject to change.
496
497
  Please subscribe to the theme's blog, or follow this repo in GitHub to stay up-to-date with any potentially breaking changes.
497
498
  </div>
499
+ <br>
498
500
 
499
501
  The projects data can be accessed by your site by using `site.data.projects`. The data within is stored as a list of objects.
500
- Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members){:target="_blank"}{:rel="noopener noreferrer"}.
502
+ Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members).
501
503
 
502
504
  The objects within `projects.yml` are more a bit more involved than the data stored within the other data files.
503
505
  There are a few important details to pay special attention to:
@@ -579,7 +581,7 @@ Examples:
579
581
  ##### `social.yml`
580
582
 
581
583
  The social data can be accessed by your site by using `site.data.social`. The data within is stored as a list of objects.
582
- Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members){:target="_blank"}{:rel="noopener noreferrer"}.
584
+ Jekyll's site has a good short use case for this type of list [here](https://jekyllrb.com/docs/datafiles/#example-list-of-members).
583
585
 
584
586
  Social is a bit different from the other data files. The objects stored in `social.yml` are primarily used for the social
585
587
  icons listed in the "About Me" on the home page. However, the objects can contain other properties that may be used elsewhere.
data/_config.yml CHANGED
@@ -29,7 +29,7 @@
29
29
 
30
30
  #### Site Settings, Meta, and SEO
31
31
  title: DevSculptor
32
- version: 1.0.1
32
+ version: 1.0.2
33
33
  email: admin@jlsunday.com
34
34
  description: >- # Ignore newlines to allow multiline strings. See "aboutme" setting below.
35
35
  A full-featured, GitHub Pages compatible, Jekyll blog theme tailored to software devs that contains project and resume pages.
@@ -15,7 +15,7 @@
15
15
  <time datetime="{{ post.date | date:"%Y-%m-%d" }}">
16
16
  {{ post.date | date:"%Y-%m-%d" }}
17
17
  </time>
18
- &raquo; <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title }}" aria-label="{{ post.title }}">{{ post.title }}</a>
18
+ &raquo; <a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}" aria-label="{{ post.title }}">{{ post.title }}</a>
19
19
  </li>
20
20
  {%- endfor -%}
21
21
 
@@ -24,5 +24,3 @@
24
24
  <span>No posts</span>
25
25
 
26
26
  {%- endif -%}
27
-
28
-
@@ -12,10 +12,10 @@
12
12
  <li id="{{ cat[0] }}">{{ cat[0]}}</li>
13
13
  {%- for post in cat[1] -%}
14
14
  <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> &raquo;
15
- <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br />
15
+ <a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br />
16
16
  {%- endfor -%}
17
17
  {%- endfor -%}
18
18
  {%- else -%}
19
19
  <span>No posts</span>
20
20
  {%- endif -%}
21
- </ul>
21
+ </ul>
@@ -19,13 +19,13 @@
19
19
  <span class="post-meta"><i class="bi bi-archive"
20
20
  title="{{ locales[site.default_locale].Categories }}"></i></span>
21
21
  {%- for cat in post.categories -%}
22
- <a href="{{ site.baseurl }}/categories/#{{ cat }}"
22
+ <a href="{{ site.url }}/categories/#{{ cat }}"
23
23
  title="{{ cat }}">{{ cat }}</a>{%- unless post.categories.last == cat -%}, {%- endunless -%}
24
24
  {%- endfor -%}
25
25
  {%- if post.tags != empty -%}
26
26
  <span class="post-meta"><i class="bi bi-tags" title="{{ locales[site.default_locale].Tags }}"></i></span>
27
27
  {%- for tag in post.tags -%}
28
- <a href="{{ site.baseurl }}/tags/#{{ tag }}"
28
+ <a href="{{ site.url }}/tags/#{{ tag }}"
29
29
  title="{{ tag }}">{{ tag }}</a>{%- unless post.tags.last == tag -%}, {%- endunless -%}
30
30
  {%- endfor -%}
31
31
  {%- endif -%}
@@ -3,7 +3,7 @@
3
3
  {%- if page.previous -%}
4
4
  <li class="previous">
5
5
  <a
6
- href="{{ site.baseurl }}{{ page.previous.url }}"
6
+ href="{{ site.url }}{{ page.previous.url }}"
7
7
  title="{{ page.previous.title }}"
8
8
  >&larr; {{ site.data.locales[site.default_locale].Previous }}</a
9
9
  >
@@ -15,7 +15,7 @@
15
15
  {%- endif -%} {%- if page.next -%}
16
16
  <li class="next">
17
17
  <a
18
- href="{{ site.baseurl }}{{ page.next.url }}"
18
+ href="{{ site.url }}{{ page.next.url }}"
19
19
  title="{{ page.next.title }}"
20
20
  >{{ site.data.locales[site.default_locale].Next }} &rarr;</a
21
21
  >
@@ -59,7 +59,7 @@
59
59
 
60
60
  const date = hit.date ? moment.unix(hit.date).format('MMM D, YYYY') : '';
61
61
 
62
- let url = `{{ site.baseurl }}${hit.url}`;
62
+ let url = `{{ site.url }}${hit.url}`;
63
63
 
64
64
  const title = hit._highlightResult.title.value;
65
65
 
data/_includes/tags.html CHANGED
@@ -12,10 +12,10 @@
12
12
  <li id="{{ tag[0] }}">{{ tag[0] }}</li>
13
13
  {%- for post in tag[1] -%}
14
14
  <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> &raquo;
15
- <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br />
15
+ <a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br />
16
16
  {%- endfor -%}
17
17
  {%- endfor -%}
18
18
  {%- else -%}
19
19
  <span>No posts</span>
20
20
  {%- endif -%}
21
- </ul>
21
+ </ul>
data/_layouts/post.html CHANGED
@@ -13,7 +13,7 @@ layout: default
13
13
  <i class="bi bi-archive" title="{{ locales[site.default_locale].Categories }}"></i>
14
14
  </span>
15
15
  {%- for cat in page.categories -%}
16
- <a href="{{ site.baseurl }}/categories/#{{ cat }}">{{ cat }}</a>
16
+ <a href="{{ site.url }}/categories/#{{ cat }}">{{ cat }}</a>
17
17
  {%- unless page.categories.last == cat -%}, {%- endunless -%}
18
18
  {%- endfor -%}
19
19
  {%- if page.tags != empty -%}
@@ -21,7 +21,7 @@ layout: default
21
21
  <i class="bi bi-tags" title="{{ locales[site.default_locale].Tags }}"></i>
22
22
  </span>
23
23
  {%- for tag in page.tags -%}
24
- <a href="{{ site.baseurl }}/tags/#{{ tag }}" title="{{ tag }}"> {{ tag }}</a>
24
+ <a href="{{ site.url }}/tags/#{{ tag }}" title="{{ tag }}"> {{ tag }}</a>
25
25
  {%- unless page.tags.last == tag -%}, {%- endunless -%}
26
26
  {%- endfor -%}
27
27
  {%- endif -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DevSculptor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Sunday
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-11 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -235,7 +235,7 @@ requirements: []
235
235
  rubygems_version: 3.4.19
236
236
  signing_key:
237
237
  specification_version: 4
238
- summary: A full-featured, Github-PAges compatible, Jekyll blog theme tailored to software
238
+ summary: A full-featured, Github-Pages compatible, Jekyll blog theme tailored to software
239
239
  devs that contains project and resume pages. Contains localization support for multiple
240
240
  languages.
241
241
  test_files: []