Code Monkey home page Code Monkey logo

conference.scipy.org's Introduction

conference.scipy.org

This repository contains the landing page for conference.scipy.org. Each conference manages its own website. This site is only meant to capture the commonalities between them.

Quick Set Up

In a Python virtual environment, install dependencies:

$ make init

Build the site. The output will be in the output/ directory.

$ make html

To view the site locally:

$ make serve
< open browser to http://127.0.0.1:8000 >
( you should see your test page in the News and archives )
< Ctrl-C to exit server on terminal >

Adding and Editing Items

The website is a set of static pages generated by Pelican from Markdown files. The content is published automatically to GitHub Pages every time a pull request is merged to the main branch.

News items in content/news are published on the News pages. The format looks like this:

$ cd content/news
$ cat << EOF > 2024-03-05-test.md
> Title: Test
> Date: 2024-03-05
> Comments: true
> Categories: 
> Author: Ze Claw <[email protected]>
> Summary: Testing
> 
> Testing how this works!
> 
> EOF

Pages in content/pages map to top-level menu items as defined in pelicanconf.py.

After adding or making changes to an item, regenerate the site:

< Ctrl-C to exit server on the terminal if it's already running >
$ make html && make serve

Edit the Home Page and the Layout

The layout is defined in the theme/ folder.

$ ls theme
tuxlite_zfs

Update Dependencies

There's a Make target to update dependencies:

$ make update-deps

It'll read dependencies from pyproject.toml and update the requirements.txt file with the latest version.

Contact

The site is collaboratively edited by the SciPy Organizers. Please email [email protected] for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.