diff --git a/_config.yml b/_config.yml index bac4c09..22644ba 100644 --- a/_config.yml +++ b/_config.yml @@ -22,58 +22,27 @@ minima: # generate social links in footer social_links: - twitter: RalphHightower - github: RalphHightower - # devto: jekyll - # dribbble: jekyll - facebook: RalphHightower - flickr: RalphHightower - googledev: RalphHightower - # instagram: jekyll - linkedin: RalphHightower - stackoverflow: 26315139/ralph-hightower - # pinterest: jekyll - youtube: RalphHightower - youtube_channel: UCnaJ74ytj6_bCsk-xFHgaYw - youtube_channel_name: RalphHightower - # telegram: jekyll - # googleplus: +jekyll - # microdotblog: jekyll - # keybase: jekyll - # google_scholar_id: qc6CJjYAAAAJ - - # Mastodon instances - # mastodon: - # - username: jekyll - # instance: example.com - # - username: jekyll2 - # instance: example.com - - # GitLab instances - gitlab: - - username: RalphHightower - # instance: example.com - # - username: jekyll2 - # instance: example.com - + #- { platform: devto, user_url: "https://dev.to/jekyll" } + #- { platform: dribbble, user_url: "https://dribbble.com/jekyll" } + - { platform: facebook, user_url: "https://www.facebook.com/RalphHightower" } + - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" } + - { platform: github, user_url: "https://github.com/jekyll/RalphHightower" } + #- { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" } + #- { platform: instagram, user_url: "https://www.instagram.com/jekyll" } + #- { platform: keybase, user_url: "https://keybase.io/jekyll" } + - { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" } + #- { platform: microdotblog, user_url: "https://micro.blog/jekyll" } + #- { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" } + - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/26315139/ralph-hightower" } + #- { platform: telegram, user_url: "https://t.me/jekyll" } + - { platform: twitter, user_url: "https://twitter.com/RalphHightower" } + - { platform: youtube, user_url: "https://www.youtube.com/RalphHightower" } # If you want to link only specific pages in your header, uncomment # this and add the path to the pages in order as they should show up #header_pages: # - about.md - # Build settings theme: minima - plugins: - jekyll-feed - - jekyll-seo-tag - - jekyll-last-modified-at - -# Optional. The default date format, used if none is specified in the tag. -last-modified-at: - date-format: '%Y-%m-%d %I:%M:%S.%L %p %Z' - -titles_from_headings: - enabled: true - strip_title: true - collections: true + - jekyll-seo-tag# generate social links in footer