Skip to content

Commit de37a92

Browse files
authored
Add Podcasts (#77)
1 parent 52eb876 commit de37a92

30 files changed

+363
-14
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Page | Type | Template
1616
Normal | page | `page.ftl`
1717
Index | index | `index.ftl`
1818
Blog | - | `archive.ftl` (`blog.html`)
19+
Podcasts | - | `podcasts.ftl` (`podcasts.html`)
1920
Blog posts | post | `post.ftl`
21+
Podcast | post | `podcast.ftl`
2022

2123

2224
Template are contained in the folder `templates`. To add a custom template

assets/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,13 @@ a.carousel-arrow-next {
928928

929929
/* Blog */
930930

931+
.podcast-thumb-img {
932+
max-width: 250px;
933+
border: 1px solid #cfcfcfcf;
934+
}
935+
.blg-description {
936+
margin-top: 0;
937+
}
931938
.blg-summary {
932939
margin-bottom: 50px;
933940
position: relative;
@@ -978,7 +985,13 @@ a.carousel-arrow-next {
978985
text-decoration: none;
979986
}
980987
.blg-social .icon {
988+
display: inline-block;
981989
opacity: 0.7;
990+
margin-right: 10px;
991+
width: 30px;
992+
}
993+
.blg-social .icon img {
994+
width: 30px;
982995
}
983996
.blg-social > li:hover .icon {
984997
opacity: 1;

assets/img/apple_podcasts.png

3.01 KB
Loading

assets/img/google_podcasts.png

1.63 KB
Loading

assets/img/podcast_ep1.jpg

106 KB
Loading

assets/img/podcast_ep2.jpg

104 KB
Loading

assets/img/podcast_ep3.jpg

103 KB
Loading

assets/img/podcast_ep4.jpg

120 KB
Loading

assets/img/podcast_ep5.jpg

102 KB
Loading

assets/img/rob.png

147 KB
Loading

0 commit comments

Comments
 (0)