move to haml blogs and change path

normal app/view path will make easy rendering as partial possible
This commit is contained in:
Torsten Ruger 2017-06-12 17:51:57 +03:00
parent bffed0a7fb
commit 1e20958d8c
4 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,9 @@
%p
some text that will be the short summary at the beggining.
Remembering that the file name becomes the title (h1)
%h2 Sub Headings should start with 2
%p
They have more text possibly with links
= ext_link "Github" , "http://github.com/"

View File

@ -26,7 +26,7 @@ module WebDevSite
config.assets.paths << Gem.loaded_specs['susy'].full_gem_path+'/sass'
config.blog_path = Rails.root.to_s + "/app/blog"
config.blog_path = Rails.root.to_s + "/app/views/blog"
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers

View File

@ -1,5 +0,0 @@
## Title
### Subtitle
And some text about Bitcoin