Skip to content

Commit d9ec50f

Browse files
Fixes some minor things
- event links - socratic numbers - github link - Deletes CNAME for now
1 parent a5b197d commit d9ec50f

7 files changed

+9
-26
lines changed

CNAME

-1
This file was deleted.

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ description: "BitDevs is a community for those interested in discussing and part
1414

1515
# Leave out some files
1616
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', '.sass-cache']
17-

_data/settings.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
title: 'ChiBitDevs'
2-
tagline: 'BitDevs is a community for those interested in discussing and participating in the research and development of Bitcoin and related protocols.'
1+
title: 'Chicago BitDevs'
2+
tagline: >
3+
BitDevs is a community for those interested in discussing and participating in
4+
the research and development of Bitcoin and related protocols.
35
46
menu:
57
- {name: 'About', url: '/about'}
68
- {name: 'Events', url: '/events'}
7-
- {name: 'Blog', url: '/blog'}
89
- {name: 'Meetup', url: 'https://www.meetup.com/ChiBitDevs/', external: true}
910
- {name: 'Sponsors', url: '/sponsors'}

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
<div class="Footer-inner">
66
<div class="Footer-source">
7-
<a href="https://github.com/BitDevsNYC/BitDevsNYC.github.io" target="_blank" rel="noopener nofollow">Source available on Github</a>
7+
<a href="https://github.com/ChicagoBitDevs/ChicagoBitDevs.github.io" target="_blank" rel="noopener nofollow">Source available on Github</a>
88
</div>
99
<div class="Footer-rss">
1010
<a href="/feed.xml">RSS Feed</a>

_posts/2022-01-13-Socratic-Seminar-00.md renamed to _posts/2022-01-13-Socratic-Seminar-26.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
type: socratic
4-
title: "Socratic Seminar 00"
5-
meetup: https://www.meetup.com/BitDevsNYC/events/283380081/
4+
title: "Socratic Seminar 26"
5+
meetup: https://www.meetup.com/ChiBitDevs/events/zvhnrsydccbrb/
66
---
77

88

_posts/2022-02-10-Socratic-Seminar-01.md renamed to _posts/2022-02-10-Socratic-Seminar-27.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
type: socratic
4-
title: "Socratic Seminar 01"
5-
meetup: https://www.meetup.com/BitDevsNYC/events/283380081/
4+
title: "Socratic Seminar 27"
5+
meetup: https://www.meetup.com/ChiBitDevs/events/zvhnrsydcdbnb/
66
---
77

88
# Discussion

index.html

-16
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,4 @@ <h2 class="Home-posts-title">Upcoming and Recent Events</h2>
3636
%} {% endfor %}
3737
<p><a href="/events.html">See all events</a></p>
3838
</div>
39-
<div class="Home-posts">
40-
<h2 class="Home-posts-title">Recent Blog Posts</h2>
41-
{% assign blog_posts = 3 %} {% assign counter = 0 %} {% for post in
42-
site.posts %} {% if post.type == "blog" %}
43-
<div class="Home-posts-post">
44-
<span class="Home-posts-post-date">{{ post.date | date_to_string }}</span>
45-
&raquo;
46-
<a class="Home-posts-post-title" href="{{ post.url }}"
47-
>{{ post.title }}</a
48-
>
49-
</div>
50-
{% assign counter = counter | plus: 1 %} {% if counter == blog_posts %} {%
51-
break %} {% comment %}exit the for loop{% endcomment %} {% endif %} {% endif
52-
%} {% endfor %}
53-
<p><a href="/blog.html">See all blog posts</a></p>
54-
</div>
5539
</div>

0 commit comments

Comments
 (0)