aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-06 23:53:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-06 23:53:20 +0200
commite8a9ace7698834b4d88c693dd666939b7de5ad73 (patch)
tree591b770e2ff4c5382e3205e8f440be8d742b4bc9
parent7c77870ff4d3408a5611b78cb34c274f212286b3 (diff)
downloadmitjafelicijan.com-e8a9ace7698834b4d88c693dd666939b7de5ad73.tar.gz
added google verification tag
-rw-r--r--.jekyll-metadatabin32623 -> 33204 bytes
-rw-r--r--.jsbeautifyrc51
-rw-r--r--.jshintignore9
-rw-r--r--.jshintrc9
-rw-r--r--_drafts/2018-08-10-test.md15
-rw-r--r--_layouts/index.html2
-rw-r--r--_layouts/page.html2
-rw-r--r--_layouts/post.html2
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 @@
1node_modules
2bower_components
3lib/external
4vendor
5help
6steal
7funcunit
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---
2layout: post
3title: Software development and my favorite pitfalls
4description: Couple of observations regarding project management.
5---
6
7**Table of contents**
8
9- [Initial thoughts22](#initial-thoughts22)
10
11## Initial thoughts22
12
13Over the years I had privilege to work on some very.
14
15asda
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