From 0ffef36d80c3c79e68db1e032b3200c4b6f2ce93 Mon Sep 17 00:00:00 2001
From: Oscar Najera <hi@oscarnajera.com>
Date: Wed, 6 Sep 2023 16:57:06 +0200
Subject: Theme Data

---
 LICENSE    |  2 +-
 theme.toml | 14 ++++----------
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/LICENSE b/LICENSE
index e4483e2..9016142 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2021 YOUR_NAME_HERE
+Copyright (c) 2023 Oscar Najera
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/theme.toml b/theme.toml
index b9352dd..dde715b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,19 +3,13 @@
 
 name = "Minimal"
 license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+licenselink = "https://git.oscarnajera.com/hugo-minimalist-theme/tree/LICENSE"
 description = ""
-homepage = "http://example.com/"
+homepage = "https://git.oscarnajera.com/hugo-minimalist-theme"
 tags = []
 features = []
 min_version = "0.41.0"
 
 [author]
-  name = ""
-  homepage = ""
-
-# If porting an existing theme
-[original]
-  name = ""
-  homepage = ""
-  repo = ""
+  name = "Óscar Nájera"
+  homepage = "https://oscarnajera.com"
-- 
cgit v1.2.3