Skip to content

Commit dd47076

Browse files
committed
Change theme to blackdoc
Signed-off-by: Elmurod Talipov <elmurod.talipov@gmail.com>
1 parent 849417c commit dd47076

52 files changed

Lines changed: 1149 additions & 2901 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: "404: Page not found"
4+
permalink: 404.html
5+
---
6+
7+
<div class="page">
8+
<h1 class="page-title">404: Page not found</h1>
9+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
10+
</div>

Gemfile

100755100644
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
source 'http://rubygems.org'
2-
3-
gem "jekyll"
4-
gem "jekyll-paginate"
5-
gem "support-for"
1+
source "https://rubygems.org"
2+
gemspec

_config.yml

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
11
title: elmurod.net
2-
description: Бешикдан то қабргача илм изла
2+
description: software engineer notes
33

44
url: https://elmurod.net
5-
baseurl: ""
5+
baseurl: "/"
66
paginate_path: "blog/page:num/"
77
permalink: blog/:title/
88

99
markdown: kramdown
10-
highlighter: rouge
11-
plugins: [jekyll-paginate]
10+
kramdown:
11+
syntax_highlighter: rouge
12+
syntax_highlighter_opts:
13+
default_lang: csharp
14+
css_class: 'highlight'
15+
span:
16+
line_numbers: false
17+
block:
18+
line_numbers: false
19+
plugins:
20+
- jekyll-feed
21+
- jekyll-gist
22+
- jekyll-paginate
23+
1224
paginate: 5
1325

14-
navigation:
15-
- title: Home
16-
url: /index.html
17-
- title: About
18-
url: /about
26+
#navigation:
27+
# - title: Home
28+
# url: /index.html
29+
# - title: About
30+
# url: /about
1931
# - title: Contact
2032
# url: /contact
2133

2234
social:
2335
github: smartnode
2436
twitter: vorsagref
25-
# facebook: elmurod.talipov
37+
facebook: elmurod.talipov
2638
email: elmurod.talipov@gmail.com
2739

2840
google_analytics: "UA-24495574-1"
2941

30-
sass:
31-
sass_dir: assets/css
32-
style: compressed
33-
3442
show_drafts: false
3543
future: false

_drafts/2014-12-11-image-in-post.markdown

Lines changed: 0 additions & 19 deletions
This file was deleted.

_drafts/2014-12-12-figure-with-caption.markdown

Lines changed: 0 additions & 30 deletions
This file was deleted.

_drafts/2014-12-13-code-snippet.markdown

Lines changed: 0 additions & 22 deletions
This file was deleted.

_drafts/2014-12-14-featured-image.markdown

Lines changed: 0 additions & 18 deletions
This file was deleted.

_includes/footer.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

_includes/google_analytics.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

_includes/head.html

100755100644
Lines changed: 19 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,27 @@
11
<head>
2-
<meta charset="utf-8">
3-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4-
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<meta name="description" content="">
6-
<title>{{ page.title }}</title>
2+
<link href="http://gmpg.org/xfn/11" rel="profile">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
75

8-
<!-- Open Graph Meta -->
9-
<meta content="{{ site.title }}" property="og:site_name">
10-
{% if page.title %}
11-
<meta content="{{ page.title }}" property="og:title">
12-
{% else %}
13-
<meta content="{{ site.title }}" property="og:title">
14-
{% endif %}
15-
{% if page.title %}
16-
<meta content="article" property="og:type">
17-
{% else %}
18-
<meta content="website" property="og:type">
19-
{% endif %}
20-
{% if page.description %}
21-
<meta content="{{ page.description }}" property="og:description">
22-
{% else %}
23-
<meta content="{{ site.description }}" property="og:description">
24-
{% endif %}
25-
{% if page.url %}
26-
<meta content="{{ site.url }}{{ page.url }}" property="og:url">
27-
{% endif %}
28-
{% if page.date %}
29-
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time">
30-
<meta content="{{ site.url }}/about/" property="article:author">
31-
{% endif %}
32-
{% if page.image %}
33-
<meta content="{{ site.url }}/assets/img/{{ page.image }}" property="og:image">
34-
{% else %}
35-
<meta content="{{ '/assets/img/sky.jpg' | prepend: site.url }}" property="og:image">
36-
{% endif %}
6+
<!-- Enable responsiveness on mobile devices-->
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
378

38-
<!-- Twitter Cards -->
39-
<meta name="twitter:card" content="summary">
40-
<meta name="twitter:site" content="@{{ site.social.twitter }}">
41-
<meta name="twitter:creator" content="@{{ site.social.twitter }}">
42-
{% if page.title %}
43-
<meta name="twitter:title" content="{{ page.title }}">
9+
<title>
10+
{% if page.title == "Home" %}
11+
{{ site.title }} &middot; {{ site.tagline }}
4412
{% else %}
45-
<meta name="twitter:title" content="{{ site.title }}">
46-
{% endif %}
47-
{% if page.url %}
48-
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
13+
{{ page.title }} &middot; {{ site.title }}
4914
{% endif %}
50-
{% if page.description %}
51-
<meta name="twitter:description" content="{{ page.description }}">
52-
{% else %}
53-
<meta name="twitter:description" content="{{ site.description }}">
54-
{% endif %}
55-
{% if page.image %}
56-
<meta name="twitter:image:src" content="{{ site.url }}/assets/img/{{ page.image }}">
57-
{% else %}
58-
<meta name="twitter:image:src" content="{{ '/assets/img/sky.jpg' | prepend: site.url }}">
59-
{% endif %}
60-
61-
62-
<!-- Favicon -->
63-
<link rel="icon" type="image/x-icon" href="{{ "/assets/img/favicon.ico" | prepend: site.baseurl }}" />
64-
65-
<!-- Come and get me RSS readers -->
66-
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
67-
68-
<!-- Stylesheet -->
69-
<link rel="stylesheet" href="{{ "/assets/css/style.css" | prepend: site.baseurl }}">
70-
<!--[if IE 8]><link rel="stylesheet" href="{{ "/assets/css/ie.css" | prepend: site.baseurl }}"><![endif]-->
71-
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
15+
</title>
7216

73-
<!-- Modernizr -->
74-
<script src="{{ "/assets/js/modernizr.custom.15390.js" | prepend: site.baseurl }}" type="text/javascript"></script>
17+
<!-- CSS -->
18+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
19+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
20+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/blackdoc.css">
21+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abel|Roboto|Roboto+Condensed:300|Pacifico&display=swap">
22+
<!-- Icons -->
23+
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
7524

76-
{% if site.google_analytics %} {% include google_analytics.html %} {% endif %}
25+
<!-- RSS -->
26+
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
7727
</head>

0 commit comments

Comments
 (0)