mirror of
https://github.com/thomasjwebb/thomasjwebb.git
synced 2025-12-19 11:19:51 +00:00
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
title: cvless
|
|
description: Jekyll theme for a beautiful online CV
|
|
baseurl: ""
|
|
url: https://piazzai.github.io/cvless
|
|
|
|
theme: cvless
|
|
|
|
# site settings
|
|
taglong: Jekyll theme for a beautiful online CV
|
|
tagshort: Jekyll theme
|
|
cv: true
|
|
|
|
# author settings
|
|
author:
|
|
name: Place Holder
|
|
email: username@domain.com
|
|
photo: assets/files/photo.jpg
|
|
address: Foobar Hall 1.23
|
|
phone: +1 234 567 890
|
|
|
|
# profile links
|
|
profile:
|
|
# facebook: https://www.facebook.com/username
|
|
# x: https://x.com/username
|
|
mastodon: https://mastodon.social/@username
|
|
# bluesky: https://bsky.app/profile/username.bsky.social
|
|
# instagram: https://www.instagram.com/username
|
|
linkedin: https://www.linkedin.com/in/username
|
|
# xing: https://www.xing.com/profile/username
|
|
# stackoverflow: https://stackoverflow.com/users/0000000/username
|
|
# medium: https://medium.com/@username
|
|
github: https://github.com/username
|
|
|
|
# build settings
|
|
permalink: pretty
|
|
exclude:
|
|
- LICENSE
|
|
- README.md
|
|
- Gemfile
|
|
- vendor/
|
|
- docker-compose.yml
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-gist
|
|
- jekyll-paginate-v2
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
|
|
sass:
|
|
sourcemap: never
|
|
|