Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ tacc-web-sc-page Public archive

A utility to create markup for SC19 page on TACC website based on flatfile data

Notifications You must be signed in to change notification settings

TACC/tacc-web-sc-page

Repository files navigation

TACC Website Jobs Page

This project creates markup for the body of TACC's SC pages:

It compiles data and templates to create markup to which raw markup is also appended.

Usage

  1. Edit templates and data in:
    • *.mustache/
    • events.*.json
  2. Run build script:
    • either npm run build to build everything

    • or npm run start … to get a list of commands to build pieces

      Examples
      • npm run start build:2021

        would build all the 2021 page markup (to dist/)

      • npm run start build:2020:partials

        would build some of the 2020 markup (not to dist/)

      • npm run start build:2019:partials:styles

        would build only the 2019 <style /> markup (not to dist/)

  3. Confirm output in:
    • dist/
  4. Use output.

Reference

Repository History

The first 300 commits of this repository are from a prior BitBucket repo that contained what is now multiple repositories imported from that original repository:

About

A utility to create markup for SC19 page on TACC website based on flatfile data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published