diff --git a/_config.yaml b/_config.yaml new file mode 100644 index 0000000..fa61d1f --- /dev/null +++ b/_config.yaml @@ -0,0 +1,3 @@ +remote_theme: pages-themes/minimal@v0.2.0 +plugins: +- jekyll-remote-theme # add this line to the plugins list if you already have one \ No newline at end of file diff --git a/_includes/default.html b/_includes/default.html new file mode 100644 index 0000000..3671366 --- /dev/null +++ b/_includes/default.html @@ -0,0 +1,56 @@ + + + + + + + +{% seo %} + + + {% include head-custom.html %} + + +
+
+

{{ site.title | default: site.github.repository_name }}

+ + {% if site.logo %} + Logo + {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + + \ No newline at end of file