Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GDSL-UL/the_knowledge
A Repo of things GDSLers Should Know....
https://github.com/GDSL-UL/the_knowledge
Last synced: 3 months ago
JSON representation
A Repo of things GDSLers Should Know....
- Host: GitHub
- URL: https://github.com/GDSL-UL/the_knowledge
- Owner: GDSL-UL
- Created: 2020-03-16T20:18:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T22:09:40.000Z (almost 4 years ago)
- Last Synced: 2024-06-17T21:53:04.657Z (5 months ago)
- Language: TeX
- Homepage: https://gdsl-ul.github.io/the_knowledge/
- Size: 3.05 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - GDSL-UL/the_knowledge - A Repo of things GDSLers Should Know.... (TeX)
README
# The Knowledge
This is a repository covering the building blocks of a productive remote
experience at the GDSL.To build it you will need R's `bookdown` and `pandoc` (both available withing the [`gds_dev`](https://github.com/darribas/gds_env) containerised platform). Once you have made edits, you can build the website again by running from this folder:
```
make gitbook
```You can build a pdf by:
```
make pdf
```Or an `.epub` version by:
```
make epub
```To run all at once (recommended):
```
make
```