From ccb389048417d6d0173db08e4063855dc8322807 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 8 Oct 2024 16:17:19 +0100 Subject: [PATCH] Update project description --- src/data/projects/github-actions-deployment-workflow.md | 2 +- src/data/projects/log-archive-tool.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/projects/github-actions-deployment-workflow.md b/src/data/projects/github-actions-deployment-workflow.md index 0017c94ab..1aced3a92 100644 --- a/src/data/projects/github-actions-deployment-workflow.md +++ b/src/data/projects/github-actions-deployment-workflow.md @@ -33,7 +33,7 @@ Here are the steps to get you started: - Every push to the `main` branch that changes the `index.html` file should trigger the workflow to run and deploy the website to [GitHub Pages](https://docs.github.com/en/pages). - Website and any changes you make should be accessible at the GitHub pages URL for the repository e.g. `https://.github.io/gh-deployment-workflow/`. -Stretch goal: create your personal portfolio and deploy it to GitHub Pages. Also, set up a custom domain for your portfolio. +Stretch goal: You can also make this project more practical e.g. use some sort of a static site generator such as [Hugo](https://gohugo.io/), [Jekyll](https://jekyllrb.com/), [Astro](https://astro.build/) or similar generator to create a more complex website e.g. your own personal portfolio.
diff --git a/src/data/projects/log-archive-tool.md b/src/data/projects/log-archive-tool.md index d96dd50ca..84289b8a2 100644 --- a/src/data/projects/log-archive-tool.md +++ b/src/data/projects/log-archive-tool.md @@ -1,6 +1,6 @@ --- title: 'Log Archive Tool' -description: 'Build a tool to archive logs from the CLI.' +description: 'Build a tool to archive logs from the CLI with the date and time.' isNew: false sort: 2 difficulty: 'beginner' @@ -11,7 +11,7 @@ skills: - 'shell scripting' seo: title: 'Log Archive Tool' - description: 'Build a tool to archive logs from the CLI.' + description: 'Build a tool to archive logs from the CLI with the date and time.' keywords: - 'log archive tool' - 'devops project idea'