https://github.com/azer/homepage
My personal website
https://github.com/azer/homepage
Last synced: 11 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/azer/homepage
- Owner: azer
- Created: 2017-10-07T11:18:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T20:10:12.000Z (over 2 years ago)
- Last Synced: 2025-04-09T08:01:34.420Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://kodfabrik.com
- Size: 5.36 MB
- Stars: 41
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homepage
This is the source code of my personal homepage, made with [Gatsby](https://github.com/gatsbyjs/gatsby).
It consists of a blog, software and photography portfolios.
Commands I use for making changes:
* **make install:** Install dependencies. Should be run once after clonning the repo.
* **make develop:** Start the development server at :8000
* **make post:** Create a journal (blog) post.
* **make generate-album:** Pulls specified Flickr album and creates the photo-album.
* **make build:** Outputs build into `public` folder.
* **make deploy:** Deploy it to your server. Parameters required: server, path