Skip to content

kinghuang/python-dojo-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base Presentation with Py-YYC theme

For repositories for Py-YYC meetups, fork this repository and rename them. Create files in the _posts folder of the gh-pages branch to make presentation slides. The github pages for this project (at py-yyc.github.com/name-of-repo) will be the presentation for the meetup.

Help needed!

To anyone with CSS-chops, please play around with the styling of this base presentation to define the Py-YYC theme. Consider this an opportunity to hone your SCSS skills.

Credits

This repository has been forked from the Hekyll repository. The authors Brian McMurray (bmcmurray) and Steven Merrill (smerrill) deserve credit for this.


** The following is the original README for the Hekyll project **

Hekyll

pronunciation: "heckle"

Authored by: Brian McMurray (bmcmurray) and Steven Merrill (smerrill)

Hekyll is a presentation generator that uses Jekyll and Impress.js to create awesome presentations. You write Markdown files, which get turned into individual slides for an Impress.js presentation.

Design Goals

Hekyll should:

  • Make it easy for hackers to write graphically-impressive presentations in Markdown.
  • Allow easier collaboration on these presentations through GitHub.
  • Allow users to commit and publish their presentations through GitHub using GitHub Pages.
  • Provide a good print stylesheet so that a user can print to PDF when conferences ask for slide decks.
  • Provide a simple slideshow mode for generating quick, regular slide shows (simple cross-fades between slides without the need to individually position each slide "Prezi-style."
  • Provide an easy way of dropping in new presentation themes.

How to Use Hekyll

  1. Download and install Jekyll.
  2. Download or clone the Hekyll repository.
  3. Configure options in _config.yml
  4. Create a new Markdown file for each slide in _posts. Use the post_template.md as a starting point. Be sure to name each file with a date, just like Jekyll.

Requirements

  • Jekyll

Acknowledgements

This project stands on the shoulders of giants and would not be possible without these projects:

History of Hekyll

Read the creation story of Hekyll on my blog.

About

Web Development with Python using Django

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.0%
  • Python 13.0%