Skip to content

Commit fa6bee4

Browse files
author
Владислав Прусаков
committed
Publish deploy 2023-04-09 02:58
1 parent e99b970 commit fa6bee4

File tree

9 files changed

+49
-52
lines changed

9 files changed

+49
-52
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
litecode.dev

authors/SpectralDragon/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="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 property="og:url" content="https://litecode.dev/authors/SpectralDragon"/><title>Vladislav Prusakov | LiteCode</title><meta name="twitter:title" content="Vladislav Prusakov | LiteCode"/><meta property="og:title" content="Vladislav Prusakov | LiteCode"/><meta name="description" content="LiteCode Team owner, iOS Engineer
22
33
SwiftUI lover"/><meta name="twitter:description" content="LiteCode Team owner, iOS Engineer
44
5-
SwiftUI lover"/><meta name="og:description" content="LiteCode Team owner, iOS Engineer
5+
SwiftUI lover"/><meta property="og:description" content="LiteCode Team owner, iOS Engineer
66
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 || [];
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 property="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 || [];
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
1010

codesyntax.css

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

44

5-
pre code .s-type {
6-
color: #3E6D74FF
5+
pre code .s-preprocessing {
6+
color: #63381FFF
77
}
88

9-
pre code .s-number {
10-
color: #1C00CEFF
9+
pre code .s-comment {
10+
color: #007400FF
1111
}
1212

13-
pre code .s-dotAccess {
13+
pre code .s-call {
1414
color: #25464AFF
1515
}
1616

17-
pre code .s-property {
18-
color: #3E6D74FF
19-
}
20-
21-
pre code .s-comment {
22-
color: #007400FF
17+
pre code .s-string {
18+
color: #C41A15FF
2319
}
2420

25-
pre code .s-preprocessing {
26-
color: #63381FFF
21+
pre code .s-type {
22+
color: #3E6D74FF
2723
}
2824

29-
pre code .s-call {
30-
color: #25464AFF
25+
pre code .s-property {
26+
color: #3E6D74FF
3127
}
3228

3329
pre code .s-keyword {
3430
color: #A90D91FF
3531
}
3632

37-
pre code .s-string {
38-
color: #C41A15FF
33+
pre code .s-dotAccess {
34+
color: #25464AFF
35+
}
36+
37+
pre code .s-number {
38+
color: #1C00CEFF
3939
}
4040

4141

4242

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

45-
pre code .s-property {
46-
color: #67B6A3FF
45+
pre code .s-type {
46+
color: #9EF0DDFF
4747
}
4848

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

53-
pre code .s-preprocessing {
54-
color: #FC8E3EFF
53+
pre code .s-property {
54+
color: #67B6A3FF
5555
}
5656

57-
pre code .s-comment {
58-
color: #6C7985FF
57+
pre code .s-string {
58+
color: #FC695DFF
5959
}
6060

61-
pre code .s-type {
62-
color: #9EF0DDFF
61+
pre code .s-number {
62+
color: #CFBF69FF
6363
}
6464

65-
pre code .s-keyword {
66-
color: #FC5FA2FF
65+
pre code .s-preprocessing {
66+
color: #FC8E3EFF
6767
}
6868

69-
pre code .s-number {
70-
color: #CFBF69FF
69+
pre code .s-comment {
70+
color: #6C7985FF
7171
}
7272

7373
pre code .s-call {
7474
color: #67B6A3FF
7575
}
7676

77-
pre code .s-string {
78-
color: #FC695DFF
77+
pre code .s-dotAccess {
78+
color: #67B6A3FF
7979
}
8080

8181

feed.rss

Lines changed: 2 additions & 4 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>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
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>Sun, 9 Apr 2023 01:53:20 +0300</lastBuildDate><pubDate>Sun, 9 Apr 2023 01:53:20 +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"><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>03 Apr 2020 • 1 min read</div></div></div><div class="article-image"><img class="full-width-image" src="https://litecode.dev/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some 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,9 +11,7 @@
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 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
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
1715

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

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 property="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev"/><meta name="twitter:url" content="https://litecode.dev"/><meta property="og:url" content="https://litecode.dev"/><title>index | LiteCode</title><meta name="twitter:title" content="index | LiteCode"/><meta property="og:title" content="index | LiteCode"/><meta name="description" content="A personal blog of LiteCode Team"/><meta name="twitter:description" content="A personal blog of LiteCode Team"/><meta property="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 property="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 container"><p>Copyright © LiteCode 2020. All rights reserved.</p></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"><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)