Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcastro/dcastro.github.io
https://github.com/dcastro/dcastro.github.io
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcastro/dcastro.github.io
- Owner: dcastro
- License: other
- Created: 2014-04-09T12:08:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T16:07:48.000Z (10 months ago)
- Last Synced: 2024-10-12T08:30:58.224Z (25 days ago)
- Language: CSS
- Homepage: https://diogocastro.com
- Size: 9.95 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Install
```plain
> gem install jekyll
> bundle install
> bundle exec jekyll serve --livereload
```To compile the latex diagrams, install pdflatex and then:
```plain
> brew install pdf2svg
> cd img/diagrams
> pdflatex -shell-escape -interaction=nonstopmode kind-system.tex
```## Issues
> SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
[Solution](https://github.com/jekyll/jekyll/issues/3985#issuecomment-294266874):
* Download
* Add a environment variable SSL_CERT_FILE values /path/to/cacert.pem