GithubHelp home page GithubHelp logo

isabella232 / seastar-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scylladb/seastar-website

0.0 0.0 0.0 3.5 MB

Seastar static website

Home Page: http://seastar.io

Shell 0.15% HTML 87.32% CSS 12.53%

seastar-website's Introduction

Seastar website

The is the source repo for the http://seastar.io/ website The site is using Hugo and hosted as GitHub Project Pages

Run the site locally

  1. clone the project
git clone https://github.com/scylladb/seastar-website 
cd seastar-website

(use your fork URL)

  1. Run a local server
hugo server -D

Go to http://localhost:1313/ to see the results

Update the site

Follow Gitgub working flow: Use your Github login instead of tzach below. Use a relevant branch name inseatd of fix-memcache-link

  • run the site locally from your fork (see above)
  • create a new branch: git checkout -b fix-memcache-link
  • update the files (see below)
  • test locally hugo server -D
  • add the updated files: git add content/seastar-applications.md
  • commit the update with a proper message: git commit -m "fix memcache link"
  • push to you fork: git push origin fix-memcache-link
  • from Github UI create a PR
  • Wait for a maintainer to merge and deploy

Only update the MarkDown(.md) files. The hugo command generate the HTML under the doc directory. Do not be tempted to update the generated HTML under doc, it will be override.

Deploy the site

Do this only if you are a mainatner, and you tested the master branch locally

./deploy.sh

seastar-website's People

Contributors

bengeeone avatar tzach avatar tenrec-inc avatar dorlaor avatar

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.