Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexwaibel/alexwaibel.github.io
My personal website, hosted on GitHub Pages.
https://github.com/alexwaibel/alexwaibel.github.io
Last synced: 28 days ago
JSON representation
My personal website, hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/alexwaibel/alexwaibel.github.io
- Owner: alexwaibel
- Created: 2024-03-15T22:29:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T13:54:28.000Z (6 months ago)
- Last Synced: 2024-05-02T09:01:01.247Z (6 months ago)
- Language: Ruby
- Homepage: http://waibel.us
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alex Waibel's Personal Website
This is the repository for my personal website, including some blog posts. The site is written in [Jekyll](https://github.com/jekyll/jekyll), using the [Minimal Mistakes theme](https://github.com/mmistakes/minimal-mistakes) and served using [GitHub Pages](https://pages.github.com/).## Running the project
The easiest way to start this project is to use VS Code and docker to deploy the devcontainer either on GitHub Codespaces or locally. You'll need to use the following in the container's terminal to see the jekyll logs:
```bash
tail -f nohup.out
```Otherwise if you don't want to use docker you can follow [this guide](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) to run it locally.