Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 20 additions & 146 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,186 +1,60 @@
remote_theme: daattali/beautiful-jekyll@6.0.1
title: My amazing website
author: Your Name

title: Andrea Perez Valle - MHEDAS
author: Andrea Perez Valle

###############################################
# --- List of links in the navigation bar --- #
# --- Navigation bar --- #
###############################################

# For each link, make sure to create a corresponding markdown file in the root folder (like `aboutme.md`)

navbar-links:
About Me: "aboutme"
Example Page: "example"
Projects: "projects"

################
#####################################
# --- Logo --- #
################

# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/images/ferran-avatar.jpeg"
#####################################

# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
avatar: "/images/output-5389C997-9E59-42C1-B01B-84AB11D5A05B.jpeg"
round-avatar: true

# If you want to have an image logo in the top-left corner instead of having the title of the website,
# then specify the following parameter
#title-img: /path/to/image


#####################################
# --- Footer social media links --- #
# --- Social links --- #
#####################################

# Select the social network links that you want to show in the footer.
# You can change the order that they show up on the page by changing the order here.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
email: "usernem@gmail.com"
facebook: username
github: ferranad
# twitter: ferranad
youtube: "@ferranad"
linkedin: ferranad
xing: yourname
# stackoverflow: "3943160/daattali"
# snapchat: deanat78
# instagram: deanat78
# spotify: yourname
# telephone: +14159998888
# steam: deanat78
# twitch: yourname
# yelp: yourname
# telegram: yourname
# calendly: yourname
# mastodon: instance.url/@username
# bluesky: yourname
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: "invite_code" or "users/userid" or "invite/invite_code"
# kaggle: yourname
# hackerrank: yourname
# gitlab: yourname
# itchio: yourname
# untappd: yourname
email: "andrea.perezv@estudiants.urv.cat | andrea.perezv@irbcatsud.cat"
github: andreaperval-gap
linkedin: https://www.linkedin.com/in/andrea-p%C3%A9rez-82b046202/

###########################
#####################################
# --- General options --- #
###########################

# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
linkedin: true
vk: false

# How to display the link to your website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "whatever"
#####################################

# Add the website title to the title of every page
title-on-all-pages: true

# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50

# Whether or not to show an excerpt for every blog post in the feed page
feed_show_excerpt: true

# Whether or not to show a list of tags below each post preview in the feed page
feed_show_tags: true

# Add a search button to the navbar
post_search: true

# Add a button in the footer to edit the current page. Only works if your website is hosted on GitHub
edit_page_button: true

# Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu
# If this setting is off, then long sub-menu words might get cut off
# See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve
navbar-var-length: false

# The keywords to associate with your website, for SEO purposes
#keywords: "my,list,of,keywords"

######################################
# --- Colours / background image --- #
######################################

# Personalize the colours in your website. Colour values can be any valid CSS colour
#####################################
# --- Colours --- #
#####################################

page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
footer-col: "#EAEAEA"
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"

# Alternatively, the navbar, footer, and page background can be set to an image
# instead of colour

#navbar-img: "/assets/img/bgimage.png"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"


################
# --- Misc --- #
################

# Date Format to show dates of posts
date_format: "%B %-d, %Y"

#################################################################################
# --- You don't need to touch anything below here (but you can if you want) --- #
#################################################################################
#####################################
# --- Jekyll settings --- #
#####################################

# Output options (more information on Jekyll's site)
timezone: "Europe/Madrid"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5

kramdown:
input: GFM

# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"

# Exclude these files from production site
exclude:
- CHANGELOG.md
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- screenshot.png
- docs/

plugins:
- jekyll-paginate
- jekyll-sitemap

# Beautiful Jekyll / Dean Attali
95 changes: 0 additions & 95 deletions _posts/2020-02-26-example-post.md

This file was deleted.

95 changes: 0 additions & 95 deletions _posts/2025-02-19-example2.md

This file was deleted.

Loading