Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szabgab/slides
The source of the slides of Gabor Szabo shared on the Code Maven site
https://github.com/szabgab/slides
git github gitlab golang javascript perl python slides
Last synced: 4 days ago
JSON representation
The source of the slides of Gabor Szabo shared on the Code Maven site
- Host: GitHub
- URL: https://github.com/szabgab/slides
- Owner: szabgab
- Created: 2018-02-20T14:57:03.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T21:32:13.000Z (14 days ago)
- Last Synced: 2025-01-26T16:07:43.269Z (11 days ago)
- Topics: git, github, gitlab, golang, javascript, perl, python, slides
- Language: Python
- Homepage: https://code-maven.com/slides/
- Size: 14.5 MB
- Stars: 94
- Watchers: 9
- Forks: 67
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Slides
[![Build Status](https://travis-ci.org/szabgab/slides.png)](https://travis-ci.org/szabgab/slides)The source of most of the slides at https://code-maven.com/slides/
The original source is on [GitHub](https://github.com/szabgab/slides)
## Processing
Processing assumes https://github.com/szabgab/slider-py is cloned next to this directory.
```
virtuelenv -p python3 venv
. venv/bin/activate
pip install -r ../slider-py/requirements.txt
``````
python ../slider-py/slider/__init__.py --md linux-intro/intro.md --html --dir html --templates templates/ --static static/
```Generate all the slides by running:
```
./generate_slides.py
```or just some of them by listing their names:
```
./generate_slides.py golang groovy
```Processing errors are reported in https://code-maven.com/slides/errors.txt
To test locally or in a connected browser use
```
python app.py
```Drakula for pygments
https://github.com/dracula/pygments## Local server
Install rustatic from https://github.com/szabgab/rustatic
```
rustatic --path html/ --indexfile index.html --nice --port 5000
```