Compare commits

...

2 commits

Author SHA1 Message Date
ddd6e00f3b Add conference dates 2024-08-30 11:24:12 +10:00
7283ac1d42 Re-use placeholder static site for 2025.fossy.us 2024-08-30 09:32:25 +10:00
4 changed files with 49 additions and 45 deletions

15
deploy/nginx.conf Normal file
View file

@ -0,0 +1,15 @@
server {
listen 80;
server_name 2025.fossy.us;
root /var/www/2025.fossy.us;
index index.html;
}
server {
listen 443 ssl http2;
server_name 2025.fossy.us;
root /var/www/2025.fossy.us;
index index.html;
ssl_certificate /etc/letsencrypt/live/2025.fossy.us/fullchain.pem
ssl_certificate_key /etc/letsencrypt/live/2025.fossy.us/privkey.pem
}

View file

@ -1,6 +1,6 @@
AUTHOR = 'Software Freedom Conservancy'
SITENAME = 'FOSSY 2023'
SITESUBTITLE = 'July 13-16th 2023 — Portland, OR'
SITENAME = 'FOSSY 2025'
SITESUBTITLE = 'July 31 August 1 2025 — venue TBA'
SITEURL = ''
PATH = 'content'
@ -16,16 +16,6 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('Pelican', 'https://getpelican.com/'),
('Python.org', 'https://www.python.org/'),
('Jinja2', 'https://palletsprojects.com/p/jinja/'),
('You can modify those links in your config file', '#'),)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing

View file

@ -45,7 +45,7 @@
<div class="container">
<h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
<a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
FOSSY 2023
{{ SITENAME }}
</a>
</h2>
@ -53,33 +53,33 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto" style="display: none">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
About
</a>
<div class="dropdown-menu">
<a class="dropdown-item " href="/about/">About FOSSY</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Attend
Attend
</a>
<div class="dropdown-menu">
<a class="dropdown-item " href="/dashboard">Dashboard</a>
@ -95,16 +95,16 @@
<a class="dropdown-item " href="https://sfconservancy.org/privacy-policy/">Privacy policy</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Programme
Programme
</a>
<div class="dropdown-menu">
<a class="dropdown-item " href="/pages/tracks/">Tracks</a>
@ -112,17 +112,17 @@
<a class="dropdown-item " href="/call-for-proposals/">Proposals</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="/sponsorship/">
Sponsorship
Sponsorship
</a>
</li>
</ul>
</div>
</div>
@ -165,10 +165,9 @@
<div class="container py-4">
<div class="row">
<div class="col-md-4 pb-4">
<strong>FOSSY 2023</strong> <br>
July 13-16 2023 <br>
Portland, OR<br>
Timezone: PDT - UTC-7 <br>
<strong>{{ SITENAME }}</strong> <br>
{{ SITESUBTITLE }}<br>
<!--Timezone: PDT - UTC-7<br>-->
<a href="mailto:conference@sfconservancy.org" alt="Email"><i class="far fa-envelope"></i></a>&nbsp;&nbsp;<a
href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a>&nbsp;&nbsp;<a
href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
@ -180,7 +179,7 @@
<small>
<a href="#">Back to top</a><br>
&copy; 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
<a href="/credits/">Credits</a>
<!-- <a href="/credits/">Credits</a>-->
</small>
</div>
</div>

View file

@ -5,19 +5,19 @@
<div class="mr4 dark-green sans-serif" style="flex-grow: 1">
<h1 class="f-subheadline f-headline-ns b lh-solid tracked-tight mv0">{{ SITENAME }}</h1>
<h2 class="f3 f2-ns b lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The third Free and Open Source Software Yearly conference</h3>
</div>
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
</div>
<!--
<div class="mt4 mt0-ns"><a href="/pages/tickets.html" class="mr2"><button type="button" class="btn btn-primary mb2">Get your ticket!</button></a>
<a href="/pages/call-for-proposals.html" class="mr2"><button type="button" class="btn btn-primary mb2">Propose a talk</button></a>
<a href="https://lists.sfconservancy.org/mailman/listinfo/fossy-announce"><button type="button" class="btn btn-secondary mb2">Subscribe for updates</button></a></div>
-->
</header>
<section id="content">
<!--
{% block content_title %}
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
{% endblock %}
@ -40,7 +40,7 @@
</div>
</div>
-->
{% if articles_page.object_list %}<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
<ol id="post-list" class="list pl0">