Skip to content

Commit

Permalink
Added initial information and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
javiimo committed Sep 3, 2024
1 parent bc80053 commit 5fc43ca
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ package-lock.json
# Misc
_sass/dist
assets/js/dist


#My Gitignore
_posts/2019-08-08-text-and-typography.md
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: Europe/Madrid

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Javimo's Blog # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: figuring things out and posting before they get lost # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Expand All @@ -26,23 +26,23 @@ description: >- # used by seo meta and the atom feed
url: "https://javiimo.github.io"

github:
username: github_username # change to your GitHub username
username: javiimo # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: javimo__ # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: Javier Montané Ortuño
email: contact.javiermo@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
- https://twitter.com/javimo__ # change to your Twitter homepage
- https://github.com/javiimo # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
- https://www.linkedin.com/in/javier-montane

# Site Verification Settings
webmaster_verifications:
Expand Down Expand Up @@ -98,7 +98,7 @@ theme_mode: # [light | dark]
cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: "assets/img/olives.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
9 changes: 4 additions & 5 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"
- type: linkedin
icon: "fab fa-linkedin" # icons powered by <https://fontawesome.com/>
url: "https://www.linkedin.com/in/javier-montane/" # Fill with your Linkedin homepage

- type: email
icon: "fas fa-envelope"
Expand All @@ -19,9 +20,7 @@
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage

#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
Expand Down
12 changes: 6 additions & 6 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ platforms:

# Uncomment below if you need to.
#
# - type: Linkedin
# icon: "fab fa-linkedin"
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
- type: Linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
Expand All @@ -41,9 +41,9 @@ platforms:
# icon: "fa-brands fa-bluesky"
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
#
# - type: Reddit
# icon: "fa-brands fa-square-reddit"
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
- type: Reddit
icon: "fa-brands fa-square-reddit"
link: "https://www.reddit.com/submit?url=URL&title=TITLE"
#
# - type: Threads
# icon: "fa-brands fa-square-threads"
Expand Down
13 changes: 11 additions & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@ icon: fas fa-info-circle
order: 4
---

> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip }
### Hey there! 👋

So, I guess I did it - I started a blog! 🎉 This is where I'll be sharing all sorts of things that are bouncing around in my head: projects I'm tinkering with, interesting tidbits I've learned, and maybe some random thoughts. Think of it as my digital brain dump - a way to keep track of everything before it disappears into the void.

My main passions lie in the fields of Machine Learning, Operations Research, Statistics and programming in general. You'll probably see that most posts are related to those topics, but who knows, maybe I'll pivot somewhere else.

Feel free to poke around and see what catches your eye. And if you have any feedback, questions or want to chat, just reach out!

#### P.S.

This website is built using the [Chirpy template](https://chirpy.cotes.page/), a Jekyll theme based on the Ruby framework for generating static websites. While my knowledge of Ruby, Jekyll, and web development is very limited, the documentation is pretty straightforward. So I highly recommend it for anyone looking for a simple yet powerful way to create a website.
Binary file added assets/img/olives.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fc43ca

Please sign in to comment.