Skip to content

Commit

Permalink
Update links and rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Jan 22, 2024
1 parent 56d8a4f commit 84c0294
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hacked Jekyll is a responsive, minimalistic Jekyll theme for a tiny (163kb!) per

The style is rebooted through [normalize.css](https://necolas.github.io/normalize.css/) and based on the [Open Color](https://yeun.github.io/open-color/) library. The monospaced typeface [Hack](https://sourcefoundry.org/hack/) is served together with the website. The favicons are generated by [favicon.io](https://favicon.io/).

See the [demo](https://hacked-jekyll.netlify.app) to check the end result.
See the [demo](https://piazzai.github.io/hacked-jekyll) to check the end result.

![](https://github.com/piazzai/hacked-jekyll/blob/master/screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions demo/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Hacked Jekyll
description: Jekyll microtheme that looks like JSON
baseurl: ""
url: https://hacked-jekyll.netlify.app
url: https://piazzai.github.io/hacked-jekyll

theme: hacked-jekyll

Expand All @@ -24,7 +24,7 @@ json:
office: Foobar Hall 1.23
phone: +1 234 567 890
email: [email protected]
demo: https://hacked-jekyll.netlify.app
demo: https://piazzai.github.io/hacked-jekyll
source: https://github.com/piazzai/hacked-jekyll
profiles:
facebook: https://www.facebook.com
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="Jekyll microtheme that looks like JSON" />
<meta property="og:description" content="Jekyll microtheme that looks like JSON" />
<link rel="canonical" href="https://hacked-jekyll.netlify.app/404.html" />
<meta property="og:url" content="https://hacked-jekyll.netlify.app/404.html" />
<link rel="canonical" href="https://piazzai.github.io/hacked-jekyll/404.html" />
<meta property="og:url" content="https://piazzai.github.io/hacked-jekyll/404.html" />
<meta property="og:site_name" content="Hacked Jekyll" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Hacked Jekyll" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Jekyll microtheme that looks like JSON","headline":"Hacked Jekyll","url":"https://hacked-jekyll.netlify.app/404.html"}</script>
{"@context":"https://schema.org","@type":"WebPage","description":"Jekyll microtheme that looks like JSON","headline":"Hacked Jekyll","url":"https://piazzai.github.io/hacked-jekyll/404.html"}</script>
<!-- End Jekyll SEO tag -->


Expand All @@ -44,7 +44,7 @@
</div>
<div class="block">

<a href="https://hacked-jekyll.netlify.app">hacked-jekyll.netlify.app</a>
<a href="https://piazzai.github.io/hacked-jekyll">piazzai.github.io/hacked-jekyll</a>
</div>
</main>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="Jekyll microtheme that looks like JSON" />
<meta property="og:description" content="Jekyll microtheme that looks like JSON" />
<link rel="canonical" href="https://hacked-jekyll.netlify.app/" />
<meta property="og:url" content="https://hacked-jekyll.netlify.app/" />
<link rel="canonical" href="https://piazzai.github.io/hacked-jekyll/" />
<meta property="og:url" content="https://piazzai.github.io/hacked-jekyll/" />
<meta property="og:site_name" content="Hacked Jekyll" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Hacked Jekyll" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Jekyll microtheme that looks like JSON","headline":"Hacked Jekyll","name":"Hacked Jekyll","url":"https://hacked-jekyll.netlify.app/"}</script>
{"@context":"https://schema.org","@type":"WebSite","description":"Jekyll microtheme that looks like JSON","headline":"Hacked Jekyll","name":"Hacked Jekyll","url":"https://piazzai.github.io/hacked-jekyll/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down Expand Up @@ -112,7 +112,7 @@
<div class="block">


<p><span class="key">demo</span><span class="attr"><a href="https://hacked-jekyll.netlify.app" target="_self">hacked-jekyll.netlify.app</a></span>
<p><span class="key">demo</span><span class="attr"><a href="https://piazzai.github.io/hacked-jekyll" target="_self">piazzai.github.io/hacked-jekyll</a></span>
</p>


Expand Down
2 changes: 1 addition & 1 deletion docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://hacked-jekyll.netlify.app/sitemap.xml
Sitemap: https://piazzai.github.io/hacked-jekyll/sitemap.xml
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://hacked-jekyll.netlify.app/</loc>
<loc>https://piazzai.github.io/hacked-jekyll/</loc>
</url>
</urlset>

0 comments on commit 84c0294

Please sign in to comment.