Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb00baf

Browse files
authored
Use GH-Pages/Jekyll for rendering (#8)
* Add gitignore, _config.yml, editorconfig* Raw import pythonnet html to mdUsinghttp://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 parenteb12db9 commiteb00baf

File tree

6 files changed

+579
-798
lines changed

6 files changed

+579
-798
lines changed

‎.editorconfig

Lines changed: 14 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp