From 134dd4d77f338295cfa7acd567d94cad78b3c6f2 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 23 Mar 2020 19:14:12 -0500 Subject: [PATCH] modified: ../../gatsby-config.js modified: links.md --- gatsby-config.js | 4 ++-- src/docs/links.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index cd7eb45..c6cc3fa 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,12 +4,12 @@ module.exports = { defaultTitle: `EIC Software`, siteTitleShort: `EIC software`, siteDescription: `Electron ion collider simulation software tutorial`, - siteUrl: `https://argonne_eic.gitlab.io`, + siteUrl: `https://argonne_eic.gitlab.io/tutorial/eic_tutorial`, siteAuthor: `@rocketseat`, siteImage:`/banner.png`, siteLanguage: `en`, themeColor: `#e1a809`, - basePath: `/tutorial/eic_tutorial/`, + basePath: `/`, footer: `Theme by Rocketseat`, }, plugins: [ diff --git a/src/docs/links.md b/src/docs/links.md index eb65340..2d3d676 100644 --- a/src/docs/links.md +++ b/src/docs/links.md @@ -1,6 +1,12 @@ ## Links + +### DD4hep + +Talks +https://indico.bnl.gov/event/6336/contributions/29688/attachments/23652/34349/2019-07-10-DD4hep-EIC-Meeting.pdf + - http://hep-fcc.github.io/FCCSW/tutorials/FCCSW/Detector/doc/DD4hepInFCCSW.html - https://dd4hep.web.cern.ch/ - https://dd4hep.web.cern.ch/dd4hep/reference/ -- GitLab