Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codgician/seelies
💥 Slides I've made for presentations.
https://github.com/codgician/seelies
nix-flake presentation-slides talks
Last synced: 7 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T04:57:46.000Z (5 months ago)
- Last Synced: 2024-06-05T05:53:43.630Z (5 months ago)
- Topics: nix-flake, presentation-slides, talks
- Language: Nix
- Homepage: https://seelies.codgician.me/
- Size: 339 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seelies (WIP)
[![build](https://github.com/codgician/seelies/actions/workflows/build.yml/badge.svg)](https://github.com/codgician/seelies/actions/workflows/build.yml)
[![pages](https://github.com/codgician/seelies/actions/workflows/pages.yml/badge.svg)](https://github.com/codgician/seelies/actions/workflows/pages.yml)
![Man hours](https://img.shields.io/endpoint?url=https%3A%2F%2Fmanhours.aiursoft.cn%2Fr%2Fgithub.com%2Fcodgician%2Fseelies.json)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
```