Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pfs-db committed Jul 25, 2024
1 parent 9206ad8 commit 30f7ea9
Show file tree
Hide file tree
Showing 16 changed files with 241 additions and 241 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Personal Blog
subtitle: by Pablo Freitas
email: [email protected]
description: A responsive site template designed by HTML5 Up<br /> and released under the Creative Commons.
baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog
baseurl: # the subpath of your site, e.g. /blog
url: "https://pfs-db.github.io" # the base hostname & protocol for your site
author:
street_address: 1234 Somewhere Road
Expand Down
4 changes: 2 additions & 2 deletions _sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

@use 'sass:math';
/* Type */

body, input, select, textarea {
Expand Down Expand Up @@ -129,7 +129,7 @@
border-left: solid 4px _palette(border);
font-style: italic;
margin: 0 0 _size(element-margin) 0;
padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
padding: math.div(_size(element-margin), 4) 0 math.div(_size(element-margin), 4) _size(element-margin);
}

code {
Expand Down
2 changes: 1 addition & 1 deletion _sass/libs/_skel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
}

// Expand just the value?
@elseif $expandValue {
@else if $expandValue {
@each $vendor in $vendor-prefixes {
#{$property}: #{str-replace-all($value, '-prefix-', $vendor)};
}
Expand Down
36 changes: 18 additions & 18 deletions _site/2016/08/20/etiam.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<title>Etiam | Personal Blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="/forty-jekyll-theme/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/forty-jekyll-theme/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
</head>


Expand All @@ -24,7 +24,7 @@

<!-- Header -->
<header id="header">
<a href="http://localhost:4000/forty-jekyll-theme/" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<a href="http://localhost:4000//" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
Expand All @@ -43,7 +43,7 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/">Home</a></li>
<li><a href="http://localhost:4000//">Home</a></li>



Expand All @@ -54,21 +54,21 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/all_posts.html">All posts</a></li>
<li><a href="http://localhost:4000/all_posts.html">All posts</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/elements.html">Elements</a></li>
<li><a href="http://localhost:4000/elements.html">Elements</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/generic.html">Generic</a></li>
<li><a href="http://localhost:4000/generic.html">Generic</a></li>





<li><a href="http://localhost:4000/forty-jekyll-theme/landing.html">Landing</a></li>
<li><a href="http://localhost:4000/landing.html">Landing</a></li>


</ul>
Expand All @@ -89,7 +89,7 @@
<header class="major">
<h1>Etiam</h1>
</header>
<span class="image main"><img src="/forty-jekyll-theme/assets/images/pic06.jpg" alt="" /></span>
<span class="image main"><img src="/assets/images/pic06.jpg" alt="" /></span>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat.
Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris.
Expand Down Expand Up @@ -228,13 +228,13 @@ <h3>Address</h3>
</div>

<!-- Scripts -->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/forty-jekyll-theme/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/main.js"></script>
<script src="http://localhost:4000/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/assets/js/main.js"></script>


</body>
Expand Down
36 changes: 18 additions & 18 deletions _site/2016/08/21/consequat.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<title>Consequat | Personal Blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="/forty-jekyll-theme/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/forty-jekyll-theme/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
</head>


Expand All @@ -24,7 +24,7 @@

<!-- Header -->
<header id="header">
<a href="http://localhost:4000/forty-jekyll-theme/" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<a href="http://localhost:4000//" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
Expand All @@ -43,7 +43,7 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/">Home</a></li>
<li><a href="http://localhost:4000//">Home</a></li>



Expand All @@ -54,21 +54,21 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/all_posts.html">All posts</a></li>
<li><a href="http://localhost:4000/all_posts.html">All posts</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/elements.html">Elements</a></li>
<li><a href="http://localhost:4000/elements.html">Elements</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/generic.html">Generic</a></li>
<li><a href="http://localhost:4000/generic.html">Generic</a></li>





<li><a href="http://localhost:4000/forty-jekyll-theme/landing.html">Landing</a></li>
<li><a href="http://localhost:4000/landing.html">Landing</a></li>


</ul>
Expand All @@ -89,7 +89,7 @@
<header class="major">
<h1>Consequat</h1>
</header>
<span class="image main"><img src="/forty-jekyll-theme/assets/images/pic05.jpg" alt="" /></span>
<span class="image main"><img src="/assets/images/pic05.jpg" alt="" /></span>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat.
Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris.
Expand Down Expand Up @@ -228,13 +228,13 @@ <h3>Address</h3>
</div>

<!-- Scripts -->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/forty-jekyll-theme/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/main.js"></script>
<script src="http://localhost:4000/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/assets/js/main.js"></script>


</body>
Expand Down
36 changes: 18 additions & 18 deletions _site/2016/08/22/ipsum.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<title>Ipsum | Personal Blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="/forty-jekyll-theme/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/forty-jekyll-theme/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
</head>


Expand All @@ -24,7 +24,7 @@

<!-- Header -->
<header id="header">
<a href="http://localhost:4000/forty-jekyll-theme/" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<a href="http://localhost:4000//" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
Expand All @@ -43,7 +43,7 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/">Home</a></li>
<li><a href="http://localhost:4000//">Home</a></li>



Expand All @@ -54,21 +54,21 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/all_posts.html">All posts</a></li>
<li><a href="http://localhost:4000/all_posts.html">All posts</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/elements.html">Elements</a></li>
<li><a href="http://localhost:4000/elements.html">Elements</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/generic.html">Generic</a></li>
<li><a href="http://localhost:4000/generic.html">Generic</a></li>





<li><a href="http://localhost:4000/forty-jekyll-theme/landing.html">Landing</a></li>
<li><a href="http://localhost:4000/landing.html">Landing</a></li>


</ul>
Expand All @@ -89,7 +89,7 @@
<header class="major">
<h1>Ipsum</h1>
</header>
<span class="image main"><img src="/forty-jekyll-theme/assets/images/pic04.jpg" alt="" /></span>
<span class="image main"><img src="/assets/images/pic04.jpg" alt="" /></span>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat.
Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris.
Expand Down Expand Up @@ -228,13 +228,13 @@ <h3>Address</h3>
</div>

<!-- Scripts -->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/forty-jekyll-theme/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/main.js"></script>
<script src="http://localhost:4000/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/assets/js/main.js"></script>


</body>
Expand Down
36 changes: 18 additions & 18 deletions _site/2016/08/23/magna.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<title>Magna | Personal Blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="/forty-jekyll-theme/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/forty-jekyll-theme/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/forty-jekyll-theme/assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
</head>


Expand All @@ -24,7 +24,7 @@

<!-- Header -->
<header id="header">
<a href="http://localhost:4000/forty-jekyll-theme/" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<a href="http://localhost:4000//" class="logo"><strong>Personal Blog</strong> <span>by Pablo Freitas</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
Expand All @@ -43,7 +43,7 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/">Home</a></li>
<li><a href="http://localhost:4000//">Home</a></li>



Expand All @@ -54,21 +54,21 @@



<li><a href="http://localhost:4000/forty-jekyll-theme/all_posts.html">All posts</a></li>
<li><a href="http://localhost:4000/all_posts.html">All posts</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/elements.html">Elements</a></li>
<li><a href="http://localhost:4000/elements.html">Elements</a></li>



<li><a href="http://localhost:4000/forty-jekyll-theme/generic.html">Generic</a></li>
<li><a href="http://localhost:4000/generic.html">Generic</a></li>





<li><a href="http://localhost:4000/forty-jekyll-theme/landing.html">Landing</a></li>
<li><a href="http://localhost:4000/landing.html">Landing</a></li>


</ul>
Expand All @@ -89,7 +89,7 @@
<header class="major">
<h1>Magna</h1>
</header>
<span class="image main"><img src="/forty-jekyll-theme/assets/images/pic03.jpg" alt="" /></span>
<span class="image main"><img src="/assets/images/pic03.jpg" alt="" /></span>
<p><img src="http://localhost:4000/assets/images/pic03.jpg" alt="test image" /></p>

<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
Expand Down Expand Up @@ -230,13 +230,13 @@ <h3>Address</h3>
</div>

<!-- Scripts -->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/forty-jekyll-theme/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/forty-jekyll-theme/assets/js/main.js"></script>
<script src="http://localhost:4000/assets/js/jquery.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
<script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
<script src="http://localhost:4000/assets/js/skel.min.js"></script>
<script src="http://localhost:4000/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="http://localhost:4000/assets/js/main.js"></script>


</body>
Expand Down
Loading

0 comments on commit 30f7ea9

Please sign in to comment.