Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terenceponce/personal
Personal Website
https://github.com/terenceponce/personal
Last synced: about 2 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/terenceponce/personal
- Owner: terenceponce
- Created: 2020-04-13T04:52:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T21:28:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-28T23:38:57.816Z (almost 2 years ago)
- Homepage: https://terenceponce.com
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terry's Personal Website
This is my personal website which you can access by going to https://terenceponce.com
This site was built using [Hugo](https://gohugo.io/) and is deployed using [Netlify](https://netlify.com).
## Getting Started
```
git clone [email protected]:terenceponce/personal.git
cd personal
git submodule init
git submodule update
hugo server
```