-
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.
- Loading branch information
Showing
19 changed files
with
91 additions
and
178 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,15 +1,9 @@ | ||
--- | ||
title: "about me" | ||
date: 2021-01-06T17:44:06+03:00 | ||
--- | ||
Hi. | ||
# Hi there. My name is Aleksandr Sobolev, and this is a little website I've made. | ||
|
||
My name is Aleksandr Sobolev, and this is my fabulous homepage. | ||
|
||
I'm a software engineer from Saint Petersburg, Russia, living abroad right now. | ||
I'm a software engineer from Saint Petersburg, Russia, living abroad for now. | ||
|
||
I love coding, games and memes. | ||
|
||
Have a nice day. | ||
Also, хуй войне. | ||
|
||
Also, хуй войне. | ||
Have a nice day. |
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,5 @@ | ||
{{ define "main"}} | ||
<div> | ||
<h1 id="title">404</h1> | ||
</div> | ||
{{ end }} |
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,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous"> | ||
<style> | ||
body { | ||
background-color: #dbdbdb; | ||
} | ||
|
||
a { | ||
text-decoration: underline; | ||
} | ||
|
||
.block-intro p { | ||
font-size: 1.2em; | ||
font-weight: 200; | ||
padding-top: 1.2em; | ||
margin: 0; | ||
color: #2b2f32; | ||
font-family: monospace; | ||
} | ||
|
||
.link-menu { | ||
color: #6c757d; | ||
font-size: 1em; | ||
text-decoration: none; | ||
font-family: monospace; | ||
} | ||
|
||
.link-menu:hover, .link-menu:focus { | ||
color: #2630c1; | ||
} | ||
|
||
a { | ||
color: #6c757d; | ||
} | ||
|
||
a:hover, a:focus { | ||
color: #2b2f32; | ||
} | ||
|
||
main h1, main h2 { | ||
font-family: monospace; | ||
color: #2b2f32; | ||
} | ||
</style> | ||
{{ $title := print .Site.Title " | " .Title }} | ||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} | ||
<title>{{ $title }}</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="nav-scroller mb-2 py-2 my-2"> | ||
<nav class="nav d-flex justify-content-start"> | ||
{{ range .Site.Menus.main }} | ||
{{ if .Weight }} | ||
{{ $text := print .Name | safeHTML }} | ||
<a class="me-3 link-menu" href="{{ .URL }}">{{ $text }}</a> | ||
{{ end }} | ||
{{ end }} | ||
</nav> | ||
</div> | ||
</div> | ||
<main class="container"> | ||
{{- block "main" . }}{{- end }} | ||
</main><!-- /.container --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RY02M6FNYP"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-RY02M6FNYP'); | ||
</script> | ||
</body> | ||
</html> |
4 changes: 1 addition & 3 deletions
4
...ndr-name-theme/layouts/_default/list.html → layouts/_default/list.html
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{{ define "main" }} | ||
<div class="p-4 mb-4 text-white rounded bg-hehe"> | ||
<div class="col-md-6 px-0 block-intro"> | ||
{{ .Content }} | ||
</div> | ||
<div class="col-md-6 px-0 block-intro"> | ||
{{ .Content }} | ||
</div> | ||
{{ end }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
themes/xndr-name-theme/layouts/partials/post-metadata.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.