Skip to content

Commit 755397a

Browse files
committed
add first recipes
1 parent cac1154 commit 755397a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3514
-3370
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
BLOG_TITLE = "My Cookbook" # (translatable)
2121
# This is the main URL for your site. It will be used
2222
# in a prominent link. Don't forget the protocol (http/https)!
23-
SITE_URL = "https://example.com/"
23+
SITE_URL = "https://the-kraljica.github.io/under-construction/"
2424
# This is the URL where Nikola's output will be deployed.
2525
# If not set, defaults to SITE_URL
2626
# BASE_URL = "https://example.com/"

docs/archive.html

+43-67
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,61 @@
11
<!DOCTYPE html>
2-
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
2+
<html prefix="" lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="description" content="Under construction">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Archive | Kraljica's Cookbook</title>
8-
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
9-
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
10-
<meta name="theme-color" content="#5670d4">
11-
<meta name="generator" content="Nikola (getnikola.com)">
12-
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="rss.xml">
13-
<link rel="canonical" href="https://example.com/archive.html">
5+
<meta name="viewport" content="width=device-width">
6+
<title>Archive | My Cookbook</title>
7+
<link href="assets/css/all.css" rel="stylesheet" type="text/css">
8+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
9+
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
10+
<link rel="canonical" href="https://the-kraljica.github.io/under-construction/archive.html">
1411
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]-->
1512
</head>
1613
<body>
17-
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
18-
19-
<!-- Header and menu bar -->
20-
<div class="container">
21-
<header class="blog-header py-3"><div class="row nbb-header align-items-center">
22-
<div class="col-md-3 col-xs-2 col-sm-2" style="width: auto;">
23-
<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">
24-
<span class="navbar-toggler-icon"></span>
25-
</button>
26-
<div class="collapse bs-nav-collapsible bootblog4-search-form-holder">
27-
28-
</div>
14+
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
15+
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
16+
styles, `#sidebar-checkbox` for behavior. -->
17+
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"><!-- Toggleable sidebar --><div class="sidebar" id="sidebar">
18+
<div class="sidebar-item">
19+
<p>A reserved <a href="https://getnikola.com" target="_blank">Nikola</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> for Jekyll,
20+
ported to Nikola by <a href="https://twitter.com/ralsina" target="_blank">@ralsina</a>.</p>
2921
</div>
30-
<div class="col-md-6 col-xs-10 col-sm-10 bootblog4-brand" style="width: auto;">
31-
<a class="navbar-brand blog-header-logo text-dark" href=".">
32-
33-
<span id="blog-title">Kraljica's Cookbook</span>
34-
</a>
35-
</div>
36-
<div class="col-md-3 justify-content-end align-items-center bs-nav-collapsible collapse flex-collapse bootblog4-right-nav">
37-
<nav class="navbar navbar-light bg-white"><ul class="navbar-nav bootblog4-right-nav"></ul></nav>
22+
23+
<nav id="menu" role="navigation" class="sidebar-nav"><a class="sidebar-nav-item" href="index.html">Home</a>
24+
<a class="sidebar-nav-item" href="recipes/">Recipes</a>
25+
26+
27+
</nav>
3828
</div>
39-
</div>
40-
</header><nav class="navbar navbar-expand-md navbar-light bg-white static-top"><div class="collapse navbar-collapse bs-nav-collapsible" id="bs-navbar">
41-
<ul class="navbar-nav nav-fill d-flex w-100">
42-
<li class="nav-item active">
43-
<a href="#" class="nav-link">Archive <span class="sr-only">(active)</span></a>
44-
</li>
45-
<li class="nav-item">
46-
<a href="categories/" class="nav-link">Tags</a>
47-
</li>
48-
<li class="nav-item">
49-
<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>
5329

54-
55-
</li>
56-
</ul>
57-
</div>
58-
<!-- /.navbar-collapse -->
59-
</nav>
60-
</div>
30+
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
31+
content to avoid any CSS collisions with our real content. -->
32+
<div class="wrap">
33+
<div class="masthead">
34+
<div class="container">
35+
36+
<h3 id="brand" class="masthead-title">
37+
<a href="https://the-kraljica.github.io/under-construction/" title="My Cookbook" rel="home">My Cookbook</a>
38+
</h3>
6139

62-
<div class="container" id="content" role="main">
63-
<div class="body-content">
64-
<!--Body content-->
65-
66-
40+
</div>
41+
</div>
42+
43+
<div class="container content" id="content">
6744

6845
<article class="listpage"><header><h1>Archive</h1>
6946
</header><p>No posts found.</p>
70-
</article><!--End of body content--><footer id="footer">
71-
Contents © 2024 <a href="mailto:[email protected]">the-kraljica</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
72-
47+
</article><footer id="footer"><p>Contents © 2024 <a href="mailto:">the-kraljica</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </p>
7348

7449
</footer>
7550
</div>
76-
</div>
77-
78-
79-
<script src="assets/js/all-nocdn.js"></script><script>
80-
baguetteBox.run('div#content', {
81-
ignoreClass: 'islink',
82-
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
83-
</script>
51+
</div>
52+
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
53+
54+
55+
56+
<script src="assets/js/all-nocdn.js"></script><!-- fancy dates --><script>
57+
moment.locale("en");
58+
fancydates(0, "YYYY-MM-DD HH:mm");
59+
</script><!-- end fancy dates -->
8460
</body>
8561
</html>

docs/assets/css/all-nocdn.css

-1,161
This file was deleted.

0 commit comments

Comments
 (0)