Skip to content

Commit

Permalink
docs: add name for main page
Browse files Browse the repository at this point in the history
  • Loading branch information
talves committed Jul 26, 2024
1 parent da711d3 commit 217b904
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ languages:
languageName: English
languageCode: en-US
contentDir: content/en
title: Your Site Name
description: Your Site Description
title: Teresa Alves
description: Thoughts, docs and dogs
weight: 1

params:

author:
name: Your Name
url: https://your.site
name: Teresa Alves
url: https://github.com/teresalves

themeColors:
light: '#ffffff'
dark: '#121212'

years:
start: ''
present: 2023
present: 2024

social:
github: ''
Expand Down
8 changes: 4 additions & 4 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Your Site Name</title>
<link>//localhost:56619/categories/</link>
<description>Recent content in Categories on Your Site Name</description>
<title>Categories on Teresa Alves</title>
<link>//localhost:1313/categories/</link>
<description>Recent content in Categories on Teresa Alves</description>
<generator>Hugo</generator>
<language>en-US</language>
<atom:link href="//localhost:56619/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
20 changes: 10 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.129.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=56619&amp;path=livereload" data-no-instant defer></script>
<meta name="generator" content="Hugo 0.129.0"><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 name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Your Site Description">
<meta name="author" content="Your Name">
<meta name="description" content="Thoughts, docs and dogs">
<meta name="author" content="Teresa Alves">

<title>Your Site Name · Your Site Description</title>
<title>Teresa Alves · Thoughts, docs and dogs</title>

<link rel="canonical" href="//localhost:56619/">
<link rel="canonical" href="//localhost:1313/">



Expand Down Expand Up @@ -54,7 +54,7 @@
<header id="site-header">

<div id="site-header-brand">
<a href="/">Your Site Name</a>
<a href="/">Teresa Alves</a>
</div>


Expand Down Expand Up @@ -110,8 +110,8 @@
<div id="site-main-content-wrapper">
<main>
<section class="cover">
<h1>Your Site Name</h1>
<h2>Your Site Description</h2>
<h1>Teresa Alves</h1>
<h2>Thoughts, docs and dogs</h2>


<div class="github-buttons">
Expand All @@ -130,8 +130,8 @@ <h2>Your Site Description</h2>
<footer id="site-footer">

<div id="site-footer-copyright">
<a href="https://your.site" target="_blank">
<i class="icon icon-copyright"></i> 2023 Your Name
<a href="https://github.com/teresalves" target="_blank">
<i class="icon icon-copyright"></i> 2024 Teresa Alves
</a>
</div>

Expand Down
8 changes: 4 additions & 4 deletions public/index.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Your Site Name</title>
<link>//localhost:56619/</link>
<description>Recent content on Your Site Name</description>
<title>Teresa Alves</title>
<link>//localhost:1313/</link>
<description>Recent content on Teresa Alves</description>
<generator>Hugo</generator>
<language>en-US</language>
<atom:link href="//localhost:56619/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
6 changes: 3 additions & 3 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:56619/categories/</loc>
<loc>//localhost:1313/categories/</loc>
</url><url>
<loc>//localhost:56619/tags/</loc>
<loc>//localhost:1313/tags/</loc>
</url><url>
<loc>//localhost:56619/</loc>
<loc>//localhost:1313/</loc>
</url>
</urlset>
8 changes: 4 additions & 4 deletions public/tags/index.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Your Site Name</title>
<link>//localhost:56619/tags/</link>
<description>Recent content in Tags on Your Site Name</description>
<title>Tags on Teresa Alves</title>
<link>//localhost:1313/tags/</link>
<description>Recent content in Tags on Teresa Alves</description>
<generator>Hugo</generator>
<language>en-US</language>
<atom:link href="//localhost:56619/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

0 comments on commit 217b904

Please sign in to comment.