Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofastack/sofastack.tech
Source for the SOFAStack website https://www.sofastack.tech
https://github.com/sofastack/sofastack.tech
hugo-site sofastack website
Last synced: about 2 months ago
JSON representation
Source for the SOFAStack website https://www.sofastack.tech
- Host: GitHub
- URL: https://github.com/sofastack/sofastack.tech
- Owner: sofastack
- License: apache-2.0
- Created: 2019-06-20T02:25:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T00:49:43.000Z (3 months ago)
- Last Synced: 2024-09-19T07:10:15.381Z (3 months ago)
- Topics: hugo-site, sofastack, website
- Language: SCSS
- Size: 51.1 MB
- Stars: 108
- Watchers: 17
- Forks: 185
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/sofastack/sofastack.tech.svg?style=svg)](https://circleci.com/gh/sofastack/sofastack.tech) [![Netlify Status](https://api.netlify.com/api/v1/badges/5719bbd5-042b-47f3-8282-e7ea27de2e70/deploy-status)](https://app.netlify.com/sites/sofastack-preview/deploys)
# sofastack.tech
Source for the SOFAStack website .
## 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:
- [node v8.9.4+](https://nodejs.org/en/)
- [npm 6.10.0+](https://www.npmjs.com/get-npm)
- [hugo v0.55.5 extended](https://github.com/gohugoio/hugo/releases).```bash
./scripts/install-dependency.sh
./scripts/build-site.sh
hugo server
```Run the site locally with `hugo server`, you will see the site running on .
### Docker
You need to install docker 18.09.2+ first.
```bash
make install
make build
make serve
```Edit markdown files, you will see the pages changing in real time.
Read the [wiki](https://github.com/sofastack/sofastack.tech/wiki) to see how to contribute to the SOFAStack website.