|
| 1 | +# Welcome to Jekyll! |
| 2 | +# |
| 3 | +# This config file is meant for settings that affect your whole blog, values |
| 4 | +# which you are expected to set up once and rarely edit after that. If you find |
| 5 | +# yourself editing this file very often, consider using Jekyll's data files |
| 6 | +# feature for the data you need to update frequently. |
| 7 | +# |
| 8 | +# For technical reasons, this file is *NOT* reloaded automatically when you use |
| 9 | +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
| 10 | +# |
| 11 | +# If you need help with YAML syntax, here are some quick references for you: |
| 12 | +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
| 13 | +# https://learnxinyminutes.com/docs/yaml/ |
| 14 | +# |
| 15 | +# Site settings |
| 16 | +# These are used to personalize your new site. If you look in the HTML files, |
| 17 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 18 | +# You can create any custom variable you would like, and they will be accessible |
| 19 | +# in the templates via {{ site.myvariable }}. |
| 20 | + |
| 21 | +title: Jesus Sanz - Game Developer / Software Engineer |
| 22 | +email: jesus@jsanz.dev |
| 23 | +description: >- # this means to ignore newlines until "baseurl:" |
| 24 | + Hi there! My name is Jesus and I'm a game developer (Game Boy, Unreal Engine, Unity and Godot) and a Software Engineer (Swift, C++, WebApps). I also love technology so you might see some cool projects here too. |
| 25 | +baseurl: "" # the subpath of your site, e.g. /blog |
| 26 | +url: "https://jsanz.dev" # the base hostname & protocol for your site, e.g. http://example.com |
| 27 | + |
| 28 | +paginate: 5 |
| 29 | +paginate_path: "/blog/page:num/" |
| 30 | + |
| 31 | + |
| 32 | +# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple |
| 33 | +dash: |
| 34 | + social_links: |
| 35 | + - url: https://twitter.com/jsanz_dev |
| 36 | + icon: twitter-square |
| 37 | + color: cyan |
| 38 | + - url: https://jesus-sanz.itch.io/ |
| 39 | + icon: itch-io |
| 40 | + color: red |
| 41 | + - url: https://github.com/jsanzdev |
| 42 | + icon: github-square |
| 43 | + color: purple |
| 44 | + |
| 45 | + show_author: true |
| 46 | + |
| 47 | + animation_speed: 50 |
| 48 | + |
| 49 | +avatar_source: github |
| 50 | +github_username: jsanzdev |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +# Build settings |
| 55 | +theme: jekyll-dash |
| 56 | +plugins: |
| 57 | + - jekyll-feed |
| 58 | + - jekyll-seo-tag |
| 59 | + |
| 60 | +# Exclude from processing. |
| 61 | +# The following items will not be processed, by default. |
| 62 | +# Any item listed under the `exclude:` key here will be automatically added to |
| 63 | +# the internal "default list". |
| 64 | +# |
| 65 | +# Excluded items can be processed by explicitly listing the directories or |
| 66 | +# their entries' file path in the `include:` list. |
| 67 | +# |
| 68 | +# exclude: |
| 69 | +# - .sass-cache/ |
| 70 | +# - .jekyll-cache/ |
| 71 | +# - gemfiles/ |
| 72 | +# - Gemfile |
| 73 | +# - Gemfile.lock |
| 74 | +# - node_modules/ |
| 75 | +# - vendor/bundle/ |
| 76 | +# - vendor/cache/ |
| 77 | +# - vendor/gems/ |
| 78 | +# - vendor/ruby/ |
0 commit comments