mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Added a new description
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -44,7 +44,7 @@ baseurl: ''
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Site description
 | 
					# Site description
 | 
				
			||||||
title: 'Personal blog'
 | 
					title: 'Personal blog'
 | 
				
			||||||
description: 'I create software. Sometimes I write in this blog.'
 | 
					description: 'Full-Stack Web Developer.'
 | 
				
			||||||
avatar: 'https://www.gravatar.com/avatar/989fb5288ac482414a6d13acc329cc38?s=148'
 | 
					avatar: 'https://www.gravatar.com/avatar/989fb5288ac482414a6d13acc329cc38?s=148'
 | 
				
			||||||
repos: 'https://github.com/valentineus/valentineus.github.io'
 | 
					repos: 'https://github.com/valentineus/valentineus.github.io'
 | 
				
			||||||
rss: '/atom.xml'
 | 
					rss: '/atom.xml'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,8 @@
 | 
				
			|||||||
        <img alt="[Avatar]" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" />
 | 
					        <img alt="[Avatar]" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <p>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% for link in site.data.aside_links %}
 | 
					    {% for link in site.data.aside_links %}
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
        <span>{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span>
 | 
					        <span>{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user