From 9a0de12ce3217ef6e5a7e5b123be9482e62969e2 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Tue, 27 Oct 2020 09:07:51 +1100 Subject: [PATCH 01/22] Create azure-tips.html --- azure-tips.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 azure-tips.html diff --git a/azure-tips.html b/azure-tips.html new file mode 100644 index 000000000000..19200260d023 --- /dev/null +++ b/azure-tips.html @@ -0,0 +1,33 @@ + + + + + Amazing Azure Tips + + + + + + + + + + + + + + + + + + + + + + + + From 8c1d7070f275848c5e2179e8da82ce18a46b024c Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Tue, 27 Oct 2020 09:11:15 +1100 Subject: [PATCH 02/22] Update azure-tips.html --- azure-tips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-tips.html b/azure-tips.html index 19200260d023..d7d88f26b5ad 100644 --- a/azure-tips.html +++ b/azure-tips.html @@ -2,7 +2,7 @@ - Amazing Azure Tips + Amazing Azure Tips 2020 From 457fc57f727a64bb5800c31ca7f0678d91ef7c94 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Tue, 27 Oct 2020 09:17:15 +1100 Subject: [PATCH 03/22] Update azure-tips.html --- azure-tips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-tips.html b/azure-tips.html index d7d88f26b5ad..5b6de553967e 100644 --- a/azure-tips.html +++ b/azure-tips.html @@ -2,7 +2,7 @@ - Amazing Azure Tips 2020 + Amazing Azure Tips 2020 - making things easier From 6cddfb8b3108ef5d5e31fb273dfc40ed8856f00c Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Thu, 12 Nov 2020 15:00:40 +1100 Subject: [PATCH 04/22] Create skip-training-videos.html --- skip-training-videos.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 skip-training-videos.html diff --git a/skip-training-videos.html b/skip-training-videos.html new file mode 100644 index 000000000000..540937e27e79 --- /dev/null +++ b/skip-training-videos.html @@ -0,0 +1,33 @@ + + + + + How to skip the intro of any training video 2020 - making things easier + + + + + + + + + + + + + + + + + + + + + + + + From 9a0561a6b96557a402ca368ed230e0f0fe807498 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Wed, 12 May 2021 10:09:39 +1000 Subject: [PATCH 05/22] Update aboutme.md --- aboutme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aboutme.md b/aboutme.md index 3d9bf906f97b..3d765eae11cf 100644 --- a/aboutme.md +++ b/aboutme.md @@ -7,7 +7,6 @@ subtitle: What about me? My name is Stuart Eggerton. I have the following qualities: - I love to break things to understand how they work -- I'm extremely loyal to my family - I am motivated by working with and coordinating others to deliver things of value - I like Agile - I like Dev From db011f719845a1133aeefae40e0e69bf69175c4e Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Wed, 12 May 2021 10:14:31 +1000 Subject: [PATCH 06/22] add utterences --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 8b62bfc9e25c..5eac37784391 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,14 @@ }); + +
From d92dea532df3c01197db6cccfc1b73e26d51ea2b Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Wed, 12 May 2021 10:26:10 +1000 Subject: [PATCH 07/22] Update index.html --- index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.html b/index.html index 5eac37784391..8b62bfc9e25c 100644 --- a/index.html +++ b/index.html @@ -22,14 +22,6 @@ }); - -
From e5c35d83b36102d5bb50ed50b78326441ae01f3a Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Wed, 12 May 2021 10:31:55 +1000 Subject: [PATCH 08/22] Update footer.html --- _includes/footer.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/footer.html b/_includes/footer.html index 2f4a7f058baf..6b653160ef5c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -40,6 +40,15 @@ {% endif %} {% endif%}

+ + +

