https://github.com/tylerjw/tylerjw.dev
tylerjw.dev
https://github.com/tylerjw/tylerjw.dev
Last synced: 4 months ago
JSON representation
tylerjw.dev
- Host: GitHub
- URL: https://github.com/tylerjw/tylerjw.dev
- Owner: tylerjw
- Created: 2023-09-26T17:51:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T20:31:26.000Z (5 months ago)
- Last Synced: 2025-02-24T04:42:56.205Z (5 months ago)
- Language: Python
- Size: 6.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tylerjw.dev
[](https://results.pre-commit.ci/latest/github/tylerjw/tylerjw.dev/main)
[](https://github.com/tylerjw/tylerjw.dev/actions/workflows/deploy.yaml)## Env Setup
### Static Site (blog)
To build locally [install zola](https://www.getzola.org/documentation/getting-started/installation/) then run:
```bash
zola serve
```### Slides
apt dependencies
```bash
sudo apt install inkscape inotify-tools
```Python
0. Create virtual environment
```bash
python3 -m venv .venv
```
1. Activate virtual environment
```bash
source .venv/bin/activate
```
2. Prepare pip
```bash
python3 -m pip install --upgrade pip
```
3. Install dependencies
```bash
python3 -m pip install -r slides/requirements.txt
```## Generate QR codes for slides
Use [qrcode-monkey](https://www.qrcode-monkey.com/).