Skip to content

Commit 1cd95c4

Browse files
committed
update: posts
Signed-off-by: SNG Viraj Reddy <vir200319@gmail.com>
1 parent 0ae3d28 commit 1cd95c4

File tree

6 files changed

+18
-25
lines changed

6 files changed

+18
-25
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ base_url = "https://virajsazzala.dev"
22
description = "Viraj Sazzala's personal website"
33
compile_sass = false
44
minify_html = true
5-
generate_feed = true
5+
generate_feeds = true
66
default_language = "en"
77

88
taxonomies = [
@@ -38,7 +38,7 @@ twitter_card = false
3838
header_nav = [
3939
{ url = "/", name_en = "home" },
4040
{ url = "/about", name_en = "about" },
41-
{ url = "/devlogs", name_en = "devlogs" },
41+
{ url = "/posts", name_en = "posts" },
4242
{ url = "/blog", name_en = "blog" },
43-
{ url = "/viraj-resume.pdf", name_en = "resume" }
43+
# { url = "/viraj-resume.pdf", name_en = "resume" }
4444
]

content/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ title = "About"
66
- I'm 20yrs old.
77
- I'm an Engineering student, currently pursuing Artificial Intelligence and Data Science as my major.
88
- I'm also Interested in History, Philosophy, Physics and Electronics.
9-
- I like watching sci-fi and horror content, in addition to documentaries and video games.
9+
- I like watching sci-fi and horror content, in addition to documentaries and playing video games.
1010

1111
## Work Related
12-
- I'm working on Computer Vision and NLP related Projects.
12+
- I'm working on Cloud Computing Projects.
1313
- My projects and other work are available on [Github](https://github.com/virajsazzala).
1414
- You can contact me via [Linkedin](https://www.linkedin.com/in/sng-viraj-reddy) or [Gmail](mailto:virajreddy.sazzala@gmail.com).
1515

content/blog/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
22
paginate_by = 15
3-
path = "blog"
43
title = "All blog posts"
54
sort_by = "date"
65
page_template = "blog-page.html"
76
+++
87

9-
> List of all *[tags](/tags)*
8+
> List of all *[tags](/tags)*
9+
<!-- path = "blog" -->

content/devlogs.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/posts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = "Posts"
3+
date = 2023-12-20
4+
draft = false
5+
+++
6+
7+
## 2024-09-02
8+
I've made this site a long time ago, and there were several reasons why but the main reason was that, it's a place to share my thoughts, (as I prefer to not use insta or twitter). So, I decided that from now on, I'll try to share more frequently.
9+
<br>
10+
But, yes anyway, I'm right now developing my web dev skills, and I'm reading up on Cloud computing. I started with Azure, so let's see how that goes.

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<hr>
22
<div class=footContainer>
33
<div class="footLeft">
4-
<p>SNG Viraj Reddy &copy; 2023</p>
4+
<p>SNG Viraj Reddy &copy; 2024</p>
55
</div>
66
{% if config.generate_feed %}
77
<div class="footRight">

0 commit comments

Comments
 (0)