https://github.com/codgician/seelies
💥 Slides I've made for presentations.
https://github.com/codgician/seelies
nix-flake presentation-slides talks
Last synced: 6 months ago
JSON representation
💥 Slides I've made for presentations.
- Host: GitHub
- URL: https://github.com/codgician/seelies
- Owner: codgician
- License: gpl-3.0
- Created: 2024-03-23T13:18:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T04:57:46.000Z (about 2 years ago)
- Last Synced: 2025-02-15T13:14:50.803Z (over 1 year ago)
- Topics: nix-flake, presentation-slides, talks
- Language: Nix
- Homepage: https://seelies.codgician.me/
- Size: 341 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seelies (WIP)
[](https://github.com/codgician/seelies/actions/workflows/build.yml)
[](https://github.com/codgician/seelies/actions/workflows/pages.yml)

This repository contains slides I've made.
## Quick start
To build all slides:
```bash
nix build
```
To host all slides with a static http server under localhost:
```bash
nix run
```
To build a individual slide only (e.g. `packup`):
```bash
nix build .#packup
```