Skip to content

Commit eb00baf

Browse files
authored
Use GH-Pages/Jekyll for rendering (#8)
* Add gitignore, _config.yml, editorconfig * Raw import pythonnet html to md Using http://heckyesmarkdown.com/go/ Minor corrections on whitespace, mailto * Format index.md and part of README.md * Combine index and README. Contained the same information and removes Brian's email. * Format README.md
1 parent eb12db9 commit eb00baf

File tree

6 files changed

+579
-798
lines changed

6 files changed

+579
-798
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_size = 4
7+
end_of_line = lf
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# config files
13+
[*.{ini,yaml,yml}]
14+
indent_size = 2

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Jekyll ###
2+
_site/
3+
.sass-cache/
4+
.jekyll-metadata

0 commit comments

Comments
 (0)