Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

viet-aus-it/viet-aus-it.github.io-archived

Repository files navigation

Viet-Aus-IT Blog

GitHub Workflow Status GitHub GitHub code size in bytes GitHub repo size Coverage Status

Created with Gatsby, hosted on GitHub Pages.

Technical details

For technical details, please refer to TECHNICAL.md.

Working with this repo

For Contributions, please have a look at our CONTRIBUTORS.md

git clone https://github.com/viet-aus-it/viet-aus-it.github.io.git
cd viet-aus-it.github.io
nvm use # If you have nvm, run this to use the correct Node version
yarn start

For authors writing a blog post

  • You need to be added into the Contentful Space for VAIT
  • Click on "Content" > "Add Entry"
  • Click on "Person" if you want to add a new Author bio.
  • Click on "Blog Post" if you want to create a blog post.
  • Do both of those steps to create a guest blog post.

For contributors working on the code

  • Clone the project from GitHub.
  • Login to the Contentful Space for VAIT
  • Click on "Settings" > "API Keys"
  • Click on the "Content Delivery / Preview tokens"
  • Copy the .env.sample file into an .env file.
  • Copy the Space ID and API Tokens into the .env file.