diff --git a/_includes/head.html b/_includes/head.html index 441a587..64bf174 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -23,6 +23,9 @@ {%- if page.list == 'bullet' -%} {%- endif -%} + {%- if page.home == 'yes' -%} + + {%- endif -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} diff --git a/assets/css/logo.scss b/assets/css/logo.scss new file mode 100644 index 0000000..f730f0c --- /dev/null +++ b/assets/css/logo.scss @@ -0,0 +1,5 @@ +--- + +--- + +.logo { font-family: monospace, fixed; font-weight: bold; color: 00FF00; } diff --git a/index.md b/index.md index 498f77d..3f8a59b 100644 --- a/index.md +++ b/index.md @@ -2,10 +2,11 @@ title: pickmy.org:~$ layout: default permalink: /index.php +home: yes list: --- -
+