Skip to content

Commit b5ecd1a

Browse files
authored
Updated jekyll-socials to latest version (#3464)
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 081ba6a commit b5ecd1a

4 files changed

Lines changed: 7 additions & 51 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ GEM
175175
jekyll (~> 4.0)
176176
jekyll-sitemap (1.4.0)
177177
jekyll (>= 3.7, < 5.0)
178-
jekyll-socials (0.0.5)
178+
jekyll-socials (0.0.6)
179179
jekyll (>= 3.6, < 5.0)
180180
jekyll-tabs (1.2.1)
181181
jekyll (>= 3.0, < 5.0)
@@ -192,8 +192,8 @@ GEM
192192
json (2.18.0)
193193
json-minify (0.0.3)
194194
json (> 0)
195-
kramdown (2.5.1)
196-
rexml (>= 3.3.9)
195+
kramdown (2.5.2)
196+
rexml (>= 3.4.4)
197197
kramdown-parser-gfm (1.1.0)
198198
kramdown (~> 2.0)
199199
latex-decode (0.4.2)

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ If you installed **al-folio** as described above, you can manually update your c
271271
# Assuming the current directory is <your-repo-name>
272272
$ git remote add upstream https://github.com/alshedivat/al-folio.git
273273
$ git fetch upstream
274-
$ git rebase v0.16.2
274+
$ git rebase v0.16.3
275275
```
276276

277277
If you have extensively customized a previous version, it might be trickier to upgrade.

_data/socials.yml

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,14 @@
11
# this file contains the social media links and usernames of the author
2-
# the commented lines are the default social media links supported by the template
32
# the socials will be displayed in the order they are defined here
4-
5-
# academia_edu: your organization and your username Ex. https://organization.academia.edu/UserName
6-
# organization: princeton # your organization as appears in the subdomain
7-
# username: AlbertEinstein # your username
8-
# acm_id: # your dl.acm.org/profile/id
9-
# arxiv_id: # your arXiv author ID
10-
# blogger_url: # your blogger URL
11-
# bluesky_url: # your bluesky URL
3+
# for more information, please refer to the documentation of jekyll-socials plugin: https://github.com/george-gca/jekyll-socials
124
cv_pdf: /assets/pdf/example_pdf.pdf # path to your CV PDF file
13-
# dblp_url: # your DBLP profile url
14-
# discord_id: # your discord id (18-digit unique numerical identifier)
155
email: you@example.com # your email address
16-
# facebook_id: # your facebook id
17-
# flickr_id: # your flickr id
18-
# github_username: # your GitHub user name
19-
# gitlab_username: # your GitLab user name
20-
# hal_id: # your HAL id (https://hal.science/)
21-
# ieee_id: # your ieeexplore.ieee.org/author/id
226
inspirehep_id: 1010907 # Inspire HEP author ID
23-
# instagram_id: # your instagram id
24-
# kaggle_id: # your kaggle id
25-
# keybase_username: # your keybase user name
26-
# lastfm_id: # your lastfm id
27-
# lattes_id: # your ID on Lattes (Brazilian Lattes CV)
28-
# leetcode_id: # your LeetCode id
29-
# linkedin_username: # your LinkedIn user name
30-
# mastodon_username: # your mastodon instance+username in the format instance.tld/@username
31-
# medium_username: # your Medium username
32-
# orcid_id: # your ORCID ID
33-
# osf_id: # your OSF ID
34-
# pinterest_id: # your pinterest id
35-
# publons_id: # your ID on Publons
36-
# quora_username: # your Quora username
37-
# research_gate_profile: # your profile on ResearchGate
387
rss_icon: true # comment this line to hide the RSS icon
398
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
40-
# scopus_id: # your profile on Scopus
41-
# semanticscholar_id: # your Semantic Scholar ID
42-
# spotify_id: # your spotify id
43-
# stackoverflow_id: # your stackoverflow id
44-
# strava_userid: # your strava user id
45-
# telegram_username: # your Telegram user name
46-
# unsplash_id: # your unsplash id
479
# wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
4810
# whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
49-
# wikidata_id: # your wikidata id
50-
# wikipedia_id: # your wikipedia id (Case sensitive)
51-
# work_url: # work page URL
52-
# x_username: # your X handle
53-
# youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
54-
# zotero_username: # your zotero username
55-
custom_social: # can be any name here other than the ones already defined above
11+
custom_social: # can be any name here other than the ones already defined in the jekyll-socials plugin
5612
logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
5713
title: Custom Social
5814
url: https://www.alberteinstein.com/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v0.16.2
4+
image: amirpourmand/al-folio:v0.16.3
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)

0 commit comments

Comments
 (0)