Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
aselkk committed Feb 11, 2024
1 parent c07aaaa commit 6ff367f
Show file tree
Hide file tree
Showing 103 changed files with 130 additions and 192 deletions.
Binary file added .DS_Store
Binary file not shown.
36 changes: 0 additions & 36 deletions .github/workflows/deploy.yml

This file was deleted.

77 changes: 77 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: 3City UG Site Deployment

on:
# Runs on pushes targeting the default branch
push:
branches:
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

# Default to bash
defaults:
run:
shell: bash

jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.122.0
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
21 changes: 1 addition & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock

# local IDE
*.code-workspace

# DS_Store
.DS_Store
.vscode
resources/
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "themes/awsug"]
path = themes/awsug
url = https://github.com/kkeles/awsug-hugo.git
branch = v1.2.0
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![AWS User Groups Logo](./img/uglogo.png)
![AWS User Groups Logo](./img/uglogo.png)
# Website Template for AWS User Groups

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions assets/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ header {
header img {
/* UG Logo image */
margin-left: 2%;
width: 250px;
width: 99px;
height: auto;
}

Expand Down Expand Up @@ -119,7 +119,7 @@ header img {
}

.footer-right img {
width: 200px;
width: 99px;
height: auto;
}

Expand Down
Binary file added content/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added content/events/2023-06/2023-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title = 'June 2023 Session'
eventURL = 'https://www.meetup.com/berlinawsug/events/293551033/'
bannerURL = ''
eventDate = 2023-06-06
eventTime = "18:30"
eventHost = "Nordcloud"
eventDate = 2023-06-29
eventTime = "18:00"
eventHost = "The Rolling Scopes"
draft = false
+++
First event text
Binary file added content/events/2023-06w/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+++
title = 'January 2024 Workshop'
title = 'Getting started with serverless'
eventURL = 'https://www.meetup.com/berlinawsug/events/298275950/'
bannerURL = ''
eventDate = 2024-01-25
eventTime = "18:30"
eventHost = "Adesso SE"
eventDate = 2023-06-22
eventTime = "18:00"
eventHost = "The Rolling scopes"
draft = false
+++
First event text
Binary file added content/events/2023-09/2023-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions content/events/2023-09/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
+++
title = 'September 2023 Session'
eventURL = 'https://wearecommunity.io/communities/aws3city/events'
bannerURL = ''
eventDate = 2023-09-07
eventTime = "18:00"
eventHost = "The Rolling Scopes"
draft = false
+++
First event text
Binary file added content/events/2023-10/2023-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ eventURL = 'https://www.meetup.com/berlinawsug/events/296376716/'
bannerURL = ''
eventDate = 2023-10-10
eventTime = "18:30"
eventHost = "Y42 and DoiT International"
eventHost = "The Rolling Scopes"
draft = false
+++
First event text
Binary file added content/events/2023-11/2023-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions content/events/2023-11/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
+++
title = 'November 2023 Session'
eventURL = 'https://wearecommunity.io/events/aws-3city-meetup4'
bannerURL = ''
eventDate = 2023-11-28
eventTime = "18:00"
eventHost = "The Rolling Scopes"
draft = false
+++
First event text
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion exampleSite/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions exampleSite/content/blog/my-first-post.md

This file was deleted.

13 changes: 0 additions & 13 deletions exampleSite/content/blog/my-last-post.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-05/2023-05.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-05/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-06/2023-06.png
Binary file not shown.
Binary file removed exampleSite/content/events/2023-07/2023-07.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-07/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-08/2023-08.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-08/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-09/2023-09.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-09/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-10/2023-10.png
Binary file not shown.
Binary file removed exampleSite/content/events/2023-11/2023-11.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-11/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2023-12/2023-12.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2023-12/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2024-01/banner.png
Binary file not shown.
10 changes: 0 additions & 10 deletions exampleSite/content/events/2024-01/index.md

This file was deleted.

Binary file removed exampleSite/content/events/2024-01w/banner.png
Binary file not shown.
6 changes: 3 additions & 3 deletions exampleSite/hugo.toml → hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://aws-user-group.berlin/'
baseURL = 'https://aws-user-group.3city/'
languageCode = 'en-us'
title = 'AWS User Group Berlin'
title = 'AWS User Group 3City'
theme = "awsug"
summaryLength = '35'

Expand Down Expand Up @@ -35,5 +35,5 @@ summaryLength = '35'

[[deployment.targets]]
name = "production"
URL = "s3://aws-user-group.berlin?region=eu-central-1"
URL = "s3://aws-user-group.3city?region=eu-central-1"
cloudFrontDistributionID = "E2RPNIMVK40BRV"
File renamed without changes.
2 changes: 1 addition & 1 deletion layouts/1-home/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<div class="home">
<!-- prettier-ignore -->
{{ partial "landing.html" (dict "landingSlogan" "Where everything matters" "landingSubSlogan" "A community you can learn all about AWS" "landingText" "Since 2013, every month we are organizing at least one session to educate, network and get inspired. It’s our pleasure to have you with us on our next session and contribute to our community. Various topics include AWS native solutions, DevOps, Data, Development and more." )}}
{{ partial "landing.html" (dict "landingSlogan" "Where everything matters" "landingSubSlogan" "A community you can learn all about AWS" "landingText" "The purpose of the group is to share knowledge about AWS services and general cloud computing, AI, and DevOps between users, professionals, and AWS experts in the 3city area. Anyone who is interested in learning more about AWS can join the group." )}}
{{ partial "sponsors.html" .}}
{{ partial "action.html" .}}
{{ partial "feedback.html" .}}
Expand Down
Loading

0 comments on commit 6ff367f

Please sign in to comment.