https://github.com/plsr/website
Source code and content of my personal website
https://github.com/plsr/website
indieweb jekyll
Last synced: about 1 year ago
JSON representation
Source code and content of my personal website
- Host: GitHub
- URL: https://github.com/plsr/website
- Owner: Plsr
- Created: 2020-01-26T21:32:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:45:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T04:13:05.625Z (about 1 year ago)
- Topics: indieweb, jekyll
- Language: HTML
- Homepage: https://christianpoplawski.de
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plsr.github.io
This page aims to be something as close as possible to a personal blog of mine,
but just not very active.
The page is hosted via github pages and run by jekyll.
## Development
1. Clone this repository
```
git clone git@github.com:Plsr/plsr.github.io.git
```
2. Change to the new directroty and install the needed dependnecies
```
cd plsr.github.io
bundle install
```
3. Serve the site locally
```
jekyll serve
```
4. You're cooking with gas! The site is now server at `localhost:4000` ✨
## Contributing
If you found an error of any kind (in the code or just a typo or an addition to
an article), contributions are always welcome.
If you only want to report, just open an
[Issue](https://github.com/Plsr/plsr.github.io/issues/new).
If you want to fix stuff right away, open a pull request.