Skip to content

Commit

Permalink
fix: make it GH pages friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Nov 22, 2024
1 parent a5843ff commit bf12d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# in the templates via {{ site.myvariable }}.

title: Gina Trapani
email: your-email@example.com
email: ginatrapani@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
baseurl: "/life-in-weeks" # the subpath of your site, e.g. /blog
url: "https://ginatrapani.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: ginatrapani
github_username: ginatrapani

# Build settings
theme: minima
Expand Down
10 changes: 1 addition & 9 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,11 @@
<link rel="alternate" type="application/json" title="{{ site.title }}" href="{{ "/feed.json" | prepend: site.baseurl | prepend: site.url }}" />
<link rel="sitemap" type="application/xml" title="sitemap" href="{{ site.baseurl }}/sitemap.xml" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="me" href="https://me.dm/@buster" />
<link rel="me" href="https://twitter.com/@buster" />
<link rel="me" href="https://medium.com/@buster" />
<script src="/assets/js/jquery-3.5.1.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<script src="/assets/js/jquery-csv.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js"></script>

<script src="/assets/js/suncalc.js"></script>
<script src="{{ '/assets/js/lazysizes.min.js'| absolute_url }}"></script>

<style>
{% capture include_to_scssify %}
{% include inline.scss %}
Expand Down

0 comments on commit bf12d0f

Please sign in to comment.