https://github.com/mdrxy/mdrxy.github.io
https://github.com/mdrxy/mdrxy.github.io
bootstrap github-actions github-pages jekyll json professional-portfolio ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdrxy/mdrxy.github.io
- Owner: mdrxy
- License: mit
- Created: 2024-02-19T22:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-29T07:25:34.000Z (6 months ago)
- Last Synced: 2026-01-18T00:41:33.127Z (6 months ago)
- Language: HTML
- Homepage: https://mdrxy.com/
- Size: 45.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- License: LICENSE.md
Awesome Lists containing this project
README
# Professional Portfolio
[Based on TechFolios](https://techfolios.github.io), modified by yours truly to include:
* [Dynamically updating now/recently played song pulled from Last.fm's API](https://www.last.fm/api/show/user.getRecentTracks)
* [GitHub's "alert" markdown syntax](https://mcraiha.github.io/jekyll/alert/liquid/markdown/template/2018/07/22/jekyll-alerts-aka-colored-boxes.html)
* [Open embedded links using target="_blank" by default](https://github.com/keithmifsud/jekyll-target-blank)
* [Fixed to display long names](https://github.com/techfolios/template/issues/13)
* [Use `page.projecturl` only if it is defined - `page.url` otherwise](https://github.com/mdrxy/mdrxy.com/commit/e8510866c52a1c1e305b2d5afe3129243d6aab1c)
Amongst other small tweaks...
## Local Development
[Refer to Jekyll's Quickstart for macOS](https://jekyllrb.com/docs/installation/macos/). With dependencies installed, `cd` to the site's folder and run:
```sh
bundle install && bundle exec jekyll serve
```
Then, navigate to the server address provided (usually [http://localhost:4000/](http://localhost:4000/)) to preview local changes.
## TODO
* [Guest book](https://indieweb.org/Webmention)