Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

kinectron/docusaurus-site-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinectron.github.io

about

this is kinectron's website, it is developed using docusaurus.

the source branch of this repository has the code. the master branch of this repository is built by docusaurus and published online by github pages on kinectron.github.io

to build from the source branch

cd website

GIT_USER should be an user that has push access to this repository.

this command builds the website and then pushes to the master branch.

GIT_USER=montoyamoraga npm run publish-gh-pages

notes

on my local repository i did this

git push -u origin source

so that everytime i do push, by default it is pushed from origin to the source branch