diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..d56389a --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,62 @@ + + + + + + + + + +{% seo %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

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

+

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

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + + {% if site.google_analytics %} + + {% endif %} + + diff --git a/assets/css/style.scss b/assets/css/style.scss index 181f91d..21d73d3 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,6 +1,10 @@ --- --- +#forkme_banner { + background: url('../images/blacktocat.png') #07c no-repeat 95% 50%; +} + @import "{{ site.theme }}"; .btn {