Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kockaadmiralac/kockaadmiralac.github.io
Jekyll site for my homepage.
https://github.com/kockaadmiralac/kockaadmiralac.github.io
jekyll jekyll-site markdown
Last synced: about 7 hours ago
JSON representation
Jekyll site for my homepage.
- Host: GitHub
- URL: https://github.com/kockaadmiralac/kockaadmiralac.github.io
- Owner: KockaAdmiralac
- Created: 2019-07-26T16:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:38:15.000Z (7 months ago)
- Last Synced: 2024-04-02T00:35:19.666Z (7 months ago)
- Topics: jekyll, jekyll-site, markdown
- Language: Ruby
- Homepage: https://kocka.tech
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kocka.tech
My [personal site](https://kocka.tech/) hosted with GitHub Pages.## Running
To serve the site locally:
1. Ensure you have [Ruby](https://www.ruby-lang.org/) installed
2. Run `gem install bundler` to install the Bundler gem
3. Run `bundle` to install required gems
4. Run `./serve.sh` to serve the site.Optionally, if you want to be able to use the Jekyll watch functionality [properly](https://knightcodes.com/miscellaneous/2016/09/13/fix-github-metadata-error.html):
5. Create a [GitHub access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) (`repo` access is enough)
6. Add a `JEKYLL_GITHUB_TOKEN` environment variable to your environment with that access token
7. Download [this](https://curl.haxx.se/ca/cacert.pem) file into the site directory.