File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
themes/hugo-theme-console/layouts Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ name: github pages
3
3
on :
4
4
push :
5
5
branches :
6
- - main # Set a branch to deploy
6
+ - main # Set a branch to deploy
7
7
8
8
jobs :
9
9
deploy :
10
10
runs-on : ubuntu-20.04
11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
with :
14
- submodules : true # Fetch Hugo themes (true OR recursive)
15
- fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
14
+ submodules : true # Fetch Hugo themes (true OR recursive)
15
+ fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
16
16
17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@v2
19
19
with :
20
- hugo-version : ' latest '
20
+ hugo-version : " v0.102.1 "
21
21
# extended: true
22
22
23
23
- name : Build
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ <h1>Hello World!</h1>
9
9
< p >
10
10
Thanks for checking out my website. My name is < b > Krishna Sangeeth</ b > , I am a < b > Machine Learning engineer</ b > from Kerala, India.
11
11
12
- I have been working as a freelance engineer/consultant for the past year or so. Below is my career highlights so far.
13
-
14
- - Machine Learning Lead @ Avalara
15
- - Senior Data Scientist @ Ericsson
16
- - ML Engineer @ Indix
17
- - Software Engineer @ TCS
18
-
19
- I hold a Master's degree in Datascience and Engineering from BITS Pilani and a Bachelors Degree in Computer Science Engineering from
20
- College of Engineering Chengannur.
21
-
22
-
23
-
24
- < a href ="https://whiletruelearn.github.io/projects/ "> Projects</ a >
12
+ I have been working as a freelance engineer/consultant for the past year or so. Below is my < a href ="https://linkedin.com/in/whiletruelearn "> career highlights </ a > so far.
13
+
14
+ < ul >
15
+ < li > Machine Learning Lead @ Avalara</ li >
16
+ < li > Senior Data Scientist @ Ericsson</ li >
17
+ < li > ML Engineer @ Indix</ li >
18
+ < li > Software Engineer @ TCS</ li >
19
+ </ ul >
25
20
</ p >
26
21
< p >
27
- < a href ="https://twitter.com/whiletruelearn "> Twitter</ a >
22
+ I hold a Master's degree in Datascience and Engineering from BITS Pilani and a Bachelors Degree in Computer Science Engineering from
23
+ College of Engineering Chengannur.
28
24
</ p >
29
25
26
+ I am a very curious person in general about the world and how stuff works. Some of this curiosity has made me decently good at building software.
27
+ I try and fail most days to embody the virtues < a href ="https://en.wikipedia.org/wiki/Stoicism "> Stoicism. </ a >
28
+ I usually post my rants about life, universe and everything else in < a href ="https://x.com/whiletruelearn "> Twitter </ a > </ p> .
29
+
30
30
31
31
Last Updated : Nov 2024
32
32
You can’t perform that action at this time.
0 commit comments