Git Product home page Git Product logo

chipcie-website's People

Contributors

arceryz avatar julian9499 avatar maartenweyns avatar mpsijm avatar robertdijk avatar verwoerd avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chipcie-website's Issues

`hugo serve` uses 3 GB when serving archive

hugo serve uses 3 GB since we added the archive (#15), which I think is somewhat undesirable 😛 It also takes a bit longer to start.
We should figure out if there is a way for hugo to serve static files without having it keep them in memory all the time.

There is the --renderStaticToDisk flag (see options), which copies the entire /static folder (including the archive) to /public before serving. Still somewhat undesirable, but already better than keeping everything in memory, I guess?

Apparently, someone had the same question in 2019, but they never got an answer.

Style for links not applies on site

On for example the archive page, the color for links is wrong.

Schermafbeelding 2022-08-25 om 20 33 28

While on on the page of the archive itself, it's right:
Schermafbeelding 2022-08-25 om 20 33 37

It seems like the same stylesheet is used on both pages (/ananke/css/main.min.css), but the style

.nested-links a {
    color: #357edd;
    transition: color .15s ease-in;
}

does not get applied to the links on the archive page, while it does work on the other pages.

Potentially move away from git LFS

Judging by the CH GitHub billing and quota tab, this website is growing to reach the limits of what we're allowed to use (at least bandwidth-wise):

image

So maybe git LFS is not a long-term solution to store the archives. We could move to a google cloud bucket? Or maybe even a persistent volume in the cluster. Something to look at!

404 in subdirectories doesn't load style and images properly

404 uses relative urls and the main url is not rewritten. e.g. https://chipcie.wisv.ch/test goes correctly, but https://chipcie.wisv.ch/test/test incorrectly. So either wel make the urls be hardcoded in the 404 page or we let the nginx rewrite the url to https://chipcie.wisv.ch/404.

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.