https://github.com/invalidusrname/invalidusrname.github.com
Blog
https://github.com/invalidusrname/invalidusrname.github.com
personal-blog
Last synced: about 1 year ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/invalidusrname/invalidusrname.github.com
- Owner: invalidusrname
- Created: 2012-03-06T05:38:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T19:42:37.000Z (over 1 year ago)
- Last Synced: 2025-03-24T01:13:30.401Z (about 1 year ago)
- Topics: personal-blog
- Language: JavaScript
- Homepage: https://invalid8.com
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Site
Prerequisites:
```sh
brew install pre-commit
pre-commit install
```
Getting Started:
```sh
bundle
./bin/jekyll s
open http://localhost:4000
```
Testing:
Not super important, but nice to have some style enforcement in place:
```sh
./bin/rubocop
```
Deploying:
Requires [build](https://github.com/invalidusrname/invalidusrname.github.com/actions/workflows/build.yml?query=branch%3Amaster+) workflow to pass. Deployments happen after that via the [pages-build-deployment](https://github.com/invalidusrname/invalidusrname.github.com/actions/workflows/pages/pages-build-deployment) Workflow