Skip to content

Commit

Permalink
⬆️ Updated "Chirpy Jekyll Theme" v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmonettelli committed Jan 13, 2024
1 parent 2281b2a commit 4f8ce96
Show file tree
Hide file tree
Showing 198 changed files with 84 additions and 7,434 deletions.
5 changes: 0 additions & 5 deletions .browserslistrc

This file was deleted.

8 changes: 0 additions & 8 deletions .commitlintrc.json

This file was deleted.

14 changes: 9 additions & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- master
paths-ignore:
- .gitignore
- README.md
Expand All @@ -27,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# submodules: true
Expand All @@ -36,12 +37,12 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
ruby-version: 3.2
bundler-cache: true

- name: Build site
Expand All @@ -51,7 +52,10 @@ jobs:

- name: Test site
run: |
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
bundle exec htmlproofer _site \
\-\-disable-external=true \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
- name: Upload site artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -66,4 +70,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 0 additions & 3 deletions .prettierrc

This file was deleted.

23 changes: 0 additions & 23 deletions .stylelintrc.json

This file was deleted.

20 changes: 0 additions & 20 deletions .versionrc.json

This file was deleted.

9 changes: 2 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

source "https://rubygems.org"

gemspec
gem "jekyll-theme-chirpy", "~> 6.4", ">= 6.4.1"

group :test do
gem "html-proofer", "~> 3.18"
gem "html-proofer", "~> 4.4"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -21,8 +21,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://danielmonettelli.github.io/" target="_blank"><img src="https://raw.githubusercontent.com/danielmonettelli/danielmonettelli.github.io/master/assets/img/images/brand/logo_brand_blog_of_daniel_monettelli.png" alt="Daniel Monettelli's Blog" height="100" width="100"></a>
<a href="https://danielmonettelli.github.io/" target="_blank"><img src="https://raw.githubusercontent.com/danielmonettelli/danielmonettelli.github.io/master/assets/images/brand/logo_brand_blog_of_daniel_monettelli.png" alt="Daniel Monettelli's Blog" height="100" width="100"></a>

---

Expand Down
29 changes: 14 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,26 @@
# Import the theme
theme: jekyll-theme-chirpy

# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
# and doesn't have a custom domain.
baseurl: ""

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en

# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: America/Lima

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Daniel Monettelli's Blog # the main title
title: Daniel Monettelli's Blog

tagline: Insights from the world of .NET MAUI. # it will display as the sub-title

description: >- # used by seo meta and the atom feed
Insights from the world of .NET MAUI.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: "https://danielmonettelli.github.io"

github:
Expand Down Expand Up @@ -54,10 +51,6 @@ google_site_verification: TeYzsLRqfADe2XETO1Gjub3g15Z9PuU6x71gXaaU-wo # fill in

google_analytics:
id: 'G-7DYPPY5501' # fill in your Google Analytics ID
# Google Analytics pageviews report settings
pv:
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
cache_path: # the local PV cache data, friendly to visitors from GFW region

# Prefer color scheme setting.
#
Expand All @@ -77,16 +70,20 @@ theme_mode: # [light|dark]
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn: "https://raw.githubusercontent.com/danielmonettelli/danielmonettelli.github.io/main/assets/img/images/"
img_cdn: "https://raw.githubusercontent.com/danielmonettelli/danielmonettelli.github.io/main/assets/images/"

# the avatar on sidebar, support local or CORS resources
avatar: "Daniel_Monettelli.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources

# boolean type, the global switch for TOC in posts.
toc: true

comments:
active: 'giscus' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Expand Down Expand Up @@ -118,6 +115,9 @@ pwa:

paginate: 10

# The base URL of your site
baseurl: ""

# ------------ The following options are not recommended to be modified ------------------

kramdown:
Expand Down Expand Up @@ -181,12 +181,11 @@ compress_html:
exclude:
- "*.gem"
- "*.gemspec"
- docs
- tools
- README.md
- CHANGELOG.md
- LICENSE
- rollup.config.js
- node_modules
- package*.json

jekyll-archives:
Expand Down
33 changes: 22 additions & 11 deletions _data/contact.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# The contact options.

-
type: github
icon: 'fab fa-github'
-
type: twitter
icon: 'fab fa-twitter'
-
type: mastodon
- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"

- type: mastodon
icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
url: 'https://hachyderm.io/@danielmonettelli' # Fill with your Mastodon account page, rel="me" will be applied for verification
-
type: rss
icon: 'fas fa-rss'

# - type: email
# icon: "fas fa-envelope"
# noblank: true # open link in current tab

- type: rss
icon: "fas fa-rss"
noblank: true
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage
#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
# url: '' # Fill with your stackoverflow homepage
38 changes: 25 additions & 13 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,37 @@
# Icons from <https://fontawesome.com/>

platforms:
-
type: Twitter
icon: "fab fa-twitter"
- type: Twitter
icon: "fa-brands fa-square-x-twitter"
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
-
type: Facebook

- type: Facebook
icon: "fab fa-facebook-square"
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
-
type: Linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
-
type: Telegram

- type: Telegram
icon: "fab fa-telegram"
link: "https://t.me/share/url?url=URL&text=TITLE"

# Uncomment below if you need to.
# -
# type: Weibo
#
- type: Linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
# link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
#
# - type: Mastodon
# icon: "fa-brands fa-mastodon"
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
# instances:
# - label: mastodon.social
# link: "https://mastodon.social/"
# - label: mastodon.online
# link: "https://mastodon.online/"
# - label: fosstodon.org
# link: "https://fosstodon.org/"
# - label: photog.social
# link: "https://photog.social/"
5 changes: 0 additions & 5 deletions _includes/comments.html

This file was deleted.

49 changes: 0 additions & 49 deletions _includes/comments/disqus.html

This file was deleted.

Loading

0 comments on commit 4f8ce96

Please sign in to comment.