Git Product home page Git Product logo

Comments (4)

zkamvar avatar zkamvar commented on July 22, 2024
  1. I might be missing something, but I don't see a ./_data/ directory. IME, it's perfectly fine to have a symlink (I used to do this for my NEWS.md to get it to build on GH pages and CRAN).
  2. Are we expecting people to practice pull/push with their contributions to this or would they be expected to initially contribute via the github interface? if majority latter, then I think it doesn't matter
  3. Yes
  4. I think the impact will be whatever Jekyll thinks about symlinks.

from glosario.

gvwilson avatar gvwilson commented on July 22, 2024

It looks like .gitignore is ignoring _data/glossary.yml, so is it being created during an automated build step? If so, how do I trigger that build step locally to make sure that file is up to date when previewing the site locally? cc @ian-flores

from glosario.

fmichonneau avatar fmichonneau commented on July 22, 2024

it doesn't look like there is an automated building happening yet but that should work nicely.

  • on GitHub: development takes place in the main branch, changes trigger the CI/CD that calls make site the content of the _site folder gets pushed to an orphan gh-pages branch that takes care of the website rendering.
  • locally: you can run make serve.

Both make site and make serve create copy the yml file from the root to the _data folder before the actual build.

I could look into setting this up tomorrow if needed.

from glosario.

gvwilson avatar gvwilson commented on July 22, 2024

πŸ‘ I'll close this one and rely on the Makefile.

from glosario.

Related Issues (20)

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.