Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://cmu-codegen.github.io/s2024/
https://cmu-codegen.github.io/s2024/
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://cmu-codegen.github.io/s2024/
- Owner: cmu-codegen
- License: mit
- Created: 2023-11-10T23:08:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:11:02.000Z (10 months ago)
- Last Synced: 2024-09-25T04:01:12.967Z (5 months ago)
- Language: SCSS
- Size: 80.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ai-papers - [link
README
### Local development
Tested with `rbenv`, Ruby version `3.1.3`.
- ```bash
brew install rbenv ruby-build
rbenv init
eval "$(rbenv init - zsh)"
rbenv install 3.1.3
rbenv shell 3.1.3
```- [Install Jekyll](https://jekyllrb.com/).
```bash
gem install bundler jekyll
bundle install
```- Then
```
bundle exec jekyll serve
```
==> [http://127.0.0.1:4000/s2024/](http://127.0.0.1:4000/s2024/)### Important Files
- `_data/course_info.yml`
- `_data/schedule.yml`
- `_layouts/home.yml`
- `_layouts/schedule.yml`### Acknowledgements
This template is derived from [kazemnejad.github.io/jekyll-course-website-template/](https://kazemnejad.github.io/jekyll-course-website-template/).