From d5aa8a42a41d761be2de988b6bbe63b08bf15c20 Mon Sep 17 00:00:00 2001 From: Philippe Bourgau Date: Thu, 8 Jun 2017 09:10:23 +0200 Subject: [PATCH] Add links at the bottom of the layout In order to release alpha version - link to the project owner blog - link to doc - link to source code - link to open source license --- DayBook.md | 22 +++++++++++++--------- app/views/layouts/application.html.erb | 11 +++++++++++ 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/DayBook.md b/DayBook.md index ce0eef0..3130725 100644 --- a/DayBook.md +++ b/DayBook.md @@ -1,9 +1,8 @@ # TODO Release Alpha -* Doc / home page +* ~~Doc / home page * ~~Explain what's the need * how to use it~~ - * demo video * ~~where it's available * limitations * explain it's open source, with the licence, and that instructions can be found in the repo @@ -12,13 +11,12 @@ * repo * author * Ask for feedback~~ -* readme +* ~~readme * ~~link badges * heroku live * zenhub issues * what it does * ~~the vision~~ - * the video * ~~run it~~ * ~~how it is deployed~~ * ~~how to deploy it yourself~~ @@ -32,14 +30,20 @@ * simplest things * TODOs for technical debt (esp at beginning)~~ * The video - + * write down a script + * setup obs + * record it + * push it to github + * add it to readme + * add it to the homepage +* ~~links at the bottom: + * the author, my blog + * repo, open source + * a doc page~~ + * push * make it responsive ! * check the work needed * can I do it this week or do I need another one ? -* links at the bottom: - * the author, my blog - * repo, open source - * a doc page * v0.1 * publish the homepage to social media * is it published through my rss ? diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2de643c..3c8a8e5 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -20,6 +20,17 @@ <%= yield %> +
+
+ +
<%= debug(params) if Rails.env.development? %>