Theme by From 285eb6104f7fc55327a904fdfbdf46d5a345cd3e Mon Sep 17 00:00:00 2001 From: gitstua Date: Mon, 17 May 2021 11:18:45 +1000 Subject: [PATCH 09/22] quick post as sample azure ADO cli extension --- _posts/2021-05-17-azure-devops-repos.md | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _posts/2021-05-17-azure-devops-repos.md diff --git a/_posts/2021-05-17-azure-devops-repos.md b/_posts/2021-05-17-azure-devops-repos.md new file mode 100644 index 000000000000..ccd980f04478 --- /dev/null +++ b/_posts/2021-05-17-azure-devops-repos.md @@ -0,0 +1,52 @@ +--- +layout: post +published: true +title: List Azure DevOps Repos +date: '2021-05-17' +subtitle: Example of how to interact with Azure DevOps using the Azure CLI Example +--- + +## Problem +How do I get all the URLs for my repos in Azure DevOps? + +## Solution +Use the [Azure DevOps CLI extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops#:~:text=%20To%20start%20using%20the%20Azure%20DevOps%20extension,you%20set%20the%20default%20configuration%20for...%20More%20) + +This is a sample PowerShell script + +``` +param( [string]$Organization ) + +$orgUrl = "https://dev.azure.com/$Organization" + +# Ensure signed in to Azure +$AccountInfo = az account show 2>&1 +try { + $AccountInfo = $AccountInfo | ConvertFrom-Json -ErrorAction Stop +} +catch { + az login --allow-no-subscriptions +} + +$DevOpsExtension = az extension list --query '[?name == ''azure-devops''].name' -o tsv +if ($null -eq $DevOpsExtension) { + $null = az extension add --name 'azure-devops' +} + +$Projects = az devops project list --organization $orgUrl --query 'value[].name' -o tsv +foreach ($Proj in $Projects) { + $Repos = az repos list --organization $orgUrl --project $Proj | ConvertFrom-Json + foreach ($Repo in $Repos) { + Write-Output $Repo.webUrl + } +}``` + +Here is some sample output which you can use. +``` +PS C:\Dev\ado-api> & .\getRepos.ps1 +https://dev.azure.com/exampleorg/java-jsf1/_git/java-jsf1 +https://dev.azure.com/exampleorg/Jan2021Example/_git/Jan2021Example +https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag``` +## Credits +Thanks to Simon Wahlinfor the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/) + From 8edb4cd44599aaf51e13731331e2e4cd60b869d9 Mon Sep 17 00:00:00 2001 From: gitstua Date: Mon, 17 May 2021 11:21:14 +1000 Subject: [PATCH 10/22] quick post as sample azure ADO cli extension - fix --- _posts/2021-05-17-azure-devops-repos.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_posts/2021-05-17-azure-devops-repos.md b/_posts/2021-05-17-azure-devops-repos.md index ccd980f04478..83dce5f709c7 100644 --- a/_posts/2021-05-17-azure-devops-repos.md +++ b/_posts/2021-05-17-azure-devops-repos.md @@ -39,14 +39,16 @@ foreach ($Proj in $Projects) { foreach ($Repo in $Repos) { Write-Output $Repo.webUrl } -}``` +} +``` -Here is some sample output which you can use. +Here is a sample showing output. ``` PS C:\Dev\ado-api> & .\getRepos.ps1 https://dev.azure.com/exampleorg/java-jsf1/_git/java-jsf1 https://dev.azure.com/exampleorg/Jan2021Example/_git/Jan2021Example -https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag``` +https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag +``` ## Credits Thanks to Simon Wahlinfor the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/) From 5af0cb625744a2893055a901927cb0f13e2dd228 Mon Sep 17 00:00:00 2001 From: gitstua Date: Mon, 17 May 2021 11:27:09 +1000 Subject: [PATCH 11/22] quick post as sample azure ADO cli extension - fix --- _posts/2021-05-17-azure-devops-repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-05-17-azure-devops-repos.md b/_posts/2021-05-17-azure-devops-repos.md index 83dce5f709c7..e7980a79d5bb 100644 --- a/_posts/2021-05-17-azure-devops-repos.md +++ b/_posts/2021-05-17-azure-devops-repos.md @@ -50,5 +50,5 @@ https://dev.azure.com/exampleorg/Jan2021Example/_git/Jan2021Example https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag ``` ## Credits -Thanks to Simon Wahlinfor the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/) +Thanks to Simon Wahlin for the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/) From db1b06a8296e4aad8b7b6587cbad5c363843623e Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Mon, 17 May 2021 22:07:12 +1000 Subject: [PATCH 12/22] Create loaderio-497f77b1410cdb263ffbf690fdc53e78.txt --- loaderio-497f77b1410cdb263ffbf690fdc53e78.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 loaderio-497f77b1410cdb263ffbf690fdc53e78.txt diff --git a/loaderio-497f77b1410cdb263ffbf690fdc53e78.txt b/loaderio-497f77b1410cdb263ffbf690fdc53e78.txt new file mode 100644 index 000000000000..d9a4fa28d2a9 --- /dev/null +++ b/loaderio-497f77b1410cdb263ffbf690fdc53e78.txt @@ -0,0 +1 @@ +loaderio-497f77b1410cdb263ffbf690fdc53e78 From 2f9d18973d16a9899d1fbe75a1f82abb3ee77bd2 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Mon, 24 May 2021 20:04:56 +1000 Subject: [PATCH 13/22] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-icy-field-0bd9e4d00.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml diff --git a/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml b/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml new file mode 100644 index 000000000000..6519b7f72e1d --- /dev/null +++ b/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} + action: "close" From a06e0d605b4ff56b47294ce3ec828e2997df6298 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Tue, 20 Jul 2021 00:43:51 +0000 Subject: [PATCH 14/22] quick post on cleaning up secrets being shared to repo --- ...re-static-web-apps-icy-field-0bd9e4d00.yml | 90 +++++++++---------- ...21-07-20-remove-sensitive-github-commit.md | 15 ++++ 2 files changed, 60 insertions(+), 45 deletions(-) create mode 100644 _posts/2021-07-20-remove-sensitive-github-commit.md diff --git a/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml b/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml index 6519b7f72e1d..7228c44668b3 100644 --- a/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml +++ b/.github/workflows/azure-static-web-apps-icy-field-0bd9e4d00.yml @@ -1,45 +1,45 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - main - -jobs: - build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest - name: Build and Deploy Job - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: "upload" - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/" # App source code path - api_location: "api" # Api source code path - optional - output_location: "" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### - - close_pull_request_job: - if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest - name: Close Pull Request Job - steps: - - name: Close Pull Request - id: closepullrequest - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} - action: "close" +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_FIELD_0BD9E4D00 }} + action: "close" diff --git a/_posts/2021-07-20-remove-sensitive-github-commit.md b/_posts/2021-07-20-remove-sensitive-github-commit.md new file mode 100644 index 000000000000..3274103f9269 --- /dev/null +++ b/_posts/2021-07-20-remove-sensitive-github-commit.md @@ -0,0 +1,15 @@ +--- +layout: post +published: true +title: Keep your secrets out of your source code +date: '2021-07-20' +subtitle: Protect your secrets and clean up if you accidentally over share +--- + +## Problem +We accidentally committed our secrets (password or secret key) to GitHub + +## Solution +1. Prevent secrets from being committed: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository#avoiding-accidental-commits-in-the-future +2. Clean up: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository + From 0115e2e948c6efcd83221ad2606fca2e5173fe35 Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Tue, 20 Jul 2021 00:48:43 +0000 Subject: [PATCH 15/22] fix links --- _posts/2021-07-20-remove-sensitive-github-commit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2021-07-20-remove-sensitive-github-commit.md b/_posts/2021-07-20-remove-sensitive-github-commit.md index 3274103f9269..1c2f8cb8e784 100644 --- a/_posts/2021-07-20-remove-sensitive-github-commit.md +++ b/_posts/2021-07-20-remove-sensitive-github-commit.md @@ -10,6 +10,6 @@ subtitle: Protect your secrets and clean up if you accidentally over share We accidentally committed our secrets (password or secret key) to GitHub ## Solution -1. Prevent secrets from being committed: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository#avoiding-accidental-commits-in-the-future -2. Clean up: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository +1. Prevent secrets from being committed: [avoid accidental commits](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository#avoiding-accidental-commits-in-the-future) +2. Clean up: Either use [BFG](https://stuarteggerton.com/2021-07-20-remove-sensitive-github-commit/) or see other methods to [remove sensitive data using](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository) From c551336b90898fc8664498b6736629caf4443426 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Wed, 8 Dec 2021 19:20:24 +0000 Subject: [PATCH 16/22] updated gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72e4fbb805c7..aab9a53b94a7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,10 @@ _site # general .DS_Store Thumbs.db -ehthumbs.db \ No newline at end of file +ehthumbs.db + +# Azurite +__azurite_db_blob__.json +__azurite_db_blob_extent__.json + +__blobstorage__/ \ No newline at end of file From 1d51469899c9610e2c4ea6566fd2f28cd379b432 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Sun, 21 Aug 2022 11:46:05 +1000 Subject: [PATCH 17/22] Update skip-training-videos.html --- skip-training-videos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skip-training-videos.html b/skip-training-videos.html index 540937e27e79..573503bc1f40 100644 --- a/skip-training-videos.html +++ b/skip-training-videos.html @@ -23,7 +23,7 @@

