Compare commits
2 commits
0f40e39c65
...
ddd6e00f3b
Author | SHA1 | Date | |
---|---|---|---|
ddd6e00f3b | |||
7283ac1d42 |
4 changed files with 49 additions and 45 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'
|
||||
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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
|
||||
<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">
|
||||
|
||||
|
@ -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> <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>
|
||||
|
@ -180,7 +179,7 @@
|
|||
<small>
|
||||
<a href="#">Back to top</a><br>
|
||||
© 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
|
||||
<a href="/credits/">Credits</a>
|
||||
<!-- <a href="/credits/">Credits</a>-->
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue