https://github.com/mattmezza/mattmezza.github.io
https://github.com/mattmezza/mattmezza.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattmezza/mattmezza.github.io
- Owner: mattmezza
- Created: 2014-07-14T11:47:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T14:31:32.000Z (6 months ago)
- Last Synced: 2025-12-20T05:13:25.639Z (6 months ago)
- Language: HTML
- Homepage: http://matteo.merola.co/
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
[web](https://github.com/mattmezza/web)
===
This repo works in conjunction with [mattmezza/mattmezza.github.io](https://github.com/mattmezza/mattmezza.github.io).
Before starting editing within the context of this repo, please clone the above mentioned one.
```
git clone ...mattmezza/mattmezza.github.io...
cd mattmezza.github.io
serve .
```
You can then cd back into the this repo and start editing the content. You can build the website by running:
```
make
```
Note: both this repo and `mattmezza.github.io` need to be cloned in the same level directory. See `Makefile` in this repo to understand why.
### Usage with tailwindcss
- `npx tailwindcss -i input.css -o style/global.css --watch`
- `cd ../mattmezza.github.io && npx live-server .`