Contributte Contributte-site

Contributte

Official website of the Contributte organization.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

# Info

This repository contains more websites at once.

The main contributte is based on VuePress 1.x (opens new window). VuePress is static site (documentation) generator. Because we're lazy programmers, we reuse existing docs pages from the single repositories in Contributte (opens new window) organization.

There is a template file for the README files which is used in generation phase. The resulting website contains about 150 pages (readmes) melted together.

# Data

For the first time, you will have empty tmp folder. You gonna needed to download the repositories. And then generate markdown pages from the readmes.

make refresh
1

Everytime you would like to redownload a regenerate all data, just call make refresh.

# Development


1

make www-dev
1
2

# Deployment


make www-build
1
2
# Deploy to Vercel [preview]
make www-deploy
# Deploy to Vercel [production]
make www-publish
1
2
3
4

(opens new window)