mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Add links to the sidebar nav
This commit is contained in:
22
_config.yml
22
_config.yml
@@ -55,10 +55,26 @@ share:
|
||||
fb_appid:
|
||||
|
||||
urls:
|
||||
- text: Blog
|
||||
- text: "Blog"
|
||||
url: /blog
|
||||
- text: XML Feed
|
||||
url: /feed.xml
|
||||
- text: "Getting Started"
|
||||
url: /#getting-started
|
||||
- text: "Contribute"
|
||||
url: "https://github.com/cryptoanarchywiki/cryptoanarchywiki.github.io/"
|
||||
target_blank: true
|
||||
- text: "Cypherpunks Mailing List"
|
||||
url: /#cypherpunks-mailing-list
|
||||
- text: "Sources"
|
||||
url: /#sources
|
||||
- text: "People & Organisations"
|
||||
url: /#people-and-organisations
|
||||
- text: "Events"
|
||||
url: /#events
|
||||
- text: "Key Concepts"
|
||||
url: /#key-concepts
|
||||
- text: "Notable Projects"
|
||||
url: /#notable-projects
|
||||
|
||||
|
||||
similar_resources:
|
||||
- text: Lopp's Bitcoin Resources
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% if include.title %}
|
||||
<h2>{{ include.title }}</h2>
|
||||
<h2 id="{{ include.title | downcase | replace: ' ', '-' | replace: '&', 'and' }}">{{ include.title }}</h2>
|
||||
{% endif %}
|
||||
{% if include.description %}
|
||||
{{ include.description }}
|
||||
|
||||
@@ -156,7 +156,7 @@ layout: compress
|
||||
<strong>Navigation</strong>
|
||||
<li><a href="/">Home</a></li>
|
||||
{% for i in site.urls %}
|
||||
<li><a class="about" href="{{ i.url }}">{{ i.text }}</a></li>
|
||||
<li><a class="about" href="{{ i.url }}"{% if i.target_blank %} target="_blank"{% endif %}>{{ i.text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<hr>
|
||||
|
||||
@@ -9,9 +9,11 @@ layout: default
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Blog Posts</h2>
|
||||
<h2>Blog Posts <a href="/feed.xml"><i class="fa fa-rss"></i></a></h2>
|
||||
|
||||
I probably won't write too much here, but any major changes to the site or anything I want to write about that doesn't fit into an existing category will go here.
|
||||
<p>
|
||||
I probably won't write too much here, but any major changes to the site, or anything I want to write about that doesn't fit into an existing category, will go here.
|
||||
</p>
|
||||
|
||||
<div id="home">
|
||||
<ol class="posts">
|
||||
|
||||
@@ -9,7 +9,7 @@ layout: default
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Recent Blog Posts</h2>
|
||||
<h2>Recent Blog Posts <a href="/feed.xml"><i class="fa fa-rss"></i></a></h2>
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts limit:3 %}
|
||||
|
||||
@@ -62,9 +62,6 @@ a:hover {
|
||||
.index-header h1, .index-header p {
|
||||
font-family: monospace;
|
||||
}
|
||||
div#home {
|
||||
margin-top: 10px;
|
||||
}
|
||||
div.content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user