Skip to content

ajuna-network/ajuna-network.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Ajuna Network GitHub Pages

The project has two folders worth mentioning:

  • assets/ - contains css styles and images
  • docs/ - contains individual markdown pages to render

The main entrypoint (or homepage) is index.md and new pages must be referenced here.

To test locally

Making sure Ruby 2.7 and Bundler are installed in your machine, run the following:

git clone git@github.com:ajuna-network/ajuna-network.github.io.git
cd ajuna-network.github.io

bundle install
bundle config set --local path 'vendor/bundle'
bundle exec jekyll serve

The default URL is http://127.0.0.1:4000/.

Troubleshoot

If there are any issues regarding authentication, follow this guide to create a personal access token for your GitHub account and use it to set JEKYLL_GITHUB_TOKEN environment variable.

JEKYLL_GITHUB_TOKEN=<YOUR_PAT> bundle exec jekyll serve

Versions

See here: Ruby versioning

If you use rbenv, you can do:

  • rbenv install
  • rbenv init
  • rbenv exec bundler install
  • JEKYLL_GITHUB_TOKEN=inserttoken rbenv exec bundle exec jekyll serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published