diff options
| author | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-07-19 21:46:16 -1000 |
|---|---|---|
| committer | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-07-19 21:56:48 -1000 |
| commit | 650aef75480b773661e53a751337abef3b2abd47 (patch) | |
| tree | ae9250fc8a79a6c05298d045f591c2b8b540238b /hugo.toml | |
| download | josephhand.space-650aef75480b773661e53a751337abef3b2abd47.tar.gz | |
Initial commit
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..d3cc003 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,12 @@ +baseURL = 'https://josephhand.space/' +languageCode = 'en-us' +title = 'Joseph Hand' + +[menus] + [[menus.nav]] + name = 'code' + URL = 'https://git.josephhand.space' + [[menus.nav]] + name = 'publications' + URL = 'https://ui.adsabs.harvard.edu/search/q=orcid%3A0009-0004-9078-5987&sort=date%20desc%2C%20bibcode%20desc&p_=0' + |
