diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index fde3be2..fba98e4 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.120.2 + HUGO_VERSION: 0.145.0 steps: - name: Install Hugo CLI run: | diff --git a/content/projects/_index.md b/content/projects/_index.md index 598d277..b874a28 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,9 +1,9 @@ --- -title: "Projects" +title: 'Projects' description: 'List of project that Hazem Krimi created or worked on' date: 2023-10-18 --- ## Projects -These are all the projects I worked on personally and professionally. \ No newline at end of file +These are all the projects I worked on personally and professionally. diff --git a/content/projects/discord-bot.md b/content/projects/discord-bot.md index 33e6467..a643d5c 100644 --- a/content/projects/discord-bot.md +++ b/content/projects/discord-bot.md @@ -1,6 +1,6 @@ --- title: 'Discord Bot' description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites' -source: "https://github.com/hazemKrimi/discord-bot" +source: 'https://github.com/hazemKrimi/discord-bot' date: 2020-03-10 ---- \ No newline at end of file +--- diff --git a/content/projects/hack-assembler.md b/content/projects/hack-assembler.md index 86dfd14..8c51813 100644 --- a/content/projects/hack-assembler.md +++ b/content/projects/hack-assembler.md @@ -1,6 +1,6 @@ --- title: 'Assembler' description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust' -source: "https://github.com/hazemKrimi/hack-assembler" +source: 'https://github.com/hazemKrimi/hack-assembler' date: 2024-03-10 ---- \ No newline at end of file +--- diff --git a/content/projects/jack-vm-translator.md b/content/projects/jack-vm-translator.md index 79eb628..13c4707 100644 --- a/content/projects/jack-vm-translator.md +++ b/content/projects/jack-vm-translator.md @@ -1,6 +1,6 @@ --- title: 'VM Translator' description: 'VM Translator from The Jack language VM code to The Hack language assembly code as part of the Nand to Tetris course' -source: "https://github.com/hazemKrimi/jack-vm-translator" +source: 'https://github.com/hazemKrimi/jack-vm-translator' date: 2024-05-05 ---- \ No newline at end of file +--- diff --git a/content/projects/touch-programming.md b/content/projects/touch-programming.md new file mode 100644 index 0000000..6381b7f --- /dev/null +++ b/content/projects/touch-programming.md @@ -0,0 +1,7 @@ +--- +title: 'Touch Programming' +description: 'Master touch typing with real code snippets from your favorite programming languages, powered by AI.' +source: 'https://github.com/hazemKrimi/touch-programming' +demo: 'https://touch-programming.hazemkrimi.tech' +date: 2025-02-28 +--- diff --git a/hugo.toml b/hugo.toml index 10dc782..1e1f8a1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,15 +1,16 @@ baseURL = 'https://hazemkrimi.tech' languageCode = 'en' title = 'Hazem Krimi' -paginate = 5 +[pagination] + pagerSize = 5 enableRobotsTXT = true [outputs] - home = ['html', 'rss'] - section = ['html', 'rss'] + home = ['html', 'rss'] + section = ['html', 'rss'] [sitemap] - changeFreq = '' - filename = 'sitemap.xml' - priority = -1 + changeFreq = '' + filename = 'sitemap.xml' + priority = -1 [services] [services.googleAnalytics] ID = 'G-FMD81GLKS3'