GithubHelp home page GithubHelp logo

canonical / kubeflow-news.com Goto Github PK

View Code? Open in Web Editor NEW
3.0 12.0 18.0 813 KB

Code for the kubeflow-news.com website

License: GNU Lesser General Public License v3.0

Shell 49.95% HTML 33.05% Python 4.39% Dockerfile 3.56% SCSS 6.93% JavaScript 2.12%
website web-and-design

kubeflow-news.com's Introduction

kubeflow-news.com's People

Contributors

albertkol avatar anthonydillon avatar barrymcgee avatar bartaz avatar bethcollins92 avatar caldav avatar carkod avatar deadlight avatar dependabot[bot] avatar jkfran avatar jpmartinspt avatar meltysnow avatar minkyngkm avatar mtruj013 avatar nottrobin avatar petesfrench avatar pmahnke avatar renovate-bot avatar renovate[bot] avatar samhotep avatar solazio avatar sowasred2012 avatar steverydz avatar tbille avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kubeflow-news.com's Issues

No way to contact us

Could we have an email at least for the case of people wanting to publish to Kubeflow-news?

Multistage builds for kubeflow-news.com

Summary

  • Multistage builds to decrease image size, faster image building.
  • Update .dockerignore to ignore files uncessary in prod
  • Update image to Ubuntu Focal

Add cookie policy and update GTM

On the site

in package.json

"@canonical/cookie-policy": "3.0.4",

in templates/partial/_footer.html

<a href="" class="js-revoke-cookie-manager">Manage your tracker settings</a>

add the js (depends on site)

static/js/base.js

import { cookiePolicy } from "@canonical/cookie-policy";
cookiePolicy();

or

<script src="/static/js/modules/cookie-policy/cookie-policy.js"></script>
<script src="/static/js/modules/global-nav/global-nav.js"></script>
<script>
  canonicalGlobalNav.createNav({
    maxWidth: '72rem',
  });
  cpNs.cookiePolicy();
</script>

add to scss

static/sass/styles.scss

// import cookie policy
@import "@canonical/cookie-policy/build/css/cookie-policy";

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined

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.