diff options
author | Alejandro <[email protected]> | 2024-07-25 11:58:24 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-25 11:58:24 -0600 |
commit | c502036854bb5af4cea82e7e85d4d7fb8455f1a5 (patch) | |
tree | 36d403378bcbd104b6147fab59a72e345fa35b86 /hugo.toml | |
parent | a15fdb230e8a92fc4101cbd4168b73f49d48baec (diff) |
added: lugo theme
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = 'lugo' |