Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « about - github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db24fe3f45fcc0dba8ebdfbcf757c24510e0b16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en-us">
    <head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ticky Tacky Dark - About</title>
<meta name="description" content="Hugo, the world’s fastest framework for building websites">
<meta name="author" content="Hugo Authors">
<link rel="icon" href="/ticky_tacky_dark/favicon.ico"><meta property="og:title" content="About" />
<meta property="og:description" content="Hugo, the world’s fastest framework for building websites" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://kc0bfv.github.io/ticky_tacky_dark/about/" /><meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg" /><meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/awesome02.jpg" /><meta property="article:section" content="" />
<meta property="article:published_time" content="2019-12-08T00:00:00+00:00" />
<meta property="article:modified_time" content="2019-12-08T00:00:00+00:00" />

<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg"/>

<meta name="twitter:title" content="About"/>
<meta name="twitter:description" content="Hugo, the world’s fastest framework for building websites"/>


<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="theme-color" content="black">





<meta name="generator" content="Hugo 0.105.0">

<link rel="stylesheet" href="/ticky_tacky_dark/css/custom.min.434d878244725c63e8bb3920d68a315d2aa4234915a33e045fe01ad3c2838617.css" integrity="sha256-Q02HgkRyXGPouzkg1ooxXSqkI0kVoz4EX&#43;Aa08KDhhc="/>

<noscript>
    <style>
        
            #headerimg {
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
        
            #sideimage {
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg);
                background-size: cover;
            }
        
    </style>
</noscript>

<script>
    function randomImg(dest_elem, images) {
        const img_ind = Math.ceil(Math.random() * images.length) - 1;
        const sel_url = images[img_ind]
        const img = new Image();
        img.onload = function() {
            function set_img() {
                const element = document.getElementById(dest_elem);
                element.src = sel_url;
            }
            if( document.readyState != "loading" ) { set_img() }
            else { window.addEventListener("load", set_img); }
        }
        img.src = sel_url;
    }
    
        randomImg(
            dest_elem = "headerimg",
            images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"]
        );
    
    
        randomImg(
            dest_elem = "sideimage",
            images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/awesome02.jpg"]
        );
    
</script>
</head>
    <body>
        <div id="full_body">
            <header id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="">
<div id="header-text">tickytackydark</div></header>
            <div id="content" class="top-section">
                <div class="container-fluid">
                    <div class="row">
                        <div class="col col-12 col-sm-8 col-lg-9">
                            <main class="row">
    <div class="col-12 col-sm-5">
        
            <img id="sideimage" class="morerounded" src="/ticky_tacky_dark/img/side_image_template.png" alt="Awesome Page Image">
        
    </div>
    <div class="col-12 col-sm-7">
        <p>Written in Go, Hugo is an open source static site generator available under the <a href="https://github.com/gohugoio/hugo/blob/master/LICENSE">Apache Licence 2.0.</a> Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.</p>
<p>Hugo makes use of a variety of open source projects including:</p>
<ul>
<li><a href="https://github.com/yuin/goldmark">https://github.com/yuin/goldmark</a></li>
<li><a href="https://github.com/alecthomas/chroma">https://github.com/alecthomas/chroma</a></li>
<li><a href="https://github.com/muesli/smartcrop">https://github.com/muesli/smartcrop</a></li>
<li><a href="https://github.com/spf13/cobra">https://github.com/spf13/cobra</a></li>
<li><a href="https://github.com/spf13/viper">https://github.com/spf13/viper</a></li>
</ul>
<p>Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.</p>
<p>Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.</p>
<p>Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.</p>
<p>Learn more and contribute on <a href="https://github.com/gohugoio">GitHub</a>.</p>

    </div>

                            </main>
                        </div>
                        <nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
    <ul class="navbar">
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
            <li>About</li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/">Markdown Syntax Guide</a></li>
            <li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/">Emoji Support</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/rich-content/">Rich Content</a></li>
    </ul>
</div>
</nav>
                    </div>
                </div>
            </div>
            <footer id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
</footer></div>
    </body>
    
</html>