Skip to content

Commit 189446e

Browse files
Merge pull request #61 from RalphHightower/RalphHightower-patch-32
feat: New Jekyll config file
2 parents 1968b1d + 8b7df30 commit 189446e

File tree

1 file changed

+16
-47
lines changed

1 file changed

+16
-47
lines changed

_config.yml

Lines changed: 16 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -22,58 +22,27 @@ minima:
2222

2323
# generate social links in footer
2424
social_links:
25-
twitter: RalphHightower
26-
github: RalphHightower
27-
# devto: jekyll
28-
# dribbble: jekyll
29-
facebook: RalphHightower
30-
flickr: RalphHightower
31-
googledev: RalphHightower
32-
# instagram: jekyll
33-
linkedin: RalphHightower
34-
stackoverflow: 26315139/ralph-hightower
35-
# pinterest: jekyll
36-
youtube: RalphHightower
37-
youtube_channel: UCnaJ74ytj6_bCsk-xFHgaYw
38-
youtube_channel_name: RalphHightower
39-
# telegram: jekyll
40-
# googleplus: +jekyll
41-
# microdotblog: jekyll
42-
# keybase: jekyll
43-
# google_scholar_id: qc6CJjYAAAAJ
44-
45-
# Mastodon instances
46-
# mastodon:
47-
# - username: jekyll
48-
# instance: example.com
49-
# - username: jekyll2
50-
# instance: example.com
51-
52-
# GitLab instances
53-
gitlab:
54-
- username: RalphHightower
55-
# instance: example.com
56-
# - username: jekyll2
57-
# instance: example.com
58-
25+
#- { platform: devto, user_url: "https://dev.to/jekyll" }
26+
#- { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
27+
- { platform: facebook, user_url: "https://www.facebook.com/RalphHightower" }
28+
- { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
29+
- { platform: github, user_url: "https://github.com/jekyll/RalphHightower" }
30+
#- { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
31+
#- { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
32+
#- { platform: keybase, user_url: "https://keybase.io/jekyll" }
33+
- { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" }
34+
#- { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
35+
#- { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
36+
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/26315139/ralph-hightower" }
37+
#- { platform: telegram, user_url: "https://t.me/jekyll" }
38+
- { platform: twitter, user_url: "https://twitter.com/RalphHightower" }
39+
- { platform: youtube, user_url: "https://www.youtube.com/RalphHightower" }
5940
# If you want to link only specific pages in your header, uncomment
6041
# this and add the path to the pages in order as they should show up
6142
#header_pages:
6243
# - about.md
63-
6444
# Build settings
6545
theme: minima
66-
6746
plugins:
6847
- jekyll-feed
69-
- jekyll-seo-tag
70-
- jekyll-last-modified-at
71-
72-
# Optional. The default date format, used if none is specified in the tag.
73-
last-modified-at:
74-
date-format: '%Y-%m-%d %I:%M:%S.%L %p %Z'
75-
76-
titles_from_headings:
77-
enabled: true
78-
strip_title: true
79-
collections: true
48+
- jekyll-seo-tag# generate social links in footer

0 commit comments

Comments
 (0)