Skip to content
Merged
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
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ markdown: kramdown
# URL of the Site
url: 'https://builtwithruby.com'
# Base URL of the Site (i.e., Name of the Repository in which the Site is hosted)
baseurl: ''
baseurl: ""
host: 0.0.0.0

# Title of the Site
Expand Down Expand Up @@ -50,6 +50,8 @@ plugins:
compress_html:
clippings: all

bootstrap:
assets: true

# Exclude
exclude:
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
{% include meta.html %}
<title>{{site.title}} | Built With Ruby</title>
<link rel="stylesheet" href="{% if site.baseurl %}{{site.baseurl}}{% else %}{% endif %}/assets/css/style.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/style.css">
<script src="https://kit.fontawesome.com/6a97161b76.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" crossorigin="anonymous"></script>
Expand Down
Loading