Skip to content

nejisama/sofastack.tech

 
 

Repository files navigation

CircleCI Netlify Status

sofastack.tech

Source for the SOFAStack website https://www.sofastack.tech.

Editing and building

You can use the local environment or docker to build and serve the site. We recommend you to use docker.

Local

Before you begin, you should install the follow components:

./scripts/install-dependency.sh
./scripts/build-site.sh
hugo server

Run the site locally with hugo server, you will see the site running on http://localhost:1313.

Docker

You need to install docker 18.09.2+ first.

make install
make build
make serve

Edit markdown files, you will see the pages changing in real time.

Read the wiki to see how to contribute to the SOFAStack website.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.8%
  • JavaScript 30.9%
  • HTML 25.0%
  • Shell 4.0%
  • Python 2.2%
  • Dockerfile 1.3%
  • Other 0.8%