Skip to content

Commit

Permalink
Update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 21, 2023
1 parent ed9cbda commit 7c68e60
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 658 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
public/
resources/
hugo_stats.json
hugo_stats.json
.hugo_build.lock
Empty file added .hugo_build.lock
Empty file.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"autoHide.autoHidePanel": false
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/bep/hugo-starter-tailwind-basic/v2

go 1.15
go 1.19
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<article class="prose lg:prose-xl">
<h1 class="text-4xl">
{{ .Title }}
{{ .Title }}!!
</h1>
{{ .Content }}
</article>
Expand Down
Loading

0 comments on commit 7c68e60

Please sign in to comment.