Skip to content

Commit

Permalink
Add blog and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulling committed Jun 30, 2024
1 parent bbe283e commit c868db5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Blog"
---

5 changes: 5 additions & 0 deletions content/blog/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = 'Test'
date = 2024-06-30T18:39:45-03:00
draft = false
+++
20 changes: 20 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ languageCode = 'en-us'
title = 'safesh'
theme = 'PaperMod'

[languages.en]
languageName = "English"
weight = 1

[params.assets]
favicon16x16 = "favicon.ico"
favicon32x32 = "favicon.ico"

[languages.en.taxonomies]
category = "categories"
tag = "tags"
series = "series"

[[languages.en.menu.main]]
name = "Blog"
url = "blog/"
weight = 5

# For hugo >= 0.60.0, enable inline HTML
[markup.goldmark.renderer]
unsafe = true
Expand All @@ -21,3 +39,5 @@ url = "https://github.com/safesh"

[minify]
disableXML = true

mainsections = ["posts"]
Binary file added static/favicon.ico
Binary file not shown.

0 comments on commit c868db5

Please sign in to comment.