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

index.html « about « docs - github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c5211271820efd7dc02ab93fea2691f928d39ae (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
<!DOCTYPE html>
<html>

<head>
    
    <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">

<meta name="description" content="A new Hugo site.">
<title>
    About - Call me Sam
</title>


<link rel="shortcut icon" href="/hugo-theme-sam/sam.ico">








<link rel="stylesheet" href="/hugo-theme-sam/css/main.min.353ca4aba7f8dd7881fd0d5dfb3060f96bcc2f6367a8e1a2cbaba5d330d4baeb.css" integrity="sha256-NTykq6f43XiB/Q1d&#43;zBg&#43;WvML2NnqOGiy6ul0zDUuus=" crossorigin="anonymous" media="screen">





<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">

<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://victoria.dev/hugo-theme-sam/tn.png"/>

<meta name="twitter:title" content="About"/>
<meta name="twitter:description" content="Hello, I&rsquo;m Sam. I&rsquo;m a theme for Hugo. I&rsquo;m an extremely customizable, content-focused theme that lets you showcase your work your way. I&rsquo;m open source on GitHub.
I have slick minimalist templates for list pages (such as a list of blog posts) and single pages (a page to read one blog post). You can use tags on your content, and view content by tags.
I also have a simple responsive gallery built with CSS grid."/>

<meta property="og:title" content="About" />
<meta property="og:description" content="Hello, I&rsquo;m Sam. I&rsquo;m a theme for Hugo. I&rsquo;m an extremely customizable, content-focused theme that lets you showcase your work your way. I&rsquo;m open source on GitHub.
I have slick minimalist templates for list pages (such as a list of blog posts) and single pages (a page to read one blog post). You can use tags on your content, and view content by tags.
I also have a simple responsive gallery built with CSS grid." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://victoria.dev/hugo-theme-sam/about/" />
<meta property="og:image" content="https://victoria.dev/hugo-theme-sam/tn.png"/>
<meta property="article:published_time" content="2018-02-13T13:42:49-05:00" />
<meta property="article:modified_time" content="2018-02-13T13:42:49-05:00" /><meta property="og:site_name" content="Call me Sam" />


    

    
    
    
    <title>
        
        About
        
    </title>
</head>

<body>
    
    
    <header class="wrap flex-container">
        <h1>About</h1>
    </header>
    
    <main class="wrap">
        
        <article role="article" class="flex-container"><p>Hello, I&rsquo;m Sam. I&rsquo;m a theme for <a href="https://gohugo.io/">Hugo</a>. I&rsquo;m an extremely customizable, content-focused theme that lets you showcase your work your way. I&rsquo;m <a href="https://github.com/victoriadrake/hugo-theme-sam/">open source on GitHub</a>.</p>
<p>I have slick minimalist templates for list pages (such as a list of blog posts) and single pages (a page to read one blog post). You can use tags on your content, and view content by tags.</p>
<p>I also have a simple responsive gallery built with CSS grid. It&rsquo;ll look great on any screen, and all you have to do is provide a folder of images.</p>
<p>I&rsquo;m built and maintained by <a href="https://victoria.dev">Victoria Drake</a> and a lovely team of <a href="https://github.com/victoriadrake/hugo-theme-sam/graphs/contributors">contributors</a>.</p>
<p>This page uses the default <code>baseof.html</code> template.</p>
</article>
        

        
        
        <nav role="navigation" class="flex-container bottom-menu">
            
<hr />
<p>


    

    
        
            <a href="/hugo-theme-sam/posts">posts</a>
        
    
    
        
            &#183; 
            <a href="/hugo-theme-sam/gallery">gallery</a>
        
            &#183; 
            <a href="/hugo-theme-sam/portfolio">portfolio</a>
        
            &#183; 
            <a href="/hugo-theme-sam/about">who is sam?</a>
        
    
    &#183; 
    <a href="/hugo-theme-sam">
        main
    </a>

</p>
        </nav>
        
        
    </main>
    
    <footer class="flex-container footer">Call me Sam, a theme for Hugo.</footer>
    
    
</body>

</html>