Skip to content

Commit 7ba2279

Browse files
committed
fix:
- add enviroment for deployment - change a few colors backgroound for visual impact
1 parent e6c42df commit 7ba2279

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

.github/workflows/deploy-development.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
path: ./public
4949

5050
deploy:
51+
environment:
52+
name: github-pages
53+
url: ${{ steps.deployment.outputs.page_url }}
5154
runs-on: ubuntu-latest
5255
needs: build
5356
steps:

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>http://localhost:33119/webpage/categories/</link>
5+
<link>http://localhost:1313/webpage/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="http://localhost:33119/webpage/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/webpage/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="es-ve" class="dark">
3-
<head><script src="/webpage/livereload.js?mindelay=10&amp;v=2&amp;port=33119&amp;path=webpage/livereload" data-no-instant defer></script>
3+
<head><script src="/webpage/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=webpage/livereload" data-no-instant defer></script>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Golang Venezuela</title>
@@ -40,7 +40,7 @@
4040
}
4141
</script>
4242

43-
<link rel="stylesheet" href="http://localhost:33119/webpage/css/styles.min.27cb3ae1275d5d7dd082ff6624386ee215ccc9a3af4c82b5514369f2e0d99daf.css">
43+
<link rel="stylesheet" href="http://localhost:1313/webpage/css/styles.min.27cb3ae1275d5d7dd082ff6624386ee215ccc9a3af4c82b5514369f2e0d99daf.css">
4444
</head>
4545
<body class="font-sans antialiased">
4646

@@ -75,7 +75,7 @@
7575
<section class="py-20 px-4">
7676
<div class="container mx-auto text-center">
7777
<div class="max-w-4xl mx-auto">
78-
<h1 class="text-6xl md:text-8xl font-bold mb-6 text-balance">
78+
<h1 class="text-6xl md:text-8xl font-bold mb-6 text-balance text-white">
7979
aprende <span class="text-primary">golang</span> en español.
8080
</h1>
8181
<p class="text-xl md:text-2xl text-muted-foreground mb-8 text-pretty">

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>http://localhost:33119/webpage/</link>
5+
<link>http://localhost:1313/webpage/</link>
66
<description>Recent content on Golang Venezuela</description>
77
<generator>Hugo</generator>
88
<language>es-ve</language>
9-
<atom:link href="http://localhost:33119/webpage/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/webpage/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>http://localhost:33119/webpage/categories/</loc>
5+
<loc>http://localhost:1313/webpage/categories/</loc>
66
</url><url>
7-
<loc>http://localhost:33119/webpage/</loc>
7+
<loc>http://localhost:1313/webpage/</loc>
88
</url><url>
9-
<loc>http://localhost:33119/webpage/tags/</loc>
9+
<loc>http://localhost:1313/webpage/tags/</loc>
1010
</url>
1111
</urlset>

public/tags/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>Tags on Golang Venezuela</title>
5-
<link>http://localhost:33119/webpage/tags/</link>
5+
<link>http://localhost:1313/webpage/tags/</link>
66
<description>Recent content in Tags on Golang Venezuela</description>
77
<generator>Hugo</generator>
88
<language>es-ve</language>
9-
<atom:link href="http://localhost:33119/webpage/tags/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/webpage/tags/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

themes/golang-ve/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<section class="py-20 px-4">
3131
<div class="container mx-auto text-center">
3232
<div class="max-w-4xl mx-auto">
33-
<h1 class="text-6xl md:text-8xl font-bold mb-6 text-balance">
33+
<h1 class="text-6xl md:text-8xl font-bold mb-6 text-balance text-white">
3434
aprende <span class="text-primary">golang</span> en español.
3535
</h1>
3636
<p class="text-xl md:text-2xl text-muted-foreground mb-8 text-pretty">

0 commit comments

Comments
 (0)