https://github.com/cardi/website
https://github.com/cardi/website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cardi/website
- Owner: cardi
- Created: 2019-06-08T03:13:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T03:16:11.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T19:12:44.710Z (4 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## using bundle
Install dependencies locally:
`bundle install --path vendor/bundle`
Update dependencies (from github):
`bundle update`
## building
`make build` (uses [_config.yml](./_config.yml)):
* caches are always deleted because file(config) != cached(config)`make hydrated` (uses [_config-bibtex.yml](./_config-bibtex.yml))
* caches work as expected