8000 GitHub - jparajuli/talks: A reposity with the files of my talks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jparajuli/talks

 
 

Repository files navigation

Talks

A repository that creates a static site using Jekyll.

The site has been deployed (https://nikoleta-v3.github.io/talks/) and is a part of my personal site (https://nikoleta-v3.github.io/) that lists all the talks delivered by me and my slides.

The repo has contains the files needed to generate the site:

.
├── _includes/
|   ├── footer.html
|   ├── head.html
|   └── header.html
├── _layouts/
|   ├── default.html
|   └── page.html
|   └── post.html
├── _sass/
|   ├── _base.scss
|   └── _layout.scss
|   └── _syntax-highlighting.scss
├── css/
├── _config.yml
├── _feed.xml
└── index.md

Also the tex files and pdf to generate slides for my talks and lighting talks:

.
├── talks/ # tex files and pdf for talks
├── lightning-talks/ # tex files and pdf for lighting talks

About

A reposity with the files of my talks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 27.9%
  • TeX 26.1%
  • HTML 25.4%
  • JavaScript 20.2%
  • CSS 0.4%
0