diff --git a/build.rb b/build.rb index dd69edd..587c1bb 100644 --- a/build.rb +++ b/build.rb @@ -273,7 +273,7 @@ create_xml($rss) puts "Building 'index.html'…" html_content = [] $rss[:channel][:items].each do |item| - inner_html = '

' + + inner_html = '

' + '' + item[:title] + '' + '

' + get_date(Time.parse(item[:pubDate]).to_s.split(/\s+/)[0]) + ' | ' + item[:category] + '

' + item[:description] + '

' diff --git a/css/extra.css b/css/extra.css index ff29acc..23ee950 100644 --- a/css/extra.css +++ b/css/extra.css @@ -29,6 +29,6 @@ footer > *:first-child {margin-top: 1em;} footer {word-wrap: break-word;} } -div {margin-bottom:1em;padding-bottom:1em;border-bottom: 1px solid #ddd;} -div:last-child {border:none;} -div .meta {margin-bottom: 0;} +div.entry {margin-bottom:1em;padding-bottom:1em;border-bottom: 1px solid #ddd;} +div.entry:last-child {border:none;} +div.entry .meta {margin-bottom: 0;} diff --git a/ebooks/entry001.epub b/ebooks/entry001.epub index 14df9e9..1c14d26 100644 Binary files a/ebooks/entry001.epub and b/ebooks/entry001.epub differ diff --git a/ebooks/entry001.mobi b/ebooks/entry001.mobi index 79b3028..059e3b8 100644 Binary files a/ebooks/entry001.mobi and b/ebooks/entry001.mobi differ diff --git a/ebooks/entry002.epub b/ebooks/entry002.epub new file mode 100644 index 0000000..61ab41f Binary files /dev/null and b/ebooks/entry002.epub differ diff --git a/ebooks/entry002.mobi b/ebooks/entry002.mobi new file mode 100644 index 0000000..092b8db Binary files /dev/null and b/ebooks/entry002.mobi differ diff --git a/feed/rss.xml b/feed/rss.xml index 50039e3..358bc7d 100644 --- a/feed/rss.xml +++ b/feed/rss.xml @@ -31,6 +31,29 @@ https://blog.cliteratu.re + + + https://blog.cliteratu.re/html/entry002 + + + Digital Publishing as Publishing from Scratch + + + https://blog.cliteratu.re/html/entry002.html + + + A general comparation between the most common methods for developing EPUBs. + + + nika.zhenya@cliteratu.re (Nika Zhenya) + + + Methodology + + + Wed, 03 Oct 2018 00:00:00 -0500 + + https://blog.cliteratu.re/html/entry001 diff --git a/html/entry001.html b/html/entry001.html index 96d2f3e..b5ce386 100644 --- a/html/entry001.html +++ b/html/entry001.html @@ -16,7 +16,7 @@

Publishing is Coding: Change My Mind

-

A broken english version of some Nika Zhenya's entries published in Mariana Eguaras's blog.

+

A broken english version of some Nika Zhenya's entries published in Mariana Eguaras's blog.