Skip to content

Commit 07ad56b

Browse files
committed
modify structure
1 parent 4484cb6 commit 07ad56b

24 files changed

+573
-8
lines changed

conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
("/archive.html", "Archive"),
146146
("/categories/", "Tags"),
147147
("/rss.xml", "RSS feed"),
148+
("/recipes/", "Recipes"),
148149
),
149150
}
150151

@@ -157,6 +158,7 @@
157158

158159
# Name of the theme to use.
159160
THEME = "bootblog4"
161+
#THEME = "yesplease"
160162

161163
# A theme color. In default themes, it might be displayed by some browsers as
162164
# the browser UI color (eg. Chrome on Android). Other themes might also use it

docs/archive.html

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
</li>
4848
<li class="nav-item">
4949
<a href="rss.xml" class="nav-link">RSS feed</a>
50+
</li>
51+
<li class="nav-item">
52+
<a href="recipes/" class="nav-link">Recipes</a>
5053

5154

5255
</li>

docs/categories/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
</li>
4848
<li class="nav-item">
4949
<a href="../rss.xml" class="nav-link">RSS feed</a>
50+
</li>
51+
<li class="nav-item">
52+
<a href="../recipes/" class="nav-link">Recipes</a>
5053

5154

5255
</li>

docs/galleries/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
</li>
5656
<li class="nav-item">
5757
<a href="../rss.xml" class="nav-link">RSS feed</a>
58+
</li>
59+
<li class="nav-item">
60+
<a href="../recipes/" class="nav-link">Recipes</a>
5861

5962

6063
</li>

docs/galleries/rss.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>galleries</title><link>https://example.com/galleries/rss.xml</link><description></description><language>en</language><lastBuildDate>Fri, 20 Sep 2024 09:10:32 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs></channel></rss>
2+
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>galleries</title><link>https://example.com/galleries/rss.xml</link><description></description><language>en</language><lastBuildDate>Fri, 20 Sep 2024 13:27:51 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs></channel></rss>

docs/index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<meta property="og:site_name" content="Kraljica's Cookbook">
1515
<meta property="og:title" content="Under construction">
1616
<meta property="og:url" content="https://example.com/">
17-
<meta property="og:description" content="Under construction">
17+
<meta property="og:description" content="Under construction
18+
A link
19+
Another link
20+
Yet another link">
1821
<meta property="og:type" content="article">
1922
<meta property="article:published_time" content="2024-09-18T17:33:19+02:00">
2023
</head>
@@ -59,6 +62,9 @@
5962
</li>
6063
<li class="nav-item">
6164
<a href="rss.xml" class="nav-link">RSS feed</a>
65+
</li>
66+
<li class="nav-item">
67+
<a href="recipes/" class="nav-link">Recipes</a>
6268

6369

6470
</li>
@@ -80,6 +86,9 @@
8086

8187
</header><div class="e-content entry-content" itemprop="articleBody text">
8288
<p>Under construction</p>
89+
<p><a class="reference external" href="recipes/pg2/">A link</a></p>
90+
<p><a class="reference external" href="recipes/pg3/">Another link</a></p>
91+
<p><a class="reference external" href="recipes/pg4/">Yet another link</a></p>
8392
</div>
8493

8594

docs/index.rst

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88
.. type: text
99
1010
Under construction
11+
12+
`A link <link://slug/pg2>`_
13+
14+
`Another link <link://slug/pg3>`_
15+
16+
`Yet another link <link://slug/pg4>`_

docs/listings/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
</li>
4848
<li class="nav-item">
4949
<a href="../rss.xml" class="nav-link">RSS feed</a>
50+
</li>
51+
<li class="nav-item">
52+
<a href="../recipes/" class="nav-link">Recipes</a>
5053

5154

5255
</li>

docs/recipes/index.html

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Recipes | Kraljica's Cookbook</title>
7+
<link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
8+
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
9+
<meta name="theme-color" content="#5670d4">
10+
<meta name="generator" content="Nikola (getnikola.com)">
11+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../rss.xml">
12+
<link rel="canonical" href="https://example.com/recipes/">
13+
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="the-kraljica">
14+
<meta property="og:site_name" content="Kraljica's Cookbook">
15+
<meta property="og:title" content="Recipes">
16+
<meta property="og:url" content="https://example.com/recipes/">
17+
<meta property="og:description" content="Under construction
18+
A link
19+
Another link
20+
Yet another link">
21+
<meta property="og:type" content="article">
22+
<meta property="article:published_time" content="2024-09-18T17:33:19+02:00">
23+
</head>
24+
<body>
25+
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
26+
27+
<!-- Header and menu bar -->
28+
<div class="container">
29+
<header class="blog-header py-3"><div class="row nbb-header align-items-center">
30+
<div class="col-md-3 col-xs-2 col-sm-2" style="width: auto;">
31+
<button class="navbar-toggler navbar-light bg-light nbb-navbar-toggler" type="button" data-toggle="collapse" data-target=".bs-nav-collapsible" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
32+
<span class="navbar-toggler-icon"></span>
33+
</button>
34+
<div class="collapse bs-nav-collapsible bootblog4-search-form-holder">
35+
36+
</div>
37+
</div>
38+
<div class="col-md-6 col-xs-10 col-sm-10 bootblog4-brand" style="width: auto;">
39+
<a class="navbar-brand blog-header-logo text-dark" href="../">
40+
41+
<span id="blog-title">Kraljica's Cookbook</span>
42+
</a>
43+
</div>
44+
<div class="col-md-3 justify-content-end align-items-center bs-nav-collapsible collapse flex-collapse bootblog4-right-nav">
45+
<nav class="navbar navbar-light bg-white"><ul class="navbar-nav bootblog4-right-nav">
46+
<li class="nav-item">
47+
<a href="index.rst" id="sourcelink" class="nav-link">Source</a>
48+
</li>
49+
50+
51+
52+
</ul></nav>
53+
</div>
54+
</div>
55+
</header><nav class="navbar navbar-expand-md navbar-light bg-white static-top"><div class="collapse navbar-collapse bs-nav-collapsible" id="bs-navbar">
56+
<ul class="navbar-nav nav-fill d-flex w-100">
57+
<li class="nav-item">
58+
<a href="../archive.html" class="nav-link">Archive</a>
59+
</li>
60+
<li class="nav-item">
61+
<a href="../categories/" class="nav-link">Tags</a>
62+
</li>
63+
<li class="nav-item">
64+
<a href="../rss.xml" class="nav-link">RSS feed</a>
65+
</li>
66+
<li class="nav-item active">
67+
<a href="." class="nav-link">Recipes <span class="sr-only">(active)</span></a>
68+
69+
70+
</li>
71+
</ul>
72+
</div>
73+
<!-- /.navbar-collapse -->
74+
</nav>
75+
</div>
76+
77+
<div class="container" id="content" role="main">
78+
<div class="body-content">
79+
<!--Body content-->
80+
81+
82+
83+
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Recipes</a></h1>
84+
85+
86+
87+
</header><div class="e-content entry-content" itemprop="articleBody text">
88+
<p>Under construction</p>
89+
<p><a class="reference external" href="pg2/">A link</a></p>
90+
<p><a class="reference external" href="pg3/">Another link</a></p>
91+
<p><a class="reference external" href="pg4/">Yet another link</a></p>
92+
</div>
93+
94+
95+
</article><!--End of body content--><footer id="footer">
96+
Contents © 2024 <a href="mailto:[email protected]">the-kraljica</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
97+
98+
99+
</footer>
100+
</div>
101+
</div>
102+
103+
104+
<script src="../assets/js/all-nocdn.js"></script><script>
105+
baguetteBox.run('div#content', {
106+
ignoreClass: 'islink',
107+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
108+
</script>
109+
</body>
110+
</html>

docs/recipes/index.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. title: Recipes
2+
.. slug: index
3+
.. date: 2024-09-18 17:33:19 UTC+02:00
4+
.. tags:
5+
.. category:
6+
.. link:
7+
.. description:
8+
.. type: text
9+
10+
Under construction
11+
12+
`A link <link://slug/pg2>`_
13+
14+
`Another link <link://slug/pg3>`_
15+
16+
`Yet another link <link://slug/pg4>`_

docs/recipes/pg2/index.html

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Pg 2 | Kraljica's Cookbook</title>
7+
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
8+
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
9+
<meta name="theme-color" content="#5670d4">
10+
<meta name="generator" content="Nikola (getnikola.com)">
11+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../rss.xml">
12+
<link rel="canonical" href="https://example.com/recipes/pg2/">
13+
<!--[if lt IE 9]><script src="../../assets/js/html5.js"></script><![endif]--><meta name="author" content="the-kraljica">
14+
<meta property="og:site_name" content="Kraljica's Cookbook">
15+
<meta property="og:title" content="Pg 2">
16+
<meta property="og:url" content="https://example.com/recipes/pg2/">
17+
<meta property="og:description" content="Pg 2">
18+
<meta property="og:type" content="article">
19+
<meta property="article:published_time" content="2024-09-18T17:33:19+02:00">
20+
</head>
21+
<body>
22+
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
23+
24+
<!-- Header and menu bar -->
25+
<div class="container">
26+
<header class="blog-header py-3"><div class="row nbb-header align-items-center">
27+
<div class="col-md-3 col-xs-2 col-sm-2" style="width: auto;">
28+
<button class="navbar-toggler navbar-light bg-light nbb-navbar-toggler" type="button" data-toggle="collapse" data-target=".bs-nav-collapsible" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
29+
<span class="navbar-toggler-icon"></span>
30+
</button>
31+
<div class="collapse bs-nav-collapsible bootblog4-search-form-holder">
32+
33+
</div>
34+
</div>
35+
<div class="col-md-6 col-xs-10 col-sm-10 bootblog4-brand" style="width: auto;">
36+
<a class="navbar-brand blog-header-logo text-dark" href="../../">
37+
38+
<span id="blog-title">Kraljica's Cookbook</span>
39+
</a>
40+
</div>
41+
<div class="col-md-3 justify-content-end align-items-center bs-nav-collapsible collapse flex-collapse bootblog4-right-nav">
42+
<nav class="navbar navbar-light bg-white"><ul class="navbar-nav bootblog4-right-nav">
43+
<li class="nav-item">
44+
<a href="index.rst" id="sourcelink" class="nav-link">Source</a>
45+
</li>
46+
47+
48+
49+
</ul></nav>
50+
</div>
51+
</div>
52+
</header><nav class="navbar navbar-expand-md navbar-light bg-white static-top"><div class="collapse navbar-collapse bs-nav-collapsible" id="bs-navbar">
53+
<ul class="navbar-nav nav-fill d-flex w-100">
54+
<li class="nav-item">
55+
<a href="../../archive.html" class="nav-link">Archive</a>
56+
</li>
57+
<li class="nav-item">
58+
<a href="../../categories/" class="nav-link">Tags</a>
59+
</li>
60+
<li class="nav-item">
61+
<a href="../../rss.xml" class="nav-link">RSS feed</a>
62+
</li>
63+
<li class="nav-item">
64+
<a href="../" class="nav-link">Recipes</a>
65+
66+
67+
</li>
68+
</ul>
69+
</div>
70+
<!-- /.navbar-collapse -->
71+
</nav>
72+
</div>
73+
74+
<div class="container" id="content" role="main">
75+
<div class="body-content">
76+
<!--Body content-->
77+
78+
79+
80+
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Pg 2</a></h1>
81+
82+
83+
84+
</header><div class="e-content entry-content" itemprop="articleBody text">
85+
<p>Pg 2</p>
86+
</div>
87+
88+
89+
</article><!--End of body content--><footer id="footer">
90+
Contents © 2024 <a href="mailto:[email protected]">the-kraljica</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
91+
92+
93+
</footer>
94+
</div>
95+
</div>
96+
97+
98+
<script src="../../assets/js/all-nocdn.js"></script><script>
99+
baguetteBox.run('div#content', {
100+
ignoreClass: 'islink',
101+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
102+
</script>
103+
</body>
104+
</html>

docs/recipes/pg2/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. title: Pg 2
2+
.. slug: pg2
3+
.. date: 2024-09-18 17:33:19 UTC+02:00
4+
.. tags:
5+
.. category:
6+
.. link:
7+
.. description:
8+
.. type: text
9+
10+
Pg 2

0 commit comments

Comments
 (0)