

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://zharov.dev/</id>
  <title>Dmitriy Zharov</title>
  <subtitle>Software Engineer who knows Swift &amp; Objective-C and uses UIKit, AppKit, and SwiftUI</subtitle>
  <updated>2024-05-19T20:35:07+05:00</updated>
  <author>
    <name>Dmitriy Zharov</name>
    <uri>https://zharov.dev/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://zharov.dev/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://zharov.dev/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator>
  <rights> © 2024 Dmitriy Zharov </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Customize the Favicon</title>
    <link href="https://zharov.dev/posts/customize-the-favicon/" rel="alternate" type="text/html" title="Customize the Favicon" />
    <published>2019-08-10T22:34:00+06:00</published>
  
    <updated>2019-08-10T22:34:00+06:00</updated>
  
    <id>https://zharov.dev/posts/customize-the-favicon/</id>
    <content src="https://zharov.dev/posts/customize-the-favicon/" />
    <author>
      <name>dm_zharov</name>
    </author>

  
    
    <category term="Blogging" />
    
    <category term="Tutorial" />
    
  

  
    <summary>
      





      The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons.

Generate the favicon

Prepare a square image (PNG, JPG, or SVG) with a size of 512x512 or more, and then go to the online tool Real Favicon Generator and click the button Select your Favicon image ...
    </summary>
  

  </entry>

  
  <entry>
    <title>Getting Started</title>
    <link href="https://zharov.dev/posts/getting-started/" rel="alternate" type="text/html" title="Getting Started" />
    <published>2019-08-09T18:55:00+06:00</published>
  
    <updated>2019-08-09T18:55:00+06:00</updated>
  
    <id>https://zharov.dev/posts/getting-started/</id>
    <content src="https://zharov.dev/posts/getting-started/" />
    <author>
      <name>dm_zharov</name>
    </author>

  
    
    <category term="Blogging" />
    
    <category term="Tutorial" />
    
  

  
    <summary>
      





      Prerequisites

Follow the instructions in the Jekyll Docs to complete the installation of the basic environment. Git also needs to be installed.

Installation

Creating a New Site

There are two ways to create a new repository for this theme:


  Using the Chirpy Starter - Easy to upgrade, isolates irrelevant project files so you can focus on writing.
  GitHub Fork - Convenient for custom devel...
    </summary>
  

  </entry>

  
  <entry>
    <title>Writing a New Post</title>
    <link href="https://zharov.dev/posts/write-a-new-post/" rel="alternate" type="text/html" title="Writing a New Post" />
    <published>2019-08-08T12:10:00+06:00</published>
  
    <updated>2019-08-08T12:10:00+06:00</updated>
  
    <id>https://zharov.dev/posts/write-a-new-post/</id>
    <content src="https://zharov.dev/posts/write-a-new-post/" />
    <author>
      <name>dm_zharov</name>
    </author>

  
    
    <category term="Blogging" />
    
    <category term="Tutorial" />
    
  

  
    <summary>
      





      This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set.

Naming and Path

Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _posts of the root directory. Please note that the EXTENSION must be one of md and markdown. If you want to save time of cre...
    </summary>
  

  </entry>

  
  <entry>
    <title>Text and Typography</title>
    <link href="https://zharov.dev/posts/text-and-typography/" rel="alternate" type="text/html" title="Text and Typography" />
    <published>2019-08-08T09:33:00+06:00</published>
  
    <updated>2019-08-08T09:33:00+06:00</updated>
  
    <id>https://zharov.dev/posts/text-and-typography/</id>
    <content src="https://zharov.dev/posts/text-and-typography/" />
    <author>
      <name>dm_zharov</name>
    </author>

  
    
    <category term="Blogging" />
    
    <category term="Demo" />
    
  

  
    <summary>
      





      This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography.

Headings

H1 - heading

H2 - heading

H3 - heading

H4 - heading

Paragraph

Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas interdum malesuada egestas. Duis consectetur porta risus, sit amet vulputate urna facilis...
    </summary>
  

  </entry>

</feed>