You need to enable JavaScript...../

From 20738f82f679c3c9f997ae426711924e6d3aa7a7 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Thu, 8 Sep 2022 19:11:47 +1000 Subject: [PATCH 18/22] Create Dads-mental-health.html --- Dads-mental-health.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Dads-mental-health.html diff --git a/Dads-mental-health.html b/Dads-mental-health.html new file mode 100644 index 000000000000..70f328f03091 --- /dev/null +++ b/Dads-mental-health.html @@ -0,0 +1,33 @@ + + + + + Mental health retreat for dads + + + + + + + + + + + + + + + + + + + + + + + + From e02ed73032c5036e0ba54d17e39ea79ec5fe19f4 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Mon, 31 Oct 2022 21:54:58 +1100 Subject: [PATCH 19/22] add mastodon --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index b98feb5101eb..0b70d82ff0d7 100644 --- a/_config.yml +++ b/_config.yml @@ -81,6 +81,7 @@ social-network-links: linkedin: seggerton # xing: yourname stackoverflow: "3045411/stuarteggertonagilecoder" + mastodon: "https://mastodon.online/@cloudy_stuey" # snapchat: deanat78 # instagram: deanat78 # youtube: user/deanat78 From 7d3dc75fc40367bf5e9a4348b88a61f558094387 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Mon, 31 Oct 2022 11:10:04 +0000 Subject: [PATCH 20/22] add mastodon social --- _data/SocialNetworks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/SocialNetworks.yml b/_data/SocialNetworks.yml index d0a263502d1b..9ae5a116f967 100644 --- a/_data/SocialNetworks.yml +++ b/_data/SocialNetworks.yml @@ -21,6 +21,11 @@ twitter: baseURL: "https://twitter.com/" icon: "fa-twitter" +mastodon: + name: "Mastodon" + baseURL: "https://mastodon.online/" + icon: "fa-brands fa-mastodon" + reddit: name: "Reddit" baseURL: "https://reddit.com/u/" From eed86f7b4f72d23596a5a65e1c1b3181287d8ac1 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Mon, 31 Oct 2022 11:13:41 +0000 Subject: [PATCH 21/22] add mastodon socia fixl --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0b70d82ff0d7..d7f5579167c1 100644 --- a/_config.yml +++ b/_config.yml @@ -81,7 +81,7 @@ social-network-links: linkedin: seggerton # xing: yourname stackoverflow: "3045411/stuarteggertonagilecoder" - mastodon: "https://mastodon.online/@cloudy_stuey" + mastodon: "@cloudy_stuey" # snapchat: deanat78 # instagram: deanat78 # youtube: user/deanat78 From f2274261c100eca0ba4e0d25a8c9d69cae764022 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Tue, 1 Nov 2022 12:52:40 +1100 Subject: [PATCH 22/22] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414ea7aab14a..4f00c956eaa0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > *Copyright 2018 [Dean Attali](http://deanattali.com)* -**Beautiful Jekyll** is a ready-to-use template to help you create an awesome website quickly. Perfect for personal sites, blogs, or simple project websites. [Check out a demo](http://deanattali.com/beautiful-jekyll) of what you'll get after just two minutes. You can also look at [my personal website](http://deanattali.com) to see it in use, or see examples of websites other people created using this theme [here](#showcased-users-success-stories). +**Beautiful Jekyll** is a ready-to-use template to help you create an awesome website quickly. Perfect for personal sites, blogs, or simple project websites. [Check out a demo](http://deanattali.com/beautiful-jekyll) of what you'll get after just two minutes. You can also look at [my personal website](http://deanattali.com) to see it in use, or see examples of websites other people created using this theme [here](#showcased-users-success-stories).. **If you enjoy this theme, please consider [supporting me](https://www.paypal.me/daattali/20) for developing and maintaining this template.**