Skip to content

Commit

Permalink
feat: post first article
Browse files Browse the repository at this point in the history
  • Loading branch information
codeshareman committed Feb 26, 2024
1 parent 54afbde commit 4fd49fd
Show file tree
Hide file tree
Showing 22 changed files with 1,888 additions and 427 deletions.
6 changes: 0 additions & 6 deletions content/posts/archives.md

This file was deleted.

674 changes: 674 additions & 0 deletions content/posts/how-to-question.md

Large diffs are not rendered by default.

303 changes: 0 additions & 303 deletions content/posts/my-first-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/posts/search.md

This file was deleted.

4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module:
menu:
main:
- identifier: categories
name: categories
name: Categories
url: /categories/
weight: 10
- identifier: tags
name: tags
name: Tags
url: /tags/
weight: 20

Expand Down
8 changes: 4 additions & 4 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/categories/" title="categories">
<span>categories</span>
<a href="http://localhost:1313/categories/" title="Categories">
<span>Categories</span>
</a>
</li>
<li>
<a href="http://localhost:1313/tags/" title="tags">
<span>tags</span>
<a href="http://localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/categories/" title="categories">
<span class="active">categories</span>
<a href="http://localhost:1313/categories/" title="Categories">
<span class="active">Categories</span>
</a>
</li>
<li>
<a href="http://localhost:1313/tags/" title="tags">
<span>tags</span>
<a href="http://localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
</ul>
Expand Down
Loading

0 comments on commit 4fd49fd

Please sign in to comment.