Skip to content

Commit edddbb6

Browse files
committed
add boot.properties. update few posts
1 parent 82320e5 commit edddbb6

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

build.boot

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
(deftask build-dev
2929
"Build blog dev version"
3030
[]
31-
(comp (global-metadata)
31+
(comp ;(base)
32+
(global-metadata)
3233
(markdown)
33-
(draft)
34-
(ttr)
34+
(dump-meta)
35+
;(draft)
36+
;(ttr)
3537
(slug)
3638
(permalink)
37-
(canonical-url)
39+
;(canonical-url)
3840
(render :renderer 'blog.hashobject.views.post/render)
3941
(collection :renderer 'blog.hashobject.views.index/render :page "index.html")))
4042

@@ -51,4 +53,4 @@
5153
[]
5254
(comp (watch)
5355
(build-dev)
54-
(serve :resource-root "public")))
56+
(serve :resource-root "public")))

resources/posts/2014-02-10-tinychat.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ that way: static HTML page and lot of JavaScript (browser APIs and various servi
2929

3030
## Idea
3131

32-
Some time ago we saw interesting [demo](https://www.youtube.com/watch?v=N6UW0JY5PUs) by [Kevin Rose](http://twitter.com/kevinrose) of his new blog idea called 'tiny'. We thought about it and came up with idea for
33-
our hackathon project. We called it 'tinyChat'.
32+
Some time ago we saw interesting [demo](https://www.youtube.com/watch?v=N6UW0JY5PUs) by [Kevin Rose](http://twitter.com/kevinrose) of his new blog idea called 'tiny'. We thought about it and came up with idea for our hackathon project. We called it 'tinyChat'.
3433

3534
Seems like there are basically two options for communication right now:
3635

resources/posts/2014-04-26-first-timers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author-twitter: podviaznikov
99
author-avatar: /images/anton-avatar.png
1010
location: Ohrid, Macedonia
1111
date-created: 2014-04-26
12-
date-modified: 2015-05-31
12+
date-modified: 2015-10-11
1313
date-published: 2014-04-26
1414
headline:
1515
in-language: en
@@ -19,7 +19,7 @@ discussion-url: https://github.com/hashobject/blog.hashobject.com/issues/15
1919
## Intro
2020

2121
For the last 2.5 years [Maryna](http://twitter.com/m_aleksandrova) and I are living the
22-
[digital nomad](http://en.wikipedia.org/wiki/Digital_nomad) lifestyle. We are travelling around the world while
22+
[digital nomad](http://en.wikipedia.org/wiki/Digital_nomad) lifestyle. We are traveling around the world while
2323
working as designer and developer. We have visited handful of countries during this period and I noticed one interesting thing: while travelling we are always trying something new and doing something that we never did before.
2424
Here is my list of "first-timers".
2525

resources/posts/2014-05-11-is-history-harmful.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author-twitter: podviaznikov
99
author-avatar: /images/anton-avatar.png
1010
location: Ohrid, Macedonia
1111
date-created: 2014-05-11
12-
date-modified: 2014-05-31
12+
date-modified: 2015-10-11
1313
date-published: 2014-05-11
1414
headline:
1515
in-language: en
@@ -70,6 +70,6 @@ many things, ideas, idols, ideals from the past are quite obsolete now.
7070

7171
## Conclusion
7272

73-
Can we imagine what will happen if we just "forget" all the history? Wars between the nations, slavery, genocides etc. How we will treat every new person we meet? Will his nationality, origin, skin color matter to us?
73+
Can we imagine what will happen if we just "forget" all the history? Wars between the nations, slavery, genocides etc. How we will treat every new person we meet? Will his nationality, origin, skin color matter to us?
7474

7575
Does the history protect us from repeating mistakes of the past or does it influence our attitude to each other?

0 commit comments

Comments
 (0)