1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: update about, now second year of university

This commit is contained in:
Divlo
2022-07-23 23:00:58 +02:00
parent b9b76e839a
commit 1ebdab18a5
17 changed files with 2420 additions and 1757 deletions

View File

@ -16,3 +16,6 @@ const dataResumeIndexHTML = await render(dataResumeJSON)
await fs.promises.writeFile(publicResumeURL, dataResumeIndexHTML, {
encoding: 'utf-8'
})
console.log('Resume generated successfully!')
console.log(`See it at ${publicResumeURL}`)