File: no_data_config_output.html

package info (click to toggle)
ruby-jekyll-data 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ruby: 909; sh: 95; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
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
<!-- test.html from test-theme: -->
<div id="main">
<div class="home">
<h2 class="page-heading lang">Site Details</h2>
<p>This site does not have a _data directory at source.</p>

<div>
<p>Is logo enabled? logo.png</p>
<p>Theme Variant: Charcoal</p>
<p>Show recent posts in a: list</p>
<p>Max no. of recent posts: 4</p>
</div>
</div>

</div>
<div class="sidebar">[--SIDEBAR CODE HERE--]</div>

<div id="footer">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/contact-me/">Contact Me</a></li>
<li><a href="/register/">Register</a></li>
</ul>

</div>