Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpvasconcelos/tpvasconcelos.io
Personal Page
https://github.com/tpvasconcelos/tpvasconcelos.io
Last synced: about 15 hours ago
JSON representation
Personal Page
- Host: GitHub
- URL: https://github.com/tpvasconcelos/tpvasconcelos.io
- Owner: tpvasconcelos
- Created: 2018-09-27T02:07:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:39:54.000Z (9 days ago)
- Last Synced: 2024-10-28T23:26:54.119Z (8 days ago)
- Language: Makefile
- Homepage: https://tpvasconcelos.com
- Size: 8.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Source for my [personal website](https://tpvasconcelos.com).
## Contributing
Initialise virtual environment and install dependencies:
```shell
make init
```Serve the website locally:
```shell
make serve
```Build and publish changes to GitHub Pages:
```shell
make publish
```