https://github.com/alexfalkowski/alexfalkowski.github.io
A site for my profile.
https://github.com/alexfalkowski/alexfalkowski.github.io
jekyll ruby
Last synced: about 1 month ago
JSON representation
A site for my profile.
- Host: GitHub
- URL: https://github.com/alexfalkowski/alexfalkowski.github.io
- Owner: alexfalkowski
- License: mit
- Created: 2024-01-04T19:18:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-26T06:50:51.000Z (3 months ago)
- Last Synced: 2026-03-27T02:11:24.510Z (3 months ago)
- Topics: jekyll, ruby
- Language: HTML
- Homepage: https://alexfalkowski.github.io
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/alexfalkowski/alexfalkowski.github.io)
[](https://masterminds.github.io/stability/active.html)
# alexfalkowski.github.io
Personal GitHub Pages site for [www.afalkowski.com](https://www.afalkowski.com).
The site is built with Jekyll and the Beautiful Jekyll remote theme. Public homepage content lives in `_includes/home.md` and is rendered by `index.md`.
## Development
- `make`: show available targets
- `make dep`: install Ruby dependencies into `vendor/bundle`
- `make serve`: run the local Jekyll server
- `make lint`: run RuboCop
## Content
- `_includes/home.md`: homepage content
- `index.md`: homepage wrapper
- `_config.yml`: Jekyll and theme configuration
- `_includes/head-custom.html`: favicon and manifest links
- `assets/images/`: favicons and web manifest assets
- `robots.txt`: crawler policy