Skip to content

Commit 91177a3

Browse files
authored
Merge pull request #6 from Golang-Venezuela/feat/comming_soon_background
add svg icons
2 parents c4213b2 + d48ffa7 commit 91177a3

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

hugo.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ theme: coming-soon
66
params:
77
title: "Golang Venezuela"
88
description: "Falta poco para el lanzamiento de nuestra nueva web"
9-
favicon: ""
109
message: "COMING SOON!"
11-
release: "March 3, 2025"
10+
release: "May 3, 2025"
1211
background: ""
1312

1413
socialIcons:

public/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on Golang Venezuela</title>
5-
<link>https://golang-ve.github.io/categories/</link>
5+
<link>http://localhost:1313/categories/</link>
66
<description>Recent content in Categories on Golang Venezuela</description>
77
<generator>Hugo</generator>
88
<language>es-ve</language>
9-
<atom:link href="https://golang-ve.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/favicon.ico

-15 KB
Binary file not shown.

public/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.143.1">
4+
<meta name="generator" content="Hugo 0.143.1"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Golang Venezuela</title>
8-
<link rel="canonical" href="https://golang-ve.github.io/">
8+
<link rel="canonical" href="http://localhost:1313/">
99

10-
<link rel="icon" type="image/x-icon" href="/favicon.ico">
10+
<link rel="icon" type="image/x-icon" href="svg/icons/favicon.ico">
1111

1212
<link rel="stylesheet" href="/css/styles.css">
1313
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
@@ -30,7 +30,7 @@ <h1>COMING SOON!</h1>
3030

3131
<hr>
3232
<p id="demo"></p>
33-
<div id="countdown" data-release="March 3, 2025"></div>
33+
<div id="countdown" data-release="May 3, 2025"></div>
3434
</div>
3535
<div class="bottomleft">
3636
<p>
@@ -46,7 +46,7 @@ <h1>COMING SOON!</h1>
4646

4747
<a href="https://github.com/Golang-Venezuela"
4848
>
49-
<img src="https://golang-ve.github.io//svg/icons/github.svg" alt="test" />
49+
<img src="http://localhost:1313//svg/icons/github.svg" alt="test" />
5050
</a>
5151
</li>
5252

public/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Golang Venezuela</title>
5-
<link>https://golang-ve.github.io/</link>
5+
<link>http://localhost:1313/</link>
66
<description>Recent content on Golang Venezuela</description>
77
<generator>Hugo</generator>
88
<language>es-ve</language>
9-
<atom:link href="https://golang-ve.github.io/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
5-
<loc>https://golang-ve.github.io/categories/</loc>
5+
<loc>http://localhost:1313/categories/</loc>
66
</url><url>
7-
<loc>https://golang-ve.github.io/</loc>
7+
<loc>http://localhost:1313/</loc>
88
</url><url>
9-
<loc>https://golang-ve.github.io/tags/</loc>
9+
<loc>http://localhost:1313/tags/</loc>
1010
</url>
1111
</urlset>
41.5 KB
Loading
226 KB
Loading
37.3 KB
Loading

public/svg/icons/favicon-16x16.png

769 Bytes
Loading

0 commit comments

Comments
 (0)