Skip to content

contributte/contributte-site

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. VuePress is static site (documentation) generator. Because we're lazy programmers, we reuse existing docs pages from the single repositories in Contributte 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

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

Development

# Install dependencies
make install
# Start dev server
make www-dev

Deployment

# Compile sources
make www-build
# Deploy to Vercel [preview]
make www-deploy
# Deploy to Vercel [production]
make www-publish