diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-22 23:47:45 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-22 23:47:45 +0300 |
commit | 039767844a77b654b02908b020d3b4b83c854987 (patch) | |
tree | 001de56162999b76f1bb21a818c274fc90b2a81d /config.toml |
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..5b2dffb --- /dev/null +++ b/config.toml @@ -0,0 +1,10 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "Hugo's Resume" + +[Params] + Name = "Hugo Jobless" + Phone = "123-456-7890" + EMail = "jake@su.edu" + LinkedIn = "linkedin.com/in/jake" + GitHub = "github.com/jake"
\ No newline at end of file |