diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..f40fbd8 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +vendor diff --git a/docs/_config.yml b/docs/_config.yml index 48bfc52..d96d4af 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,2 +1 @@ -#theme: jekyll-theme-HACKER -remote_theme: pages-themes/hacker@v0.2.0 +theme: jekyll-theme-HACKER diff --git a/docs/about.markdown b/docs/about.markdown new file mode 100644 index 0000000..2aa6e31 --- /dev/null +++ b/docs/about.markdown @@ -0,0 +1,17 @@ +--- +title: About +permalink: /about/ +--- + +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: +[jekyll][jekyll-organization] / +[minima](https://github.com/jekyll/minima) + +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / +[jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll diff --git a/docs/contributing.md b/docs/contributing.md deleted file mode 100644 index 27c736a..0000000 --- a/docs/contributing.md +++ /dev/null @@ -1,8 +0,0 @@ -layout: page -title: "Contributing" -permalink: /contributing ---- - -# Contributing - -Under construction. diff --git a/docs/index.markdown b/docs/index.markdown new file mode 100644 index 0000000..fbcbb08 --- /dev/null +++ b/docs/index.markdown @@ -0,0 +1,4 @@ +--- +--- + +hello diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index d2747b3..0000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Homepage - -Testing