Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
misaelnieto committed Aug 12, 2024
1 parent d25d1d7 commit f33dd85
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ group :jekyll_plugins do
gem 'jekyll-timeago'
gem 'jekyll-thumbnail-img'
gem 'bulma-clean-theme', '~> 1.0', '>= 1.0.2'
gem 'jekyll-autolinks'
gem 'jekyll-autolinks',
end
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ prose:

# Settings for the bulma-clean theme
paginate: 10
paginate_path: "/posts/:num"
paginate_path: "/blog/:num"
footer_menu: footer
show_sidebar: false
favicon: /favicon.ico
Expand Down
8 changes: 5 additions & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- name: Posts archive
link: /posts
- name: My Blog
link: /blog
- name: Resume/CV
link: /resume
- name: Demos, Tools & Toys
link: /demos
# - name: Dogos
# link: /my-dogos
- name: About me
link: https://www.noenieto.com/
link: /about
2 changes: 1 addition & 1 deletion _layouts/landing-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% include frontpage_link.html url="/demos" icon="fa-solid fa-palette" title="Demos tools and toys" %}
</p>
<p class="card-footer-item">
{% include frontpage_link.html url="/posts" icon="fa-solid fa-pen-nib" title="My blog"%}
{% include frontpage_link.html url="/blog" icon="fa-solid fa-pen-nib" title="My blog"%}
</p>
</footer>
<footer class="card-footer-item">
Expand Down
1 change: 1 addition & 0 deletions aacbe6b7ae5f43e49d98a44b849b057f.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aacbe6b7ae5f43e49d98a44b849b057f

0 comments on commit f33dd85

Please sign in to comment.