mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update hugo version and add the touch programming project
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.120.2
|
HUGO_VERSION: 0.145.0
|
||||||
steps:
|
steps:
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Projects"
|
title: 'Projects'
|
||||||
description: 'List of project that Hazem Krimi created or worked on'
|
description: 'List of project that Hazem Krimi created or worked on'
|
||||||
date: 2023-10-18
|
date: 2023-10-18
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Discord Bot'
|
title: 'Discord Bot'
|
||||||
description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites'
|
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
|
date: 2020-03-10
|
||||||
---
|
---
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Assembler'
|
title: 'Assembler'
|
||||||
description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust'
|
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
|
date: 2024-03-10
|
||||||
---
|
---
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'VM Translator'
|
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'
|
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
|
date: 2024-05-05
|
||||||
---
|
---
|
||||||
@@ -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
|
||||||
|
---
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
baseURL = 'https://hazemkrimi.tech'
|
baseURL = 'https://hazemkrimi.tech'
|
||||||
languageCode = 'en'
|
languageCode = 'en'
|
||||||
title = 'Hazem Krimi'
|
title = 'Hazem Krimi'
|
||||||
paginate = 5
|
[pagination]
|
||||||
|
pagerSize = 5
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ['html', 'rss']
|
home = ['html', 'rss']
|
||||||
|
|||||||
Reference in New Issue
Block a user