Skip to content

Commit

Permalink
trying to add posts 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinB19 committed Sep 8, 2024
1 parent ab856be commit e6374c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ google-analytics:

exclude: ['package.json', 'src' , 'node_modules']

baseurl: ColinB19.github.io # for local testing, or "/repository-name" for GitHub Pages
# baseurl: ColinB19.github.io # for local testing, or "/repository-name" for GitHub Pages
21 changes: 10 additions & 11 deletions _includes/blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
<h1> Blog Posts</h1>
</div>
<div class="user-projects">
<div class="images-right">
<img alt="mountains" src="{{ "/assets/img/mountains.jpg" | prepend: site.baseurl }}" />
<div class="content-wrapper">
<div class="image-center">
<img alt="mountains" src="{{ "/assets/img/mountains.jpg" | prepend: site.baseurl }}" />
</div>
<div class="text-center">
<h3> Gradient Descent from Scratch </h3>
<p>Have you ever wondered what makes gradient descent tick? Well check out my write-up on how to code it up from scratch in python! You'll learn all the inner details of gradient descent so you can understand your favorite ml frameworks even better!</p>
<a class="project-link" href="{{ post_url '2020-09-15-gradient-descent' }}">Check it out</a>
</div>
</div>
<div class="contents">
<h3> Gradient Descent from Scratch </h3>
<p>Have you ever wondered what makes gradient descent tick? Well check out my write-up on how to code it up from scratch in python! You'll learn all the inner details of gradient descent so you can understand your favorite ml frameworks even better!</p>

<!-- Link to the specific post in the _posts directory -->
<a class="project-link" href="{{ site.baseurl }}{{ post_url 2020-09-15-gradient-descent }}">Check it out</a>
</div>
</div>

</div>

0 comments on commit e6374c7

Please sign in to comment.