{"id":19145724,"url":"https://github.com/xremix/toni-hoffmann-com","last_synced_at":"2025-07-22T01:33:18.650Z","repository":{"id":53481651,"uuid":"291695184","full_name":"xremix/toni-hoffmann-com","owner":"xremix","description":"Open Source has always a passion, so why not open sourcing my personal portfolio website","archived":false,"fork":false,"pushed_at":"2024-12-01T18:52:43.000Z","size":53356,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T02:02:00.808Z","etag":null,"topics":["angular","javascript","portfolio","portfolio-website","scss","typescript","website"],"latest_commit_sha":null,"homepage":"https://www.toni-hoffmann.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xremix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-31T11:21:12.000Z","updated_at":"2024-12-01T18:52:47.000Z","dependencies_parsed_at":"2024-06-06T21:11:09.656Z","dependency_job_id":"51fd62d8-7d4e-4c83-a51d-1ecaf627c4e5","html_url":"https://github.com/xremix/toni-hoffmann-com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xremix/toni-hoffmann-com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2Ftoni-hoffmann-com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2Ftoni-hoffmann-com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2Ftoni-hoffmann-com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2Ftoni-hoffmann-com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xremix","download_url":"https://codeload.github.com/xremix/toni-hoffmann-com/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2Ftoni-hoffmann-com/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266409579,"owners_count":23924286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","javascript","portfolio","portfolio-website","scss","typescript","website"],"created_at":"2024-11-09T07:42:13.742Z","updated_at":"2025-07-22T01:33:18.629Z","avatar_url":"https://github.com/xremix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toni-Hoffmann.com\n\nOpen Source has always a passion, so why not open sourcing my personal portfolio website.\n\nThe website is hosted at [toni-hoffmann.com](https://www.toni-hoffmann.com).\n\nThe base idea is to have a portfolio, that represents me in different kind of ways. On one site, it is the contents, like the photography, projects and music that I created. But then it's also the minimalistic bright design, the animation contents or the tons of images I fit in on the pages.\n\n![alt text](src/assets/website-mockup.webp)\n\n## To-Do´s\n\n- [ ] Increase banner image quality, based on the browser size\n\n## Technologies used\n\n- **[Angular](https://angular.io/)** is the root framework of this application\n- **[Bootstrap](https://getbootstrap.com/)** is used for the layout, buttons and navigation\n- **[ng-xGallerify](https://github.com/xremix/ng-xGallerify)** is my gallery component that hosts the photography portfolio\n\nEverything else is developed from scratch. The languages that have been used are [TypeScript](https://www.typescriptlang.org/), [SCSS](https://sass-lang.com/) and HTML.\n\n**Branching** should be done like the git flow, with a *master*, *develop* and *feature* branches, while *master* represents the production state of the database.\n\nDepending on the project, my favorite set up is to work with a seperate [terminal](https://www.iterm2.com/) and a nice clean [editor](https://atom.io/), which I both can upgrade with plug ins and adjust to my needs. I also tried to code much of this project by using [GitHub Codespaces](https://github.com/features/codespaces), which was a great success.\n\n## Setup\n\n- Install [Node.js](https://nodejs.org/en/) version 16.16.0\n- Install [Angular CLI](https://github.com/angular/angular-cli)\n- Clone the Repository via `git clone git@github.com:xremix/toni-hoffmann-com.git`\n- Run `npm install --legacy-peer-deps` in your local repository\n\n## Run\n\n- Run `ng serve` to get the dev server started\n- Navigate to `http://localhost:4200/`\n- The app will automatically reload if you change any of the source files\n\n## Deploy\n\n### Prerequisites\n- Make sure you have rewrite rules set up on the webserver\n- Make sure deploy the api in the folder `/api` on the same level than the angular application. The API is part of a private repository\n\n### Build and Prerender\n- Remove all `/.` from the `src/app/app-routing.module.ts`\n- Run `npm run prerender` to [prerender](https://dev.to/michaeljota/how-to-prerender-your-angular-app-using-angular-universal-4g0b) and build the project. This will generate static files for each route and prepare for SEO.\n- Upload all prerendered subfolders from `dist/toni-hoffmann-com/browser` to the web server\n- Add all `/.` back to the `app-routing.module.ts`\n- Run `npm run prerender` one more time\n- Upload all JS, HTML, Fonts from the root folder of `dist/toni-hoffmann-com/browser` to the web server\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxremix%2Ftoni-hoffmann-com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxremix%2Ftoni-hoffmann-com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxremix%2Ftoni-hoffmann-com/lists"}