Skip to content

Commit

Permalink
prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruva Shaw committed Jul 23, 2024
1 parent 4e47a70 commit 676080c
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 121 deletions.
1 change: 1 addition & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ news: true # includes a list of news items
selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---

**I, [Dhruva Shaw](https://dhruvashaw.in "Personal Portfolio"), have launched Creative नेट (Creative Net) to bring all my projects together under a single umbrella.** In the past, I've initiated various projects like [Minato Namikaze](https://minatonamikaze.dhruvashaw.in/ "Minato Namikaze Discord Bot"), [ShawDurgaPuja](https://github.com/Dhruvacube/shawdurgapuja "Github Repo of shawdurgapuja website"), and [fluxpoint.py](https://fluxpointpy.readthedocs.io/ "fluxpoint.py pakage"), but unfortunately, they eventually stalled due to the lack of a centralized organization.

**Creative नेट aims to revive these exciting projects and propel them forward.** Our core focus is on generating research in robotics and automation, while also developing practical solutions (both hardware and software) to advance the field of robotics.
1 change: 0 additions & 1 deletion _pages/about_dhruva.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Warm greetings from Dhruva Shaw,

Myself a natural discord.py bot developer and a full stack developer using python. A Robotics Engineering undergrad student, my passion is with Electronics Automation and software projects related to the automation while using in-built AI.
Expand Down
75 changes: 38 additions & 37 deletions _pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pagination:
before: 1 # The number of links before the current page
after: 3 # The number of links after the current page
---

<div class="post">

{% assign blog_name_size = site.blog_name | size %}
Expand Down Expand Up @@ -76,54 +77,54 @@ pagination:
<p class="card-text">{{ post.description }}</p>

[
{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
{% else %}
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
{% endif %}
{% assign year = post.date | date: "%Y" %}]({{ post.url | relative_url }})
{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
{% else %}
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
{% endif %}
{% assign year = post.date | date: "%Y" %}]({{ post.url | relative_url }})

[
`<p class="post-meta">`
{{ read_time }} min read &nbsp; &middot; &nbsp;
`<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">`
`<i class="fa-solid fa-calendar fa-sm"></i>` {{ year }} `</a>`
`</p>`
`</div>`
`</div>`
`</div>`
`</div>`
`</a>`
`</div>`
{% endfor %}
`</div>`
`</div>`
`<hr>`]({{ post.url | relative_url }})
`<p class="post-meta">`
{{ read_time }} min read &nbsp; &middot; &nbsp;
`<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">`
`<i class="fa-solid fa-calendar fa-sm"></i>` {{ year }} `</a>`
`</p>`
`</div>`
`</div>`
`</div>`
`</div>`
`</a>`
`</div>`
{% endfor %}
`</div>`
`</div>`
`<hr>`]({{ post.url | relative_url }})

[{% endif %}]({{ post.url | relative_url }})

[
{% if page.pagination.enabled %}
{% assign postlist = paginator.posts %}
{% else %}
{% assign postlist = site.posts %}
{% endif %}]({{ post.url | relative_url }})
{% if page.pagination.enabled %}
{% assign postlist = paginator.posts %}
{% else %}
{% assign postlist = site.posts %}
{% endif %}]({{ post.url | relative_url }})

[
{% for post in postlist %}]({{ post.url | relative_url }})
{% for post in postlist %}]({{ post.url | relative_url }})

[
{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
{% else %}
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
{% endif %}
{% assign year = post.date | date: "%Y" %}
{% assign tags = post.tags | join: "" %}
{% assign categories = post.categories | join: "" %}]({{ post.url | relative_url }})
{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
{% else %}
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
{% endif %}
{% assign year = post.date | date: "%Y" %}
{% assign tags = post.tags | join: "" %}
{% assign categories = post.categories | join: "" %}]({{ post.url | relative_url }})

[
`<li>`]({{ post.url | relative_url }})
`<li>`]({{ post.url | relative_url }})

[{% if post.thumbnail %}]({{ post.url | relative_url }})

Expand Down Expand Up @@ -160,7 +161,7 @@ pagination:
</li>

{% endif %}
B
B

{% endfor %}

Expand Down
1 change: 1 addition & 0 deletions _pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ layout: page
title: News
permalink: /news/
---

{% include news.liquid %}
1 change: 1 addition & 0 deletions _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Key project repositories.
nav: true
nav_order: 4
---

## GitHub users

{% if site.data.repositories.github_users %}
Expand Down
Loading

0 comments on commit 676080c

Please sign in to comment.