Skip to content

Commit ba236d7

Browse files
author
Владислав Прусаков
committed
Publish deploy 2020-06-03 17:13
1 parent d94596f commit ba236d7

File tree

16 files changed

+296
-80
lines changed

16 files changed

+296
-80
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
litecode.dev
1+
litecode.dev
84.1 KB
Loading

Images/socials/github.svg

Lines changed: 1 addition & 0 deletions
Loading

Images/socials/twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

authors.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"name": "Vladislav Prusakov",
4+
"description": "LiteCode Team owner, iOS Engineer\n\nSwiftUI lover",
5+
"username": "SpectralDragon",
6+
"avatar": "vprusakov.jpg",
7+
"socials": [
8+
{
9+
"username": "SpectralDragon",
10+
"social": "github"
11+
},
12+
{
13+
"username": "SpectralDragon_",
14+
"social": "twitter"
15+
}
16+
]
17+
}
18+
]

authors/SpectralDragon/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta name="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev/authors/SpectralDragon"/><meta name="twitter:url" content="https://litecode.dev/authors/SpectralDragon"/><meta name="og:url" content="https://litecode.dev/authors/SpectralDragon"/><title>Vladislav Prusakov | LiteCode</title><meta name="twitter:title" content="Vladislav Prusakov | LiteCode"/><meta name="og:title" content="Vladislav Prusakov | LiteCode"/><meta name="description" content="LiteCode Team owner, iOS Engineer
2+
3+
SwiftUI lover"/><meta name="twitter:description" content="LiteCode Team owner, iOS Engineer
4+
5+
SwiftUI lover"/><meta name="og:description" content="LiteCode Team owner, iOS Engineer
6+
7+
SwiftUI lover"/><meta name="twitter:card" content="summary_large_image"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/images"/><meta name="og:image" content="https://litecode.dev/images"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a class="header-logo" href="/"><h2>LiteCode</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container content-restriction safe-area-insets"><h1>Search by author <code>Vladislav Prusakov</code></h1><p>LiteCode Team owner, iOS Engineer</p><p>SwiftUI lover</p><div class="collection"><article class="article-item"><a href="/posts/first-post"><img src="/images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © LiteCode 2020. All rights reserved.</p></div></footer></body></html>

codesyntax.css

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22
/* Generated by `CodeSyntaxCSSGeneratorPlugin` https://github.com/SpectralDragon/CodeSyntaxCSSGeneratorPlugin */
33

44

5-
pre code .s-number {
6-
color: #1C00CEFF
5+
pre code .s-type {
6+
color: #3E6D74FF
77
}
88

9-
pre code .s-dotAccess {
10-
color: #25464AFF
9+
pre code .s-comment {
10+
color: #007400FF
1111
}
1212

13-
pre code .s-call {
14-
color: #25464AFF
13+
pre code .s-keyword {
14+
color: #A90D91FF
1515
}
1616

1717
pre code .s-preprocessing {
1818
color: #63381FFF
1919
}
2020

21+
pre code .s-call {
22+
color: #25464AFF
23+
}
24+
2125
pre code .s-string {
2226
color: #C41A15FF
2327
}
2428

25-
pre code .s-keyword {
26-
color: #A90D91FF
29+
pre code .s-number {
30+
color: #1C00CEFF
2731
}
2832

29-
pre code .s-comment {
30-
color: #007400FF
33+
pre code .s-dotAccess {
34+
color: #25464AFF
3135
}
3236

3337
pre code .s-property {
3438
color: #3E6D74FF
3539
}
3640

37-
pre code .s-type {
38-
color: #3E6D74FF
39-
}
40-
4141

4242

4343
@media(prefers-color-scheme: dark) {
4444

45-
pre code .s-keyword {
46-
color: #FC5FA2FF
45+
pre code .s-call {
46+
color: #67B6A3FF
4747
}
4848

49-
pre code .s-dotAccess {
50-
color: #67B6A3FF
49+
pre code .s-preprocessing {
50+
color: #FC8E3EFF
5151
}
5252

5353
pre code .s-number {
@@ -58,26 +58,26 @@ pre code .s-type {
5858
color: #67B6A3FF
5959
}
6060

61-
pre code .s-preprocessing {
62-
color: #FC8E3EFF
61+
pre code .s-keyword {
62+
color: #FC5FA2FF
6363
}
6464

6565
pre code .s-string {
6666
color: #FC695DFF
6767
}
6868

69+
pre code .s-comment {
70+
color: #6C7985FF
71+
}
72+
6973
pre code .s-type {
7074
color: #9EF0DDFF
7175
}
7276

73-
pre code .s-call {
77+
pre code .s-dotAccess {
7478
color: #67B6A3FF
7579
}
7680

77-
pre code .s-comment {
78-
color: #6C7985FF
79-
}
80-
8181

8282

8383
}

feed.rss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>LiteCode</title><description>A personal blog of LiteCode Team</description><link>https://litecode.dev</link><language>en</language><lastBuildDate>Wed, 15 Apr 2020 15:21:28 +0300</lastBuildDate><pubDate>Wed, 15 Apr 2020 15:21:28 +0300</pubDate><ttl>250</ttl><atom:link href="https://litecode.dev/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://litecode.dev/posts/first-post</guid><title>Custom NavigationView style</title><description>Create your own NavigationViewStyle.</description><link>https://litecode.dev/posts/first-post</link><pubDate>Fri, 3 Apr 2020 19:22:00 +0300</pubDate><content:encoded><![CDATA[<h1>Custom NavigationView style</h1><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
1+
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>LiteCode</title><description>A personal blog of LiteCode Team</description><link>https://litecode.dev</link><language>en</language><lastBuildDate>Sat, 18 Apr 2020 21:48:50 +0300</lastBuildDate><pubDate>Sat, 18 Apr 2020 21:48:50 +0300</pubDate><ttl>250</ttl><atom:link href="https://litecode.dev/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://litecode.dev/posts/first-post</guid><title>Custom NavigationView style</title><description>Create your own NavigationViewStyle.</description><link>https://litecode.dev/posts/first-post</link><pubDate>Fri, 3 Apr 2020 00:00:00 +0300</pubDate><content:encoded><![CDATA[<h1>Custom NavigationView style</h1><div class="article_info"><div><img class="avatar" src="https://litecode.dev/images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="https://litecode.dev/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><div><span>03 Apr 2020</span><span>0.68 min read</span></div></div></div></div><div class="article-image"><img src="https://litecode.dev/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some image"class="full-width-image"><p>Some image</p></div><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
22

33
<span class="s-keyword">struct</span> ContentView: <span class="s-type">View</span> {
44

@@ -11,7 +11,9 @@
1111
.<span class="s-call">navigationViewStyle</span>(<span class="s-type">DefaultNavigationViewStyle</span>())
1212
}
1313
}
14-
</code></pre><p>If we'll look into documentationm we doesn't see any method in protocol <code>NavigationViewStyle</code>, but if we implemented this method in class</p><blockquote><p>Some interresting thing</p></blockquote><blockquote class="blockquote-warning"><p>Some shits happend tho</p><pre><code><span class="s-keyword">import</span> SwiftUI
14+
</code></pre><p>If we'll look into documentationm we doesn't see any method in protocol <code>NavigationViewStyle</code>, but if we implemented this method in class</p><blockquote class="twitter-tweet"><p lang="ru" dir="ltr">Природа настолько очистилась, что Ленон возродился и что-то выпустил 2 недели назад <a href="https://t.co/u1hNVcJK0u">pic.twitter.com/u1hNVcJK0u</a></p>&mdash; Vladislav Prusakov (@SpectralDragon_) <a href="https://twitter.com/SpectralDragon_/status/1250093997764288512?ref_src=twsrc%5Etfw">April 14, 2020</a></blockquote>
15+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
16+
<blockquote><p>Some interresting thing</p></blockquote><blockquote class="blockquote-warning"><p>Some shits happend tho</p><pre><code><span class="s-keyword">import</span> SwiftUI
1517

1618
<span class="s-keyword">struct</span> ContentView: <span class="s-type">View</span> {
1719

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta name="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev"/><meta name="twitter:url" content="https://litecode.dev"/><meta name="og:url" content="https://litecode.dev"/><title>LiteCode</title><meta name="twitter:title" content="LiteCode"/><meta name="og:title" content="LiteCode"/><meta name="description" content="A personal blog of LiteCode Team"/><meta name="twitter:description" content="A personal blog of LiteCode Team"/><meta name="og:description" content="A personal blog of LiteCode Team"/><meta name="twitter:card" content="summary"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/Images"/><meta name="og:image" content="https://litecode.dev/Images"/><meta name="keywords" content="swift ios development apple watch iphone ipad swiftui uikit dev wwdc tutorial guide catalyst playground spectraldragon"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta name="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev"/><meta name="twitter:url" content="https://litecode.dev"/><meta name="og:url" content="https://litecode.dev"/><title>LiteCode</title><meta name="twitter:title" content="LiteCode"/><meta name="og:title" content="LiteCode"/><meta name="description" content="A personal blog of LiteCode Team"/><meta name="twitter:description" content="A personal blog of LiteCode Team"/><meta name="og:description" content="A personal blog of LiteCode Team"/><meta name="twitter:card" content="summary"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/images"/><meta name="og:image" content="https://litecode.dev/images"/><meta name="keywords" content="swift ios development apple watch iphone ipad swiftui uikit dev wwdc tutorial guide catalyst playground spectraldragon"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a class="header-logo" href="/"><h2>LiteCode</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container collection content-restriction safe-area-insets"><article class="article-item-new"><a href="/posts/first-post"><img src="/Images/vprusakov.jpg"/><div class="article-item-new-content"><div class="article-item-new-header"><h1>Custom NavigationView style</h1><span class="article-item-new-sign">NEW</span></div><h3 class="article-item-new-subtitle">Create your own NavigationViewStyle.</h3><div class="article-item-info"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><p class="article-date">03 Apr 2020</p></div></div></a></article></div><footer class="footer"><div class="footer-container content-restriction"><hr/><div class="about_me"><img class="avatar" src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><p>made by Vladislav Prusakov</p></div></div></footer></body></html>
5+
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a class="header-logo" href="/"><h2>LiteCode</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container collection content-restriction safe-area-insets"><article class="article-item-new"><a href="/posts/first-post"><img src="/images/vprusakov.jpg"/><div class="article-item-new-content"><div class="article-item-new-header"><h1>Custom NavigationView style</h1><span class="article-item-new-sign">NEW</span></div><h3 class="article-item-new-subtitle">Create your own NavigationViewStyle.</h3><div class="article-item-info"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><p class="article-date">03 Apr 2020</p></div></div></a></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © LiteCode 2020. All rights reserved.</p></div></footer></body></html>

0 commit comments

Comments
 (0)