Skip to content

Commit f054a0e

Browse files
committed
change dev env
1 parent be0991e commit f054a0e

File tree

15 files changed

+231
-8
lines changed

15 files changed

+231
-8
lines changed

Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.PHONY: watch
2+
watch:
3+
@hugo server -F --disableFastRender --gc --watch
4+
5+
.PHONY: watchdraft
6+
watchdraft:
7+
@hugo server -D -F --disableFastRender --gc --watch
8+
9+
.PHONY: build
10+
build:
11+
@BURL="https://edmontongo.org"; \
12+
echo "$${BURL}"; \
13+
export HUGO_ENVIRONMENT="production"; \
14+
export HUGO_ENV="production"; \
15+
hugo --gc --minify -F -b "$${BURL}"

build.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/meetup/2025-06.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/3078
1414

1515
We are back in person! Join us for a discussion on the latest features of Go and how they can be applied to your projects.
1616

17+
### Why Go?
18+
19+
Reasons why Go is an excellent choice for your project.
20+
21+
[presentation]({{< preslink pres="2025-06/why-go" >}})
22+
23+
### Why Not Go?
24+
25+
Reasons not to use Go for your project.
26+
27+
[presentation]({{< preslink pres="2025-06/why-not-go" >}})
28+
1729
## Future Topics Discussion
1830

1931
Open discussion on topic for future talks, workshops, activities.

content/meetup/2025-07.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: July 2025 Go Meetup
3+
date: "2025-07-16"
4+
draft: false
5+
tags: ["go", "discussion"]
6+
meetnumber: 76
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Hello, World! Your first Go program
20+
21+
We will break down the basic of setting up a Go development environment.
22+
Also we will look at the basics parts of a Go program
23+
24+
### Go Todo
25+
26+
Look into a simple Go web-based todo app.
27+
28+
## Future Topics Discussion
29+
30+
Open discussion on topic for future talks, workshops, activities.
31+
32+
## Events
33+
34+
* {{< nextmeet >}}

content/meetup/2025-08.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "August 2025 Go Meetup"
3+
date: "2025-08-20"
4+
draft: true
5+
tags: ["go", "discussion"]
6+
meetnumber: 77
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Talk 1
20+
21+
Talk 1 synopsis
22+
23+
### Talk 2
24+
25+
Talk 2 synopsis
26+
27+
## Future Topics Discussion
28+
29+
Open discussion on topic for future talks, workshops, activities.
30+
31+
## Events
32+
33+
* {{< nextmeet >}}

content/meetup/2025-09.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "September 2025 Go Meetup"
3+
date: "2025-09-17"
4+
draft: true
5+
tags: ["go", "discussion"]
6+
meetnumber: 77
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Talk 1
20+
21+
Talk 1 synopsis
22+
23+
### Talk 2
24+
25+
Talk 2 synopsis
26+
27+
## Future Topics Discussion
28+
29+
Open discussion on topic for future talks, workshops, activities.
30+
31+
## Events
32+
33+
* {{< nextmeet >}}

content/meetup/2025-10.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "October 2025 Go Meetup"
3+
date: "2025-10-15"
4+
draft: true
5+
tags: ["go", "discussion"]
6+
meetnumber: 77
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Talk 1
20+
21+
Talk 1 synopsis
22+
23+
### Talk 2
24+
25+
Talk 2 synopsis
26+
27+
## Future Topics Discussion
28+
29+
Open discussion on topic for future talks, workshops, activities.
30+
31+
## Events
32+
33+
* {{< nextmeet >}}

content/meetup/2025-11.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "November 2025 Go Meetup"
3+
date: "2025-11-19"
4+
draft: true
5+
tags: ["go", "discussion"]
6+
meetnumber: 77
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Talk 1
20+
21+
Talk 1 synopsis
22+
23+
### Talk 2
24+
25+
Talk 2 synopsis
26+
27+
## Future Topics Discussion
28+
29+
Open discussion on topic for future talks, workshops, activities.
30+
31+
## Events
32+
33+
* {{< nextmeet >}}

content/meetup/2025-12.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "December 2025 Go Meetup"
3+
date: "2025-12-17"
4+
draft: true
5+
tags: ["go", "discussion"]
6+
meetnumber: 77
7+
---
8+
9+
Meetup {{< meetnumber >}} {{< meetdate >}} in person at [Edmonton Unlimited](https://edmontonunlimited.com/) at 6:00 pm.
10+
11+
Please **RSVP** at [Meetup](https://www.meetup.com/edmontonunlimited/events/307855771/)
12+
13+
## News
14+
15+
- [golangweekly.com latest](https://golangweekly.com/latest)
16+
17+
## Agenda
18+
19+
### Talk 1
20+
21+
Talk 1 synopsis
22+
23+
### Talk 2
24+
25+
Talk 2 synopsis
26+
27+
## Future Topics Discussion
28+
29+
Open discussion on topic for future talks, workshops, activities.
30+
31+
## Events
32+
33+
* {{< nextmeet >}}

layouts/shortcodes/meetdate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
on {{ dateFormat "January 02" .Page.Date }}
1+
on {{ .Page.Date.Format "January 02" }}

0 commit comments

Comments
 (0)