diff --git a/.gitignore b/.gitignore index 9c8ca10..fbaadfb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ _site/ .jekyll-metadata # Ignore folders generated by Bundler .bundle/ -vendor/ \ No newline at end of file +vendor/ +.idea/ \ No newline at end of file diff --git a/index.markdown b/index.markdown index 2b44ebe..9b1f04e 100644 --- a/index.markdown +++ b/index.markdown @@ -4,6 +4,12 @@ title: User Behavior Insights permalink: / --- +Welcome to User Behavior Insights (UBI)! + +UBI is a data standard along with a collection of tools and search engine plugins created with the goal of helping search engineers develop a better understanding of the behaviors of users. + + + This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) You can find the source code for Minima at GitHub: diff --git a/schema.markdown b/standard.markdown similarity index 92% rename from schema.markdown rename to standard.markdown index 888a785..3f98070 100644 --- a/schema.markdown +++ b/standard.markdown @@ -1,7 +1,7 @@ --- layout: page -title: UBI Schema -permalink: /schema/ +title: UBI Standard +permalink: /standard/ --- This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) diff --git a/searchengines.markdown b/tools.markdown similarity index 91% rename from searchengines.markdown rename to tools.markdown index 1d6ac45..6f7088e 100644 --- a/searchengines.markdown +++ b/tools.markdown @@ -1,7 +1,7 @@ --- layout: page -title: Search Engines -permalink: /search-engines/ +title: Tools and Plugins +permalink: /tools/ --- This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)