Skip to content

Commit

Permalink
fix: Removing relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcairesf committed Apr 10, 2024
1 parent 01802bc commit ae162b1
Show file tree
Hide file tree
Showing 31 changed files with 534 additions and 521 deletions.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://jpcairesf.github.io/blog"
baseURL = "https://jpcairesf.github.io"
languageCode = 'en-us'
title = 'jpcairesf/Blog'
theme = "hugo-blog-awesome"
Expand Down
48 changes: 24 additions & 24 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-us"><head><script src="/blog/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=blog/livereload" data-no-instant defer></script><meta charset="utf-8">
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand All @@ -18,14 +18,14 @@
<meta property="og:locale" content="en-us" />
<meta name="language" content="en-us" />

<link rel="alternate" hreflang="en" href="http://localhost:1313/blog/404.html" title="" />
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html" title="" />



<meta itemprop="image" content="http://localhost:1313/blog/" />
<meta property="og:image" content="http://localhost:1313/blog/" />
<meta name="twitter:image" content="http://localhost:1313/blog/" />
<meta name="twitter:image:src" content="http://localhost:1313/blog/" />
<meta itemprop="image" content="http://localhost:1313/" />
<meta property="og:image" content="http://localhost:1313/" />
<meta name="twitter:image" content="http://localhost:1313/" />
<meta name="twitter:image:src" content="http://localhost:1313/" />



Expand All @@ -35,37 +35,37 @@



<link rel="canonical" href="http://localhost:1313/blog/404.html">
<link href="/blog/style.min.d43bc6c79baa87f006efb2b92be952faeedeb1a3ab626c1d6abda52eae049355.css" rel="stylesheet">
<link href="/blog/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">
<link rel="canonical" href="http://localhost:1313/404.html">
<link href="/style.min.d43bc6c79baa87f006efb2b92be952faeedeb1a3ab626c1d6abda52eae049355.css" rel="stylesheet">
<link href="/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">


<link rel="apple-touch-icon" sizes="180x180" href="/blog/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/blog/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/blog/icons/favicon-16x16.png">
<link rel="mask-icon" href="/blog/icons/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/blog/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/favicon.ico">




<link rel="manifest" href="http://localhost:1313/blog/site.webmanifest">
<link rel="manifest" href="http://localhost:1313/site.webmanifest">

<meta name="msapplication-config" content="/blog/browserconfig.xml">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#434648">


<link rel="icon" type="image/svg+xml" href="/blog/icons/favicon.svg">
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg">

</head>
<body data-theme = "dark" class="notransition">

<script src="/blog/js/theme.js"></script>
<script src="/js/theme.js"></script>

<div class="navbar" role="navigation">
<nav class="menu" aria-label="Main Navigation">
<a href="http://localhost:1313/blog/" class="logo">
<a href="http://localhost:1313/" class="logo">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-home">
Expand All @@ -86,28 +86,28 @@


<li>
<a class="menu-link " href="/blog/">
<a class="menu-link " href="/">
Home
</a>

</li>

<li>
<a class="menu-link " href="/blog/notes/">
<a class="menu-link " href="/notes/">
Notes
</a>

</li>

<li>
<a class="menu-link " href="/blog/posts/">
<a class="menu-link " href="/posts/">
Posts
</a>

</li>

<li>
<a class="menu-link " href="/blog/pages/about/">
<a class="menu-link " href="/pages/about/">
About
</a>

Expand Down Expand Up @@ -227,7 +227,7 @@ <h1></h1>



<script async src="http://localhost:1313/blog/js/main.js" ></script>
<script async src="http://localhost:1313/js/main.js" ></script>



Expand Down
7 changes: 5 additions & 2 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
<square70x70logo src="/icons/mstile-70x70.png"/>
<square150x150logo src="/icons/mstile-150x150.png"/>
<square310x310logo src="/icons/mstile-310x310.png"/>
<wide310x150logo src="/icons/mstile-310x150.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>
52 changes: 26 additions & 26 deletions public/categories/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-us"><head><script src="/blog/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=blog/livereload" data-no-instant defer></script><meta charset="utf-8">
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand All @@ -18,14 +18,14 @@
<meta property="og:locale" content="en-us" />
<meta name="language" content="en-us" />

<link rel="alternate" hreflang="en" href="http://localhost:1313/blog/categories/" title="" />
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/" title="" />



<meta itemprop="image" content="http://localhost:1313/blog/" />
<meta property="og:image" content="http://localhost:1313/blog/" />
<meta name="twitter:image" content="http://localhost:1313/blog/" />
<meta name="twitter:image:src" content="http://localhost:1313/blog/" />
<meta itemprop="image" content="http://localhost:1313/" />
<meta property="og:image" content="http://localhost:1313/" />
<meta name="twitter:image" content="http://localhost:1313/" />
<meta name="twitter:image:src" content="http://localhost:1313/" />



Expand All @@ -35,39 +35,39 @@



<link rel="canonical" href="http://localhost:1313/blog/categories/">
<link href="/blog/categories/index.xml" rel="alternate" type="application/rss+xml" title="jpcairesf/Blog">
<link href="/blog/categories/index.xml" rel="feed" type="application/rss+xml" title="jpcairesf/Blog">
<link href="/blog/style.min.d43bc6c79baa87f006efb2b92be952faeedeb1a3ab626c1d6abda52eae049355.css" rel="stylesheet">
<link href="/blog/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">
<link rel="canonical" href="http://localhost:1313/categories/">
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="jpcairesf/Blog">
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="jpcairesf/Blog">
<link href="/style.min.d43bc6c79baa87f006efb2b92be952faeedeb1a3ab626c1d6abda52eae049355.css" rel="stylesheet">
<link href="/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">


<link rel="apple-touch-icon" sizes="180x180" href="/blog/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/blog/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/blog/icons/favicon-16x16.png">
<link rel="mask-icon" href="/blog/icons/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/blog/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/favicon.ico">




<link rel="manifest" href="http://localhost:1313/blog/site.webmanifest">
<link rel="manifest" href="http://localhost:1313/site.webmanifest">

<meta name="msapplication-config" content="/blog/browserconfig.xml">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#434648">


<link rel="icon" type="image/svg+xml" href="/blog/icons/favicon.svg">
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg">

</head>
<body data-theme = "dark" class="notransition">

<script src="/blog/js/theme.js"></script>
<script src="/js/theme.js"></script>

<div class="navbar" role="navigation">
<nav class="menu" aria-label="Main Navigation">
<a href="http://localhost:1313/blog/" class="logo">
<a href="http://localhost:1313/" class="logo">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-home">
Expand All @@ -88,28 +88,28 @@


<li>
<a class="menu-link " href="/blog/">
<a class="menu-link " href="/">
Home
</a>

</li>

<li>
<a class="menu-link " href="/blog/notes/">
<a class="menu-link " href="/notes/">
Notes
</a>

</li>

<li>
<a class="menu-link " href="/blog/posts/">
<a class="menu-link " href="/posts/">
Posts
</a>

</li>

<li>
<a class="menu-link " href="/blog/pages/about/">
<a class="menu-link " href="/pages/about/">
About
</a>

Expand Down Expand Up @@ -230,7 +230,7 @@ <h1 class="header-title center">Categories</h1>



<script async src="http://localhost:1313/blog/js/main.js" ></script>
<script async src="http://localhost:1313/js/main.js" ></script>



Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on jpcairesf/Blog</title>
<link>http://localhost:1313/blog/categories/</link>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on jpcairesf/Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://localhost:1313/blog/categories/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions public/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ae162b1

Please sign in to comment.