jameshamann / jekyll-material-theme

A Jekyll Theme based on Material Design using Materialize.
MIT License
167 stars 214 forks source link

Asset links don't work from GitHub #3

Closed clayrisser closed 6 years ago

clayrisser commented 6 years ago

The assets don't load from github. It tries to request them from https://jamrizzi.github.com/portfolioassets instead of https://jamrizzi.github.com/portfolio/assets.

My config looks like the following . . .

# _config.yml

title: "Jam's Portfolio"
name: "Jam Risser"
email: jam@jamrizzi.com
description: An autodidact who beat the Kobayashi Maru Test; Passionate, open-source full-stack software engineer

parallax_image_one: assets/images/austin.jpg
parallax_image_two: assets/images/code-jam.jpg

project_one: "BlogDown"
project_one_description: "A back-end agnostic, zero compilation, markdown blogging platform"
project_one_url: https://github.com/thingdown/blogdown
project_one_icon: location_on

project_two: Second Project
project_two_description: Describe your project!
project_two_url: https://github.com/jameshamann/jekyll-material-theme
project_two_icon: photo_camera

project_three: Third Project
project_three_description: Describe your project!
project_three_url: https://github.com/jameshamann/jekyll-material-theme
project_three_icon: hotel

project_four: Fourth Project
project_four_description: Describe your project!
project_four_url: https://github.com/jameshamann/jekyll-material-theme
project_four_icon: restaurant

project_button: GitHub

github: https://github.com/jamrizzi
medium: https://medium.com/jamrizzi

baseurl: /portfolio/
url: https://jamrizzi.github.io/

google_analytics_tracking_id:

cookie_accept_message: Thanks!

markdown: kramdown
permalink: pretty

plugins:
  - jekyll-remote-theme
  - jekyll-feed
  - jekyll-assets
  - jekyll-minifier

remote_theme: jamrizzi/jekyll-material-theme
jameshamann commented 6 years ago

Brilliant, thanks for picking this up and opening a pull request to fix it, appreciate it!

clayrisser commented 6 years ago

No prob, thanks for accepting it