Compare commits
2 commits
ddd6e00f3b
...
87bea7260b
Author | SHA1 | Date | |
---|---|---|---|
87bea7260b | |||
d710a3ff16 |
3 changed files with 13 additions and 7 deletions
8
Makefile
8
Makefile
|
@ -8,10 +8,10 @@ OUTPUTDIR=$(BASEDIR)/output
|
|||
CONFFILE=$(BASEDIR)/pelicanconf.py
|
||||
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
||||
|
||||
# SSH_HOST=localhost
|
||||
# SSH_PORT=22
|
||||
# SSH_USER=root
|
||||
# SSH_TARGET_DIR=/var/www
|
||||
SSH_HOST=2025.fossy.us
|
||||
SSH_PORT=22
|
||||
SSH_USER=debian
|
||||
SSH_TARGET_DIR=/var/www/2025.fossy.us/
|
||||
|
||||
|
||||
DEBUG ?= 0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
AUTHOR = 'Software Freedom Conservancy'
|
||||
SITENAME = 'FOSSY 2025'
|
||||
SITESUBTITLE = 'July 31 – August 1 2025 — venue TBA'
|
||||
SITEURL = ''
|
||||
SITESUBTITLE = 'July 31st – August 3rd 2025 — Portland State University, OR'
|
||||
SITEURL = '2025.fossy.us'
|
||||
|
||||
PATH = 'content'
|
||||
|
||||
TIMEZONE = 'US/Eastern'
|
||||
TIMEZONE = 'US/Pacific'
|
||||
|
||||
DEFAULT_LANG = 'en'
|
||||
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
<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 third Free and Open Source Software Yearly conference</h3>
|
||||
<p>Software Freedom Conservancy will again hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
|
||||
<p>We will have community-led tracks with talks over four days. The call for tracks is <b><a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a></b>! Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</p>
|
||||
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
|
||||
<p>If you are interested in sponsoring our conference, please see our <b><a href="https://sfconservancy.org/static/docs/2025-prospectus.pdf">Sponsorship Prospectus</a></b> or contact us at conference@sfconservancy.org.</p>
|
||||
<p>Talks from last year's FOSSY are <b><a href="https://www.youtube.com/playlist?list=PLKZPkdh3W2BLS8IgeeJ8dxCarexgvMH2b">available here</a></b>.</p>
|
||||
<p>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue