forked from RalphHightower/RalphHightower.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
129 lines (110 loc) · 5.5 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
title: Ralph Hightower @ github.io [Gateway — Website]
author:
name: Ralph Hightower
#email: ralph.hightower@gmail.com
email: r a l p h dot h i g h t o w e r at gee mail dot dom
#street_address:
city: Chapin
state: South Carolina
zip_code: 29036
country: United States of America
#phone:
description: > # This means to ignore newlines until "show_excerpts:"
I freeze time; I photograph. RETIRED Software Engineer (C#, .Net),
50++ years experience; still active for personal projects. Witnessed
two final space flights: Apollo/Soyuz, Space Shuttle STS-135 Atlantis
(launch and landing) w/ Final Four.
show_excerpts: true # set to true to show excerpts on the homepage
repository: "RalphHightower/ralphhightower.githup.io"
plugins:
- jekyll
- github-pages
# - jekyll-avatar
# - jekyll-coffeescript
# - jekyll-github-metadata
# - jekyll-include-cache
# - jekyll-mentions
# - jekyll-optional-front-matter
# - jekyll-seo-tag
# - jekyll-sitemap
# - jekyll-last-modified-at
# - jekyll-maps
# - jekyll-mentions
# - jekyll-spaceship
# - jekyll-tagging
# - jekyll-toc
# - json
# - xml-sitemap
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%Y-%m-%d %I:%M:%S.%L %p %Z" # "%b %-d, %Y"
# generate social links in the footer
social_links:
- { platform: devto, user_url: "https://dev.to/RalphHightower"}
# - { platform: dribbble, user_url: "https://dribbble.com/RalphHightower" }
# - { platform: facebook, user_url: "https://www.facebook.com/ralph.hightower" }
- { platform: flickr, user_url: "https://www.flickr.com/photos/RalphHightower" }
- { platform: github, user_url: "https://github.com/RalphHightower" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/RalphHightower" }
# - { platform: keybase, user_url: "https://keybase.io/RalphHightower" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" }
# - { platform: microdotblog, user_url: "https://micro.blog/RalphHightower" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/RalphHightower" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/19978043/ralph-hightower" }
# - { platform: telegram, user_url: "https://t.me/RalphHightower" }
# - { 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
#mathjax: true
# Build settings
theme: minima
skin: auto
# github-pages
# jekyll-avatar
# Put {% avatar [USERNAME] %} in page where it is wanted
# jekyll-github-metadata
# Propagates the site.github namespace with repository metadata
# Sets site.title as the repository name, if none is set
# Sets site.description as the repository tagline if none is set
# Sets site.url as the GitHub Pages domain (cname or user domain), if none is set
# Sets site.baseurl as the project name for project pages if none is set
# jekyll-mentions
# In any page or post, use @mentions as you would normally, e.g.
# Hey @benbalter, what do you think of this?
# jekyll-optional-front-matter
# jekyll-seo-tag
# Jekyll SEO Tag adds the following meta tags to your site:
# • Page title, with site title or description appended
# • Page description
# • Canonical URL
# • Next and previous URLs on paginated pages
# • [JSON-LD - JSON for Linking Data](https://json-ld.org/) data format from [Intro to How Structured Data Markup Works | Google Search Central | Documentation | Google for Developers](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data)
# jekyll-sitemap
# <lastmod> tag
# The <lastmod> tag in the sitemap.xml will reflect by priority:
# 1. The modified date of the file as reported by the filesystem if you have jekyll-last-modified-at plugin installed (not compatible with GitHub Pages auto building)
# 2. A personalised date if you add the variable last_modified_at: with a date in the Front Matter
# 3. The creation date of your post (corresponding to the post.date variable)
# liquid
# [shop8fi.io](https://shopify.github.io/liquid/)
# minima
# Layouts
# Refers to files within the _layouts directory, that define the markup for your theme.
# • base.html — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says {{ content }} and are linked to this file via # • FrontMatter declaration layout: base.
# • home.html — The layout for your landing-page / home-page / index-page. [More Info.]
# • page.html — The layout for your documents that contain FrontMatter, but are not posts.
# • post.html — The layout for your posts.
# • Base Layout
# • From Minima v3 onwards, the base layout is named base.html instead of default.html to avoid confusing new users into assuming that name holds special status.
#titles_from_headings:
# enabled: true
# strip_title: true
# collections: true
# Optional. The default date format is used if none is specified in the tag.
last-modified-at:
date-format: '%Y-%m-%d %I:%M:%S.%L %p %Z' #'%d-%b-%y'