Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/talks
Talks I've given (with non-proprietary content)
https://github.com/malept/talks
Last synced: 4 days ago
JSON representation
Talks I've given (with non-proprietary content)
- Host: GitHub
- URL: https://github.com/malept/talks
- Owner: malept
- Created: 2016-07-11T05:42:27.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:23:28.000Z (17 days ago)
- Last Synced: 2024-10-24T16:08:54.189Z (14 days ago)
- Language: CSS
- Homepage:
- Size: 914 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Talks
=====These are talks I've given that contain non-proprietary content (i.e., ones that didn't involve
NDA-level information).Installation
------------This repository uses `Poetry`_ to manage basic dependencies.
.. code:: shell
poetry install
For PDF creation, this repository uses Node.js/yarn.
.. code:: shell
yarn
Build
-----.. code:: shell
poetry run hovercraft $TALK_DIR/index.rst $OUTPUT_DIR
See ``poetry run hovercraft --help`` for details.
---To generate a PDF, in one terminal, run:
.. code:: shell
poetry run hovercraft --port 8888 $TALK_DIR/index.rst
In another terminal, run:
.. code:: shell
yarn decktape impress http://localhost:8888/ path/to/generated.pdf
If you wish to include presenter notes in the PDF and the presentation supports it, instead run:
.. code:: shell
yarn decktape impress http://localhost:8888/?show-notes=1 path/to/generated.pdf
License
-------Unless otherwise specified, the example code is copyrighted under the `Apache License 2.0`_, and the
content is copyrighted under the `Creative Commons Attribution Share-Alike 4.0 International`_
license... _Poetry: https://python-poetry.org/
.. _Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0
.. _Creative Commons Attribution Share-Alike 4.0 International:
https://creativecommons.org/licenses/by-sa/4.0/