Skip to content

Commit 7548ffe

Browse files
committed
Remove top menu, leave only the blog as the main site
1 parent a0fe4f3 commit 7548ffe

File tree

4 files changed

+13
-45
lines changed

4 files changed

+13
-45
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site settings
2-
title: The Invisible Things
2+
title: The Invisible Things Blog
33
url: "https://blog.invisiblethings.org"
44

55
# Build settings

_includes/footer.html

+8-26
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,17 @@
33
<div class="wrapper">
44

55
<div class="row footer-nav text-center more-top add-bottom">
6-
<div class="footer-col footer-col-1">
7-
<p>
8-
Joanna Rutkowska<br />
9-
<a href="https://qubes-os.org">Qubes OS</a> &amp;
10-
<a href="http://invisiblethingslab.com/">Invisible Things Lab</a><br />
11-
</p>
12-
</div>
13-
14-
<div class="footer-col footer-col-2">
15-
<p>
16-
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">Blog RSS feed</a><br />
17-
<a href="https://github.com/rootkovska/rootkovska.github.io">Source of this blog</a><br />
18-
</p>
19-
</div>
20-
21-
<div class="footer-col footer-col-3">
22-
<p>
23-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
24-
<img alt="Creative Commons License" style="border-width:0"
25-
src="{{ "/resources/cc-by-nc-sa.png" | prepend: site.baseurl }}"/>
26-
</a><br />
27-
</p>
28-
</div>
29-
6+
<a href="{{ "/about" | prepend: site.baseurl }}">
7+
Joanna Rutkowska | © 2006-2023
8+
</a> |
9+
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">
10+
Blog RSS feed
11+
</a>
12+
<br>
13+
<br>
3014
</div>
3115

3216
</div>
3317

3418
</footer>
35-
<script src="/js/jquery-2.2.2.min.js"></script>
36-
<script src="/js/bootstrap.min.js"></script>
3719

_includes/header.html

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
<!-- Fixed navbar -->
22
<nav class="navbar navbar-custom navbar-static-top">
33
<div class="container">
4-
<div class="navbar-header">
5-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
6-
<span class="sr-only">Toggle navigation</span>
7-
<span class="icon-bar"></span>
8-
<span class="icon-bar"></span>
9-
<span class="icon-bar"></span>
10-
</button>
11-
<a class="page-link" href="/">
12-
<span><strong>Invisible Things</strong></span>
13-
</a>
14-
</div>
4+
155
<div id="navbar" class="navbar-collapse collapse">
16-
<ul class="nav nav-justified">
17-
{% for section in site.data.architecture %}
18-
<li><a href="{{ section.url }}">{{ section.title }}</a></li>
19-
{% endfor %}
20-
</ul>
6+
<p> [ {{ site.title }} ] </p>
217
</div><!--/.nav-collapse -->
228
</div>
239
</nav>

_sass/_header.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
}
99

1010
.navbar-custom {
11-
height: 72px;
11+
height: 22px;
1212
margin-bottom: 0;
1313
font-size: 21px;
1414
letter-spacing: 1px;
1515
background-color: $body-bg;
16-
border-bottom: 1px solid $gray-light;
16+
/* border-bottom: 1px solid $gray-light; */
1717

1818
a.page-link {
1919
display: inline-block;

0 commit comments

Comments
 (0)