Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschreiner/tschreiner.github.io
This is my personal website
https://github.com/tschreiner/tschreiner.github.io
personal
Last synced: 2 days ago
JSON representation
This is my personal website
- Host: GitHub
- URL: https://github.com/tschreiner/tschreiner.github.io
- Owner: tschreiner
- Created: 2022-06-05T19:21:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T01:29:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:15:58.309Z (3 months ago)
- Topics: personal
- Language: CSS
- Homepage: https://teddschreiner.de
- Size: 476 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GitHub Pages](https://github.com/tschreiner/tschreiner.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/tschreiner/tschreiner.github.io/actions/workflows/gh-pages.yml)
[![pages-build-deployment](https://github.com/tschreiner/tschreiner.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/tschreiner/tschreiner.github.io/actions/workflows/pages/pages-build-deployment)# tschreiner.github.io
This is my personal website.
## Requirements for deployment and building
* [HUGO](https://gohugo.io/)
## Hosting
After the repository has been built into the gh-pages branch the static code will be deployed and hosted by GitHub Pages.
## Building### Locally (for development)
Running the development server:
hugo serve --disableFastRender
Building static HTML
hugo
### Production
The code will be built by a GitHub Workflow which is defined in [gh-pages.yml](.github/workflows/gh-pages.yml)
## Deployment
This page is built and deployed by a GitHub Action ([gh-pages.yml](.github/workflows/gh-pages.yml)) and will notify me by a Telegram message after successfull deployment.