Skip to content

Commit f9f1681

Browse files
Update hugo version
1 parent 90960b3 commit f9f1681

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- main # Set a branch to deploy
6+
- main # Set a branch to deploy
77

88
jobs:
99
deploy:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
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
1616

1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: 'latest'
20+
hugo-version: "v0.102.1"
2121
# extended: true
2222

2323
- name: Build

themes/hugo-theme-console/layouts/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ <h1>Hello World!</h1>
99
<p>
1010
Thanks for checking out my website. My name is <b>Krishna Sangeeth</b>, I am a <b>Machine Learning engineer</b> from Kerala, India.
1111

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>
2520
</p>
2621
<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.
2824
</p>
2925

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+
3030

3131
Last Updated : Nov 2024
3232

0 commit comments

Comments
 (0)