diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-27 14:46:49 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-27 14:46:49 +0200 |
| commit | dced5b03b313f7339c10bc8403ffcb9ae1f35b59 (patch) | |
| tree | e9c3d7bbb38b3e1e9fc19a5289221199bfc38251 | |
| parent | bf638c66683da3aaebd0ec84aef67f585187091a (diff) | |
Corrected home page link and removed line about the CV
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | hugo.toml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/content/_index.md b/content/_index.md index 0f25416..cfd847a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,8 +8,6 @@ NXP Semiconductors, The Netherlands ## About Me -My full curriculum vitae can be found on my LinkedIn page. - I am an Engineer wandering across the [pale blue dot](https://en.wikipedia.org/wiki/Pale_Blue_Dot) constantly in search of the next interesting opportunity to learn. On this page, you can have a look at my bio, my qualifications or browse through my blog which contains both technical and non-technical content. My guiding principles in life are [Rationalism](https://en.wikipedia.org/wiki/Rationalism) and [Humanism](https://en.wikipedia.org/wiki/Humanism). I believe in striving to push the boundaries of science as described wonderfully by [Matt Might](https://matt.might.net/articles/phd-school-in-pictures). But this push is matched by the need to innovate for a better future in more tangible way. I am always looking for new avenues to learn and grow in all aspect of life. @@ -1,5 +1,5 @@ # Main Configuration -baseURL = 'https://karanjayachandra.gitlab.io' +baseURL = 'https://karanjayachandra.com' languageCode = 'en-gb' title = 'Karan Jayachandra' timeZone = 'Europe/Amsterdam' |
