generated from TryGhost/Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
80 additions
and
30 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,6 @@ | |
display: block; | ||
padding: 10px 0; | ||
font-weight: 600; | ||
font-size: 1.6rem; | ||
line-height: 1em; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{{!< default}} | ||
<div class="gh-page"> | ||
<div class="gh-container"> | ||
<div class="intro"> | ||
<img src="assets/me.png" srcset="assets/me.png 2x" alt="Picture of me garnished with a rose"/> | ||
<p>Hey there. I’m Đorđe, a software designer from Serbia, <span class="dont-wrap">now living in Lisbon, Portugal.</span></p> | ||
</div> | ||
|
||
<div class="block"> | ||
<h2>Latest Writing</h2> | ||
<ul> | ||
{{#foreach posts limit="5"}} | ||
{{> "list" page=../pagination.page }} {{!-- partials/list.hbs --}} | ||
{{/foreach}} | ||
</ul> | ||
<p><a href="#">see all</a></p> | ||
{{!-- <p>If you enjoyed these, you can <a href="{{@site.signup_url}}">subscribe</a> to future posts, grab the <a href="{{@site.url}}/rss/">RSS feed</a>, or check the entire <a href="#">archive</a>.</p> --}} | ||
</div> | ||
|
||
<div class="block"> | ||
<h2>Other</h2> | ||
<ul> | ||
<li>I used to write <a href="https://nevinooptuzen.substack.com">TV recaps of a Yugoslavian cop TV show from the 90s</a>†</li> | ||
<li>I work for <a href="https://ghost.org"><span class="ghost-line">Ghost Foundation <img src="assets/boo.gif" alt="Boo"></span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
<footer class="gh-foot"> | ||
<div class="gh-container"> | ||
<hr class="gh-separator"/> | ||
<p>© 2023 Đorđe Vlaisavljević · <a href="mailto:[email protected]">Email</a> · <a href="https://www.are.na/dorde-vlaisavljevic">Arena</a></p> | ||
<p>updated: 16 Dec 2023 · <a href="mailto:[email protected]">Email</a> · <a href="https://www.are.na/dorde-vlaisavljevic">Arena</a> · <a href="https://letterboxd.com/trojerucica/">Letterboxd</a> · <a href="https://read.cv/djordjevlais">cv</a></p> | ||
{{!-- <div class="gh-foot-meta"> | ||
Published with <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> | ||
</div> --}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters