mirror of
https://github.com/thomasjwebb/thomasjwebb.git
synced 2025-12-18 10:49:52 +00:00
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
title: Thommy Webb
|
|
description: Webb Master
|
|
baseurl: ""
|
|
url: https://thomasjwebb.com/
|
|
|
|
theme: cvless
|
|
|
|
# site settings
|
|
taglong: Webb Master
|
|
tagshort: Webb Master
|
|
|
|
# author settings
|
|
author:
|
|
name: Thomas J. Webb
|
|
email: thomas@thomasjwebb.com
|
|
photo: assets/files/thommy.png
|
|
address: Sparks, NV, USA
|
|
# phone: +1 234 567 890
|
|
|
|
# profile links
|
|
profile:
|
|
# facebook: https://www.facebook.com/username
|
|
# x: https://x.com/username
|
|
mastodon: https://haxe.social/@tjw
|
|
bluesky: https://bsky.app/profile/tjw.haxe.social
|
|
# instagram: https://www.instagram.com/username
|
|
linkedin: https://www.linkedin.com/in/thomasjwebb/
|
|
# xing: https://www.xing.com/profile/username
|
|
# stackoverflow: https://stackoverflow.com/users/0000000/username
|
|
# medium: https://medium.com/@username
|
|
github: https://github.com/thomasjwebb
|
|
cv: false
|
|
|
|
# build settings
|
|
permalink: /:year/:month/:title
|
|
exclude:
|
|
- LICENSE
|
|
- README.md
|
|
- Gemfile
|
|
- vendor/
|
|
- docker-compose.yml
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-gist
|
|
- jekyll-paginate-v2
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
- jekyll-optional-front-matter
|
|
|
|
sass:
|
|
sourcemap: never
|
|
|