diff --git a/LICENSE b/CHIRPY_LICENSE similarity index 100% rename from LICENSE rename to CHIRPY_LICENSE diff --git a/_config.yml b/_config.yml index ddb9b56..a4070b2 100644 --- a/_config.yml +++ b/_config.yml @@ -87,7 +87,7 @@ comments: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname # utterances settings › https://utteranc.es/ utterances: - repo: # / + repo: peter-tanner/peter-tanner.github.io # / issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: diff --git a/_data/contact.yml b/_data/contact.yml index 76b667a..7226182 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -3,12 +3,12 @@ - type: github icon: "fab fa-github" -- type: twitter - icon: "fab fa-twitter" +# - type: twitter +# icon: "fab fa-twitter" -- type: email - icon: "fas fa-envelope" - noblank: true # open link in current tab +# - type: email +# icon: "fas fa-envelope" +# noblank: true # open link in current tab - type: rss icon: "fas fa-rss" diff --git a/_posts/2023-08-05_hello_world.md b/_posts/2023-08-05-hello_world.md similarity index 81% rename from _posts/2023-08-05_hello_world.md rename to _posts/2023-08-05-hello_world.md index 53e325a..53bae8f 100644 --- a/_posts/2023-08-05_hello_world.md +++ b/_posts/2023-08-05-hello_world.md @@ -2,6 +2,9 @@ layout: post title: "Hello world" description: Finally cleaned up my website. +date: 2023-08-05 +# categories: [TOP_CATEGORIE, SUB_CATEGORIE] +tags: [site] # TAG names should always be lowercase --- Welcome to my blog, about time I got one of these since there's a lot of random thoughts and technical experiences I have that might be useful. **The legacy site is still available if you want to see that crap at https://peter-tanner.github.com/legacy_site**