Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seankilleen/seankilleen.github.io
The blog reboot.
https://github.com/seankilleen/seankilleen.github.io
blog giscus hacktoberfest jekyll ruby
Last synced: 28 days ago
JSON representation
The blog reboot.
- Host: GitHub
- URL: https://github.com/seankilleen/seankilleen.github.io
- Owner: SeanKilleen
- License: mit
- Created: 2014-10-06T15:31:09.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:08:15.000Z (7 months ago)
- Last Synced: 2024-04-10T00:54:05.514Z (7 months ago)
- Topics: blog, giscus, hacktoberfest, jekyll, ruby
- Language: HTML
- Homepage: http://SeanKilleen.com
- Size: 110 MB
- Stars: 10
- Watchers: 3
- Forks: 10
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# seankilleen.github.io
Sean's blog hosted at
## You'll need a GitHub token for certain functionality
* Generate a personal access token with `public_repo` permissions
* Use that token to set the `JEKYLL_GITHUB_TOKEN` environment variableThis will allow the `jekyll-github-metadata` plugin to perform as expected and make things like edit links and the contributors page work correctly.
## To Run
* Install ruby, ruby devkit
* `gem install bundler`
* cd to the project's rood
* `bundle install`
* `bundle exec jekyll serve` should build the site and serve it at `http://localhost:4000`. For future posts, you can build with `bundle exec jeykll serve --future true`## To Run Checks Locally
For my own reference because I often forget how. :smile:
### Linting
* `npm install markdownlint-cli`
* Go to the root directory
* `markdownlint _posts`### Spellcheck
* `npm install cspell`
* `cspell _posts/**/*.md`## License
* Code licensed under MIT
* Content licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)