Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambrospetrou/lambrospetrou.github.io
My Personal page.
https://github.com/lambrospetrou/lambrospetrou.github.io
Last synced: 3 days ago
JSON representation
My Personal page.
- Host: GitHub
- URL: https://github.com/lambrospetrou/lambrospetrou.github.io
- Owner: lambrospetrou
- Created: 2013-10-14T10:26:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T20:09:55.000Z (6 days ago)
- Last Synced: 2024-10-30T21:19:16.511Z (6 days ago)
- Language: JavaScript
- Homepage: https://www.lambrospetrou.com
- Size: 24.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website - www.lambrospetrou.com
Hosted at .
Static side generator: [Next.js](https://nextjs.org/)
**Prerequisites**
* Node
* Docker (optional)Uses docker to build as alternative to installing the build tools locally.
```
# Uses Docker image for the build tools
make docker-image # This to generate the image
make docker-build # This to compile the app and generate the `_site`# Uses local tools
make prepare # Install dependencies
make build # Compile the app# Run everything needed to generate the website.
make
```## Writing an article
- Run `npm run dev` to start the Next development server.
- Visit once to enable [preview mode](https://nextjs.org/docs/advanced-features/preview-mode) so that we can refresh the page and see the updated article while editing the Markdown files.
- Visit the article being edited and refresh to get the latest version every time.To disable preview mode visit .