From e8a9ace7698834b4d88c693dd666939b7de5ad73 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 6 Sep 2018 23:53:20 +0200 Subject: added google verification tag --- .jekyll-metadata | Bin 32623 -> 33204 bytes .jsbeautifyrc | 51 +++++++++++++++++++++++++++++++++++++++++++++ .jshintignore | 9 ++++++++ .jshintrc | 9 ++++++++ _drafts/2018-08-10-test.md | 15 +++++++++++++ _layouts/index.html | 2 ++ _layouts/page.html | 2 ++ _layouts/post.html | 2 ++ 8 files changed, 90 insertions(+) create mode 100644 .jsbeautifyrc create mode 100644 .jshintignore create mode 100644 .jshintrc create mode 100644 _drafts/2018-08-10-test.md diff --git a/.jekyll-metadata b/.jekyll-metadata index edcad04..783c51a 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..bf1d1da --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,51 @@ +{ + "html": { + "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust", "njk"], + "brace_style": "collapse", + "end_with_newline": true, + "indent_char": " ", + "indent_handlebars": true, + "indent_inner_html": true, + "indent_scripts": "keep", + "indent_size": 4, + "indent_with_tabs": true, + "max_preserve_newlines": 10, + "preserve_newlines": true, + "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "hr"], + "wrap_line_length": 0 + }, + "css": { + "allowed_file_extensions": ["css", "scss", "sass", "less"], + "end_with_newline": false, + "indent_char": " ", + "indent_size": 4, + "indent_with_tabs": false, + "newline_between_rules": false, + "selector_separator": " ", + "selector_separator_newline": false, + "preserve_newlines": true, + "max_preserve_newlines": 10 + }, + "js": { + "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], + "brace_style": "collapse", + "break_chained_methods": false, + "e4x": true, + "end_with_newline": true, + "indent_char": " ", + "indent_level": 0, + "indent_size": 4, + "indent_with_tabs": true, + "jslint_happy": false, + "keep_array_indentation": true, + "keep_function_indentation": true, + "max_preserve_newlines": 0, + "preserve_newlines": true, + "space_after_anon_function": false, + "space_before_conditional": true, + "space_in_empty_paren": false, + "space_in_paren": false, + "unescape_strings": false, + "wrap_line_length": 0 + } +} diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..4d662aa --- /dev/null +++ b/.jshintignore @@ -0,0 +1,9 @@ +node_modules +bower_components +lib/external +vendor +help +steal +funcunit +**/*.min.js +**/production.js diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..7c84ea6 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,9 @@ +{ + "strict": false, + "esversion": 6, + "curly": true, + "noempty": true, + "trailing": true, + "white": false, + "evil": true +} 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 @@ +--- +layout: post +title: Software development and my favorite pitfalls +description: Couple of observations regarding project management. +--- + +**Table of contents** + +- [Initial thoughts22](#initial-thoughts22) + +## Initial thoughts22 + +Over the years I had privilege to work on some very. + +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 @@ + + {{ page.title }} 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 @@ + + {{ page.title }} 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 @@ + + {{ page.title }} -- cgit v1.2.3