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

index.html « image-post « posts « docs - github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e25bfe967134832ba627bec4fab6f182e7f04653 (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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!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>
    &lt;strong&gt;Image&lt;/strong&gt; post - Call me Sam
</title>


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








<link rel="stylesheet" href="/hugo-theme-sam/css/main.min.6d10ea1ed2e66d431267324e2126b185c40ae2a7adb70d109ce81ce22729f1c3.css" integrity="sha256-bRDqHtLmbUMSZzJOISaxhcQK4qettw0QnOgc4icp8cM=" 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/posts/ideas.png"/>

<meta name="twitter:title" content="**Image** post"/>
<meta name="twitter:description" content="Hello! I&rsquo;m a blog post with an image. Thanks to Open Graph and Twitter metadata, external links to this page will feature the image below.
To make this happen, set the images parameter in your post&rsquo;s front-matter, like this YAML example:
images: - /posts/ideas.png "/>

<meta property="og:title" content="**Image** post" />
<meta property="og:description" content="Hello! I&rsquo;m a blog post with an image. Thanks to Open Graph and Twitter metadata, external links to this page will feature the image below.
To make this happen, set the images parameter in your post&rsquo;s front-matter, like this YAML example:
images: - /posts/ideas.png " />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://victoria.dev/hugo-theme-sam/posts/image-post/" />
<meta property="og:image" content="https://victoria.dev/posts/ideas.png" />
<meta property="article:published_time" content="2018-02-19T12:41:46-05:00" />
<meta property="article:modified_time" content="2018-02-19T12:41:46-05:00" /><meta property="og:site_name" content="Call me Sam" />


    

    
    
    
    <title>
        
        &lt;strong&gt;Image&lt;/strong&gt; post
        
    </title>
</head>

<body>
    
    
    <header class="wrap flex-container">
        <h1><strong>Image</strong> post</h1>
    </header>
    
    <main class="wrap">
        
<div class="flex-container">
    <aside role="complementary">
        Mon Feb 19, 2018 &#183; 44 words
        <div class="tag-container">
            
            
            <span class="tag">
                <a href="/hugo-theme-sam/tags/blog/">
                    blog
                </a>
            </span>
            
            
            
            <span class="tag">
                <a href="/hugo-theme-sam/tags/story/">
                    story
                </a>
            </span>
            
            
        </div>
    </aside>
    <hr />
    <article role="article">
        <p>Hello! I&rsquo;m a blog post with an image. Thanks to Open Graph and Twitter metadata, external links to this page will feature the image below.</p>
<p><img src="/posts/ideas.png" alt="Ideas"></p>
<p>To make this happen, set the <code>images</code> parameter in your post&rsquo;s <a href="https://gohugo.io/content-management/front-matter/">front-matter</a>, like this YAML example:</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#f92672">images</span>:
    - <span style="color:#ae81ff">/posts/ideas.png</span>
</code></pre></div>
    </article>
</div>


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


    
        <a href="/hugo-theme-sam/posts">back</a>
        
            &#183;
        
    

    
        
            <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>