Skip to content

Commit b6ec890

Browse files
authored
Merge branch 'main' into main
2 parents 74eae7b + e86b5a1 commit b6ec890

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

bin/netlify-production.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# npm rebuild
1+
#!/bin/bash
2+
23
hugo version
3-
hugo --theme=devopsdays-theme --buildDrafts=false --baseURL="$URL/"
4-
# gulp
4+
hugo --environment=production --theme=devopsdays-theme --minify --templateMetrics --logLevel info --buildDrafts=false --baseURL="$URL/"
5+
CSSFINGERPRINTED=$(ls public/css/site.min.*.css)
6+
cp -f $CSSFINGERPRINTED public/css/site.css

bin/netlify.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/bin/bash
2+
13
hugo version
2-
hugo --theme=devopsdays-theme --buildDrafts=false --baseURL="$DEPLOY_PRIME_URL"
3-
cp bin/staging-robots.txt public/robots.txt
4+
hugo --environment=development --theme=devopsdays-theme --buildDrafts=false --templateMetrics --templateMetricsHints --printMemoryUsage --printPathWarnings --printUnusedTemplates --printI18nWarnings --logLevel debug --baseURL="$DEPLOY_PRIME_URL"
5+
cp bin/staging-robots.txt public/robots.txt
6+
CSSFINGERPRINTED=$(ls public/css/site.min.*.css)
7+
cp -fv $CSSFINGERPRINTED public/css/site.css

content/events/2025-recife/local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Description = "Local - Devopsdays Recife 2025"
88

99
<h1>Local do evento</h1>
1010
<br>
11-
<h3><strong>Centro de Convençoes - Teatro Ribeira - Av. Prof. Andrade Bezerra, S/N, Olinda - PE</strong></h3>
11+
<h3><strong>Recife Expo Center - Cais Santa Rita, 156 - São José, Recife - PE</strong></h3>
1212
<a href="https://maps.app.goo.gl/eHqYG9qVDwnm12KcA">Map</a>
1313

1414

1515
{{< event_map >}}
1616

17-
<p></p>
17+
<p></p>

data/events/2025/recife/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ registration_link: "" # If you have a custom registration link, enter it here. T
3333
# Location
3434
#
3535
coordinates: "" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
36-
location: "Centro de Convençoes - Teatro Ribeira" # Defaults to city, but you can make it the venue name.
37-
location_address: "Av. Prof. Andrade Bezerra, S/N, Olinda - PE" #Optional - use the street address of your venue. This will show up on the welcome page if set.
36+
location: "Recife Expo Center" # Defaults to city, but you can make it the venue name.
37+
location_address: "Cais Santa Rita, 156 - São José, Recife - PE" #Optional - use the street address of your venue. This will show up on the welcome page if set.
3838

3939

4040
nav_elements: # List of pages you want to show up in the navigation of your page.

0 commit comments

Comments
 (0)