diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.html | 2 | ||||
| -rw-r--r-- | content/articles/tools-i-use.md | 2 | ||||
| -rw-r--r-- | content/projects/index.md | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/content/_index.html b/content/_index.html index 5ed65a4..b02d589 100644 --- a/content/_index.html +++ b/content/_index.html @@ -56,7 +56,7 @@ draft: false </tr> <tr> <td>Phone</td> - <td>+1 (709) 746-7582</td> + <td>+1 (709) 746–7582</td> </tr> </tbody> </table> diff --git a/content/articles/tools-i-use.md b/content/articles/tools-i-use.md index 952d782..dd06d3f 100644 --- a/content/articles/tools-i-use.md +++ b/content/articles/tools-i-use.md @@ -2,7 +2,7 @@ title = 'Tools I Use' date = '2026-01-02T15:24:53-03:30' tags = [] -draft = true +draft = false +++ Here is a list of some of the tools I use day-to-day. diff --git a/content/projects/index.md b/content/projects/index.md new file mode 100644 index 0000000..f021a61 --- /dev/null +++ b/content/projects/index.md @@ -0,0 +1,8 @@ ++++ +title = 'Projects' +date = '2026-01-10T11:56:33-05:00' +tags = [] +draft = false ++++ + +Browse source code at [git.samanthony.xyz](https://git.samanthony.xyz/). |