diff options
| -rw-r--r-- | .jekyll-metadata | bin | 32623 -> 33204 bytes | |||
| -rw-r--r-- | .jsbeautifyrc | 51 | ||||
| -rw-r--r-- | .jshintignore | 9 | ||||
| -rw-r--r-- | .jshintrc | 9 | ||||
| -rw-r--r-- | _drafts/2018-08-10-test.md | 15 | ||||
| -rw-r--r-- | _layouts/index.html | 2 | ||||
| -rw-r--r-- | _layouts/page.html | 2 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
8 files changed, 90 insertions, 0 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index edcad04..783c51a 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..bf1d1da --- /dev/null +++ b/.jsbeautifyrc | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | { | ||
| 2 | "html": { | ||
| 3 | "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust", "njk"], | ||
| 4 | "brace_style": "collapse", | ||
| 5 | "end_with_newline": true, | ||
| 6 | "indent_char": " ", | ||
| 7 | "indent_handlebars": true, | ||
| 8 | "indent_inner_html": true, | ||
| 9 | "indent_scripts": "keep", | ||
| 10 | "indent_size": 4, | ||
| 11 | "indent_with_tabs": true, | ||
| 12 | "max_preserve_newlines": 10, | ||
| 13 | "preserve_newlines": true, | ||
| 14 | "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "hr"], | ||
| 15 | "wrap_line_length": 0 | ||
| 16 | }, | ||
| 17 | "css": { | ||
| 18 | "allowed_file_extensions": ["css", "scss", "sass", "less"], | ||
| 19 | "end_with_newline": false, | ||
| 20 | "indent_char": " ", | ||
| 21 | "indent_size": 4, | ||
| 22 | "indent_with_tabs": false, | ||
| 23 | "newline_between_rules": false, | ||
| 24 | "selector_separator": " ", | ||
| 25 | "selector_separator_newline": false, | ||
| 26 | "preserve_newlines": true, | ||
| 27 | "max_preserve_newlines": 10 | ||
| 28 | }, | ||
| 29 | "js": { | ||
| 30 | "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], | ||
| 31 | "brace_style": "collapse", | ||
| 32 | "break_chained_methods": false, | ||
| 33 | "e4x": true, | ||
| 34 | "end_with_newline": true, | ||
| 35 | "indent_char": " ", | ||
| 36 | "indent_level": 0, | ||
| 37 | "indent_size": 4, | ||
| 38 | "indent_with_tabs": true, | ||
| 39 | "jslint_happy": false, | ||
| 40 | "keep_array_indentation": true, | ||
| 41 | "keep_function_indentation": true, | ||
| 42 | "max_preserve_newlines": 0, | ||
| 43 | "preserve_newlines": true, | ||
| 44 | "space_after_anon_function": false, | ||
| 45 | "space_before_conditional": true, | ||
| 46 | "space_in_empty_paren": false, | ||
| 47 | "space_in_paren": false, | ||
| 48 | "unescape_strings": false, | ||
| 49 | "wrap_line_length": 0 | ||
| 50 | } | ||
| 51 | } | ||
diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..4d662aa --- /dev/null +++ b/.jshintignore | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | node_modules | ||
| 2 | bower_components | ||
| 3 | lib/external | ||
| 4 | vendor | ||
| 5 | help | ||
| 6 | steal | ||
| 7 | funcunit | ||
| 8 | **/*.min.js | ||
| 9 | **/production.js | ||
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..7c84ea6 --- /dev/null +++ b/.jshintrc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "strict": false, | ||
| 3 | "esversion": 6, | ||
| 4 | "curly": true, | ||
| 5 | "noempty": true, | ||
| 6 | "trailing": true, | ||
| 7 | "white": false, | ||
| 8 | "evil": true | ||
| 9 | } | ||
diff --git a/_drafts/2018-08-10-test.md b/_drafts/2018-08-10-test.md new file mode 100644 index 0000000..5b5776a --- /dev/null +++ b/_drafts/2018-08-10-test.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | --- | ||
| 2 | layout: post | ||
| 3 | title: Software development and my favorite pitfalls | ||
| 4 | description: Couple of observations regarding project management. | ||
| 5 | --- | ||
| 6 | |||
| 7 | **Table of contents** | ||
| 8 | |||
| 9 | - [Initial thoughts22](#initial-thoughts22) | ||
| 10 | |||
| 11 | ## Initial thoughts22 | ||
| 12 | |||
| 13 | Over the years I had privilege to work on some very. | ||
| 14 | |||
| 15 | asda | ||
diff --git a/_layouts/index.html b/_layouts/index.html index 91fbc37..0d251ce 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | <meta name="theme-color" content="{{ site.theme_color }}"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ site.description }}"> | 13 | <meta name="description" content="{{ site.description }}"> |
| 14 | |||
| 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | ||
| 14 | 16 | ||
| 15 | <title>{{ page.title }}</title> | 17 | <title>{{ page.title }}</title> |
| 16 | 18 | ||
diff --git a/_layouts/page.html b/_layouts/page.html index 35a2f5e..7e38ee9 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | <meta name="theme-color" content="{{ site.theme_color }}"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
| 14 | |||
| 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | ||
| 14 | 16 | ||
| 15 | <title>{{ page.title }}</title> | 17 | <title>{{ page.title }}</title> |
| 16 | 18 | ||
diff --git a/_layouts/post.html b/_layouts/post.html index 3f268f9..e4d4a50 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | <meta name="theme-color" content="{{ site.theme_color }}"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
| 14 | |||
| 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | ||
| 14 | 16 | ||
| 15 | <title>{{ page.title }}</title> | 17 | <title>{{ page.title }}</title> |
| 16 | 18 | ||
