File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ='utf-8 '>
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
7- < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} " media ="screen " type ="text/css ">
8- < link rel ="stylesheet " href ="{{ '/assets/css/print.css' | relative_url }} " media ="print " type ="text/css ">
7+ < link rel ="preload " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
8+ < noscript > < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} "> </ noscript >
9+ < link rel ="stylesheet " href ="{{ '/assets/css/print.css' | relative_url }} " media ="print ">
910
1011 <!--[if lt IE 9]>
1112 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
@@ -60,7 +61,7 @@ <h1>Categories</h1>
6061 {% for category in unique_categories %}
6162 {% if category != "" %}
6263 < li >
63- < a href ="{{ site.baseurl }}/blogs/ categories/#{{ category | slugify }} "> {{ category }}</ a >
64+ < a href ="{{ site.baseurl }}/categories/#{{ category | slugify }} "> {{ category }}</ a >
6465 </ li >
6566 {% endif %}
6667 {% endfor %}
Original file line number Diff line number Diff line change 44 < meta charset ='utf-8 '>
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
7- < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} " media ="screen " type ="text/css ">
7+ < link rel ="preload " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
8+ < noscript > < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} "> </ noscript >
89 < link rel ="stylesheet " href ="{{ '/assets/css/print.css' | relative_url }} " media ="print " type ="text/css ">
910
1011 <!--[if lt IE 9]>
@@ -48,15 +49,15 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
4849 {% if page.categories %}
4950 < strong > Tags:</ strong >
5051 {% for category in page.categories %}
51- < a href ="{{ site.baseurl }}/blogs/ categories/#{{ category | slugify }} "> {{ category }}</ a > {% unless forloop.last %}, {% endunless %}
52+ < a href ="{{ site.baseurl }}/categories/#{{ category | slugify }} "> {{ category }}</ a > {% unless forloop.last %}, {% endunless %}
5253 {% endfor %}
5354 {% endif %}
5455 </ p >
5556 {% endif %}
5657
5758 {{ content }}
5859
59- < a href ="/blogs "> Read more posts.</ a >
60+ < a href ="/ "> Read more posts.</ a >
6061 </ main >
6162 </ div >
6263 </ div >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: post
33title : This is my first post
44description : It's just my first post
55date : 2025-05-19
6- permalink : /blogs/ my-first-post/
6+ permalink : /my-first-post/
77categories : hello-world
88---
99
Original file line number Diff line number Diff line change 1+ ---
2+ ---
3+
14@import " {{ site.theme }}" ;
25
36.emoji {
811 float : none ;
912 width : 100% ;
1013}
14+
15+ li {
16+ font-size : 16px ;
17+ }
Original file line number Diff line number Diff line change 11---
22layout : default
33title : Categories
4- permalink : /blogs/ categories/
4+ permalink : /categories/
55---
66
77{% comment %}Collect all unique categories from posts{% endcomment %}
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments