Last active
August 2, 2019 13:07
-
-
Save mmeasic/aea05934a4f77c70e5038248f2d53943 to your computer and use it in GitHub Desktop.
GitHub Pages setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<You rock> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fork the theme you want | |
# Edit things you want to edit in the theme | |
# Open your <username>.github.io | |
# Create index.html with the structure: | |
--- | |
layout: default | |
--- | |
# Edit the _config.yaml file with the following: | |
# Site settings | |
title: Mario Measic | |
description: CV & Portfolio | |
# baseurl: "" # the subpath of your site, e.g. /blog | |
# url: "localhost:3000" # the base hostname & protocol for your site e.g. http://willianjusten.com.br | |
# User settings | |
username: Mario Measic | |
user_description: Striving to find problems and their solutions. | |
user_title: Data Scientist/Engineer | |
linkedin_username: mariomeasicgavran | |
# Build settings | |
remote_theme: mmeasic/jekyll-theme-minimal-resume |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Homebrew part | |
brew install ruby (or upgrade) | |
# Mac does not allow to install with the default Ruby version | |
export PATH=/usr/local/opt/ruby/bin:$PATH | |
gem install jekyll bundler | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment