Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Plsr/website
Source code and content of my personal website
https://github.com/Plsr/website
indieweb jekyll
Last synced: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T06:35:01.000Z (over 1 year ago)
- Last Synced: 2023-05-06T07:42:25.474Z (over 1 year ago)
- Topics: indieweb, jekyll
- Language: HTML
- Homepage: https://christianpoplawski.de
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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 [email protected]: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.