Skip to content

Commit 43506ac

Browse files
Cleaned out the master branch to make space for dojo contents; added a .gitignore for python projects; modified the readme to explain the reason for this repository
1 parent d696b02 commit 43506ac

21 files changed

+55
-1383
lines changed

.gitignore

+39-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
1-
_drafts/
2-
_site/
3-
.DS_Store
4-
*.swo
5-
*.swp
6-
.sass-cache
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
5+
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
10+
build
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
# Translations
30+
*.mo
31+
32+
# Mr Developer
33+
.mr.developer.cfg
34+
.project
35+
.pydevproject
36+
37+
.idea/
38+
39+
.DS_Store

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Base Presentation with Py-YYC theme #
2+
3+
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.
4+
5+
# Help needed! #
6+
7+
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.**
8+
9+
# Credits #
10+
11+
This repository has been forked from the [Hekyll repository](https://github.com/bmcmurray/hekyll). The authors Brian McMurray (bmcmurray) and Steven Merrill (smerrill) deserve credit for this.
12+
13+
-----------------------------------------------------------------------
14+
15+
** The following is the original README for the Hekyll project **
16+
117
# Hekyll
218
_pronunciation: "heckle"_
319

_config.yml

-13
This file was deleted.

_includes/head.html

-11
This file was deleted.

_includes/slide.html

-5
This file was deleted.

_layouts/default.html

-15
This file was deleted.

_layouts/presentation.html

-14
This file was deleted.

_layouts/print.html

-12
This file was deleted.

_posts/.gitinclude

Whitespace-only changes.

_posts/slide_template.md

-12
This file was deleted.

_sass/config.rb

-30
This file was deleted.

_sass/themes/hekyll/hekyll.scss

-185
This file was deleted.

0 commit comments

Comments
 (0)