Skip to content

Commit

Permalink
Updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
circleupx committed Oct 6, 2024
1 parent b722ebe commit 9f48956
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# circleupx.github.io
Personal Blog
A personal blog created to document what I have learned in my development career.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ params:
url: tags

homeInfoParams:
Title: "Hello!"
Title: "Hi!"
Content: >
Welcome to my blog,
I use this blog to document ideas or concepts I have learned or might be currently learning.
Expand Down
2 changes: 1 addition & 1 deletion content/reading-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: My reading list.
description: "This page contains a list of books that have impacted how I write and think about software."
description: "Here are a list of books that have impacted how I write and think about software."
url: "/reading-list/"
---

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<main class="main">
<article class="first-entry home-info">
<header class="entry-header">
<h1>Hello!</h1>
<h1>Hi!</h1>
</header>
<div class="entry-content">
Welcome to my blog, I use this blog to document ideas or concepts I have learned or might be currently learning.
Expand Down
10 changes: 5 additions & 5 deletions public/reading-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="robots" content="index, follow">
<title>My reading list. | Yunier&#39;s Wiki</title>
<meta name="keywords" content="">
<meta name="description" content="This page contains a list of books that have impacted how I write and think about software.">
<meta name="description" content="Here are a list of books that have impacted how I write and think about software.">
<meta name="author" content="Yunier">
<link rel="canonical" href="http://localhost:1313/reading-list/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.54405a410796490bc874ab6181fac9b675753cc2b91375d8f882566459eca428.css" integrity="sha256-VEBaQQeWSQvIdKthgfrJtnV1PMK5E3XY&#43;IJWZFnspCg=" rel="preload stylesheet" as="style">
Expand All @@ -28,7 +28,7 @@

</style>
</noscript><meta property="og:title" content="My reading list." />
<meta property="og:description" content="This page contains a list of books that have impacted how I write and think about software." />
<meta property="og:description" content="Here are a list of books that have impacted how I write and think about software." />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://localhost:1313/reading-list/" />
<meta property="og:image" content="http://localhost:1313/papermod-cover.png" />
Expand All @@ -40,7 +40,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="http://localhost:1313/papermod-cover.png" />
<meta name="twitter:title" content="My reading list."/>
<meta name="twitter:description" content="This page contains a list of books that have impacted how I write and think about software."/>
<meta name="twitter:description" content="Here are a list of books that have impacted how I write and think about software."/>


<script type="application/ld+json">
Expand All @@ -63,7 +63,7 @@
"@type": "BlogPosting",
"headline": "My reading list.",
"name": "My reading list.",
"description": "This page contains a list of books that have impacted how I write and think about software.",
"description": "Here are a list of books that have impacted how I write and think about software.",
"keywords": [

],
Expand Down Expand Up @@ -160,7 +160,7 @@ <h1 class="post-title entry-hint-parent">
My reading list.
</h1>
<div class="post-description">
This page contains a list of books that have impacted how I write and think about software.
Here are a list of books that have impacted how I write and think about software.
</div>
<div class="post-meta">Yunier&nbsp;|&nbsp;<a href="https://github.com/circleupx/circleupx.github.io/tree/master/content/reading-list.md" rel="noopener noreferrer" target="_blank">Suggest Changes</a>

Expand Down

0 comments on commit 9f48956

Please sign in to comment.