Skip to content

Commit

Permalink
Prettify and ignore broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilesh committed Oct 14, 2024
1 parent add88bb commit 0a1194d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
fail: true
# removed md files that include liquid tags
args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html'
args: --user-agent 'curl/7.54' --exclude https://www.iiserpune.ac.in/ --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html'
4 changes: 1 addition & 3 deletions _drafts/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ thumbnail: assets/img/comps_hr.png
giscus_comments: true
---

We live in a data-rich world and web services form the backbone of our digital lives, helping us store and manage our data as well as communicate and collaborate with others. Large data companies often provide these services for free, but we are still bound by their terms of service and privacy policies. The
We live in a data-rich world and web services form the backbone of our digital lives, helping us store and manage our data as well as communicate and collaborate with others. Large data companies often provide these services for free, but we are still bound by their terms of service and privacy policies. The

> In a nutshell, **Self-hosting** refers to running your own servers and software, rather than relying on third-party services.


### <img src="/assets/img/posts/raspberry_pi_icon.png" alt="Icon" width="50" height="50"> Raspberry Pi

I first started self-hosting on a Raspberry Pi 4B
Expand Down
2 changes: 1 addition & 1 deletion _includes/resume/publications.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tr>
<td>
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px">
{{date}}
{{ date }}
</span>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
{% endif %}
{% endif %}
{% if entry.website %}
-sm z-depth-0" role="button">Website</a>
-sm z-depth-0" role="button">Website</a>
{% endif %}
</div>
{% if site.enable_publication_badges %}
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ul.task-list input[type="checkbox"] {

.social {
text-align: center;
// Abhilesh was here
// Abhilesh was here
.contact-icons {
font-size: 3rem;

Expand Down
4 changes: 1 addition & 3 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
"startDate": "2024",
"endDate": "",
"summary": "Cell-type specificity of mitochondrial dysfunction",
"highlights": [
"Analyzing data from diverse sequencing technologies to identify cell-type specific mitochondrial dysfunction"
]
"highlights": ["Analyzing data from diverse sequencing technologies to identify cell-type specific mitochondrial dysfunction"]
},
{
"name": "University College London",
Expand Down

0 comments on commit 0a1194d

Please sign in to comment.