Code Monkey home page Code Monkey logo

website's Introduction

getpopper.io website

This is the repository for the getpopper.io webpage. It uses the Docsy, which is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more. You can find detailed theme instructions in the Docsy user guide at https://docsy.dev/docs

This website is hosted at https://getpopper.io.

Running the website locally

Once you've cloned the site repo, from the repo root folder, run:

docker run --rm -it \
  --volume $(PWD):/src \
  --volume $(PWD)/public:/target \
  --publish 1313:1313 \
  klakegg/hugo:0.67.0-ext server

The above supports hot-reloading, so any change made to a file should be reflected immediately (if no errors were generated).

Deploy

Once changes are ready to be published, run:

./deploy.sh

The above generates the static site, and pushes it to the master branch, which is what github-pages reads in order to publish it to https://getpopper.io

website's People

Contributors

aijamalnk avatar arshul avatar asmacdo avatar bep avatar carlosmalt avatar chenopis avatar dependabot[bot] avatar eltrufas avatar emckean avatar fernandadguez avatar ivotron avatar kaycebasques avatar kshithijiyer avatar lisafc avatar rionam avatar sarahmaddox avatar sharifsalah avatar tekezo avatar theletterf avatar ulfjack avatar ykzts avatar

Watchers

 avatar  avatar

website's Issues

add get involved section

Add new section to readthedocs with:

  • add images to library repository
  • new workflows in examples repository
  • contribute to the blog
  • write a guide

Then add links from website.

write use cases

Some ideas for use cases:

  • Dev environment
  • CI
  • Performance regressions
  • Test case selection (test only relevant changes).
  • monorepos. Linked with above

some other ideas here or here.

Once done, there are a couple of things that can be done as part of this:

  • add section in the readthedocs documentation about use cases
  • add a section in the README about use cases.
  • add a link on the top bar of the website. If this is too much then we can make Documentation a menu with:
    • Getting Started
    • Use cases
    • Guides
    • Reference

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.