Skip to content

devnexus/devnexus-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a46a055 · Mar 4, 2025
Jan 28, 2025
Mar 4, 2025
Jan 28, 2025
Feb 19, 2025
Mar 4, 2025
Mar 5, 2024
Oct 27, 2024
Feb 7, 2024
Feb 24, 2025
Jan 2, 2018
May 19, 2024
Nov 18, 2024
Jan 29, 2025
Apr 19, 2020
Aug 12, 2017
Feb 17, 2018
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Feb 13, 2020
Dec 11, 2017
Jan 19, 2022
Mar 8, 2022
Dec 11, 2017
Oct 3, 2019
Dec 11, 2017
Dec 11, 2017
Oct 7, 2019
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Feb 19, 2018
Feb 21, 2018
Feb 21, 2018
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Jun 25, 2023
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Mar 4, 2025
Jun 25, 2023
Feb 17, 2018
Nov 8, 2022
Sep 1, 2017
Sep 18, 2021
Apr 7, 2022
Apr 15, 2020
Dec 2, 2022
Jun 25, 2023
Nov 26, 2018
Apr 4, 2023
Apr 4, 2023
Feb 14, 2018
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Jan 9, 2024
Dec 12, 2023
Sep 24, 2024
Nov 26, 2018
Jun 30, 2019
Jan 17, 2025
Sep 25, 2020
May 19, 2024
Sep 24, 2024
Nov 24, 2023
Feb 4, 2022
Sep 1, 2017
Jan 31, 2025
Dec 17, 2023
Feb 23, 2022
Dec 13, 2022
Aug 23, 2017
Apr 5, 2024
Dec 12, 2023

Repository files navigation

#devnexus-site

This project is the jekyll static site generator for the Devnexus Conference held every year in Atlanta, GA.

To run the site and see data on standard port 4000 '''

bundle exec jekyll s

This project includes a Jekyll plugin in order to process CFP data into the site collections To see options for how to process and run: '''

bundle exec jekyll cfp --help

Notes:

  • prior to schedule, CFP data is protected by login. Download and use --file option early on.

Steps to archive a year

  1. Change and commit _config.yml so that site uses post conference header.
active-header: navigation-post-show.html
registration: closed
  1. re-path collection output to new archive location and run jekyll
collections:
  speakers:
    title: Speakers 2020
    output: true
    permalink: archive/devnexus2020/:collection/:path
  events:
     title: Presentations 2020
     output: true
     permalink: archive/devnexus2020/presentations/:path/
  event-instructions:
     title: Workshop Prep 2020
     output: true
     permalink: archive/devnexus2020/presentations/:path/instructions

  1. Run script _move_to_archive.sh in the root of the project. It does the following:
  • mv _site/archives/devnexus2020 archive/
  • mv _site/presentations/index.html archive/devnexus2020/presentations
  • mv _site/speakers/index.html archive/devnexus2020/speakers
  • remove contents from _events, _speakers, _event-instruction folders
  1. restore _config.yml (git checkout _config.yml ) Recommed to commit here before preparing for next year

Steps to Prepare a new year

  • Update the _presite_plugins/jekyll_cfp/lib/jekyll/commands/cfp.rb file with CFP uris
  • adjust the _data/tracks.yml for any changes