Re-use placeholder static site for 2025.fossy.us
This commit is contained in:
parent
0f40e39c65
commit
7283ac1d42
4 changed files with 51 additions and 44 deletions
15
deploy/nginx.conf
Normal file
15
deploy/nginx.conf
Normal 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
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
AUTHOR = 'Software Freedom Conservancy'
|
AUTHOR = 'Software Freedom Conservancy'
|
||||||
SITENAME = 'FOSSY 2023'
|
SITENAME = 'FOSSY 2025'
|
||||||
SITESUBTITLE = 'July 13-16th 2023 — Portland, OR'
|
SITESUBTITLE = 'Dates and venue coming soon!'
|
||||||
SITEURL = ''
|
SITEURL = ''
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
@ -16,16 +16,6 @@ TRANSLATION_FEED_ATOM = None
|
||||||
AUTHOR_FEED_ATOM = None
|
AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = 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
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
|
<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">
|
<a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
|
||||||
FOSSY 2023
|
{{ SITENAME }}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -53,33 +53,33 @@
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbarText">
|
<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">
|
<li class="nav-item dropdown">
|
||||||
|
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="dropdown-item " href="/about/">About FOSSY</a>
|
<a class="dropdown-item " href="/about/">About FOSSY</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
|
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
Attend
|
Attend
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="dropdown-item " href="/dashboard">Dashboard</a>
|
<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>
|
<a class="dropdown-item " href="https://sfconservancy.org/privacy-policy/">Privacy policy</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
|
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
Programme
|
Programme
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="dropdown-item " href="/pages/tracks/">Tracks</a>
|
<a class="dropdown-item " href="/pages/tracks/">Tracks</a>
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
<a class="dropdown-item " href="/call-for-proposals/">Proposals</a>
|
<a class="dropdown-item " href="/call-for-proposals/">Proposals</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item ">
|
<li class="nav-item ">
|
||||||
|
|
||||||
<a class="nav-link" href="/sponsorship/">
|
<a class="nav-link" href="/sponsorship/">
|
||||||
Sponsorship
|
Sponsorship
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -165,10 +165,12 @@
|
||||||
<div class="container py-4">
|
<div class="container py-4">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 pb-4">
|
<div class="col-md-4 pb-4">
|
||||||
<strong>FOSSY 2023</strong> <br>
|
<!-- TODO: Use SITESUBTITLE setting here -->
|
||||||
July 13-16 2023 <br>
|
<strong>{{ SITENAME }}</strong> <br>
|
||||||
|
Dates and venue TBC
|
||||||
|
<!-- July 13-16 2023 <br>
|
||||||
Portland, OR<br>
|
Portland, OR<br>
|
||||||
Timezone: PDT - UTC-7 <br>
|
Timezone: PDT - UTC-7--><br>
|
||||||
<a href="mailto:conference@sfconservancy.org" alt="Email"><i class="far fa-envelope"></i></a> <a
|
<a href="mailto:conference@sfconservancy.org" alt="Email"><i class="far fa-envelope"></i></a> <a
|
||||||
href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a> <a
|
href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a> <a
|
||||||
href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
|
href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
|
||||||
|
@ -180,7 +182,7 @@
|
||||||
<small>
|
<small>
|
||||||
<a href="#">Back to top</a><br>
|
<a href="#">Back to top</a><br>
|
||||||
© 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
|
© 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
|
||||||
<a href="/credits/">Credits</a>
|
<!-- <a href="/credits/">Credits</a>-->
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,19 +5,19 @@
|
||||||
<div class="mr4 dark-green sans-serif" style="flex-grow: 1">
|
<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>
|
<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>
|
<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>
|
||||||
<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 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>
|
||||||
|
<!--
|
||||||
<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>
|
<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="/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>
|
<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>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<section id="content">
|
<section id="content">
|
||||||
|
<!--
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
|
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
{% if articles_page.object_list %}<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
|
{% if articles_page.object_list %}<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
|
||||||
<ol id="post-list" class="list pl0">
|
<ol id="post-list" class="list pl0">
|
||||||
|
|
Loading…
Reference in a new issue