diff --git a/content/index.html b/content/index.html index 8742e49..aef2460 100644 --- a/content/index.html +++ b/content/index.html @@ -1,10 +1,13 @@ --- -title: BaySec -description: SF Bay Area Security Professionals Meetup extends: listing.j2 default_block: test listable: false --- {% block page_title %} -BaySec is a meetup for security professionals that happens the third Tuesday of each month. +

+BaySec is the meetup for anyone interested in security and cryptography. +There's no sponsor, agenda, or talks, but feel free to buy a new friend a +drink. It's almost always on the third Tuesday of each month at +Patriot House in San Francisco. +

{% endblock %} diff --git a/content/media/css/site.css b/content/media/css/site.css index be7d175..110e07f 100644 --- a/content/media/css/site.css +++ b/content/media/css/site.css @@ -30,6 +30,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { + font-size: 150%; margin-bottom: 1em; } diff --git a/content/meetups/2017-05-06-May.html b/content/meetups/2017-05-06-May.html index 19dab35..ee0886a 100644 --- a/content/meetups/2017-05-06-May.html +++ b/content/meetups/2017-05-06-May.html @@ -1,18 +1,15 @@ --- -title: May 2017 Baysec +title: "Next BaySec: May 16th, 2017" layout: patriothouse event_summary: Baysec event_timezone: America/Los_Angeles event_start: 20170516T190000 event_end: 20170516T230000 event_location: Patriot House Pub -created: !!timestamp '2017-05-06 14:31:30' +created: !!timestamp '2017-05-06 14:30:26' --- -# May 16th, 2017 - -Baysec will be at the Patriot House Pub and starts at 7pm. - -# Map to Patriot House Pub +Baysec will be at the Patriot House Pub in SF, starting at 7 pm and usually +ending some time after 10 pm. diff --git a/gennext.sh b/gennext.sh index 5fd950b..c25bc02 100644 --- a/gennext.sh +++ b/gennext.sh @@ -31,7 +31,7 @@ esac cat < "$dir/$(date -j -r $gensecs +"%Y-%m-%d")-$(date -j -r $esecs +"%B").html" --- -title: $(date -j -r $esecs +"%B %Y") Baysec +title: "Next BaySec: $(date -j -r $esecs +'%B %e'$ending', %Y')" layout: patriothouse event_summary: Baysec event_timezone: $TZ @@ -41,11 +41,8 @@ event_location: Patriot House Pub created: !!timestamp '$(date -j -r $gensecs +"%Y-%m-%d %H:%M:%S")' --- -# $(date -j -r $esecs +"%B %e$ending, %Y") - -Baysec will be at the Patriot House Pub and starts at 7pm. - -# Map to Patriot House Pub +Baysec will be at the Patriot House Pub in SF, starting at 7 pm and usually +ending some time after 10 pm. EOF diff --git a/layout/base.j2 b/layout/base.j2 index 764667c..7d3db89 100644 --- a/layout/base.j2 +++ b/layout/base.j2 @@ -66,7 +66,7 @@
diff --git a/layout/blog.j2 b/layout/blog.j2 index c0f12ec..34a1d06 100644 --- a/layout/blog.j2 +++ b/layout/blog.j2 @@ -2,34 +2,8 @@ {% block main -%}
-

{{ resource.meta.title }}

- {% if resource.meta.tags %}
    @@ -43,7 +17,6 @@
{% endif %}
-
{% filter markdown|typogrify -%} {% mark post -%} {% block post -%}{%- endblock %} diff --git a/layout/listing.j2 b/layout/listing.j2 index 542c136..7219d27 100644 --- a/layout/listing.j2 +++ b/layout/listing.j2 @@ -3,21 +3,9 @@ {% block main %} {% block page_title %}

{{ resource.meta.title }}

{% endblock %} -
-
-

Next Baysec Event

{% for res in resource.node.walk_resources_sorted_by_time()[0:1] %} {{ render_link(res) }} {% endfor %}

-
-

Previous Baysec Events

-
    -{% for res in resource.node.walk_resources_sorted_by_time()[1:] %} -
  • - {{ render_link(res) }} -
  • -{% endfor %} -
{% endblock %} diff --git a/layout/macros.j2 b/layout/macros.j2 index c57e095..570448d 100644 --- a/layout/macros.j2 +++ b/layout/macros.j2 @@ -9,9 +9,6 @@

{{ res.meta.title }}

{{ post.image|markdown|typogrify }} {{ post.excerpt|markdown|typogrify }} -
{% endmacro %}