Skip to content

lechenghiskhan/akash-network.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akash Network Website

This repository contains the source code for the Akash Network website.

Migrating from DatoCMS

Import blog posts from DataCMS

NOTE: Before running the below command, ensure DATO_API_TOKEN is set in your environment. You can also set his in a .env file in the root of the project.

$ npm run migrate-blog

Development

Changelog

Changelog is automatically generated from commit messages. Please follow Conventional Commits when writing commit messages. See this post for more information.

Releasing

$ npm run release

# minor release
$ npm run release:minor

# patch release
$ npm run release:patch

# major release
$ npm run release:major

Priorities

  • Homepage
    • Write draft copy for benefits and features
    • Add "latest from the blog"
    • Add connect with community
    • (Stretch) Add Case studies preview
    • Link Get Started to Docs
    • Social Media Preview
  • Docs
    • Replace tokenizer with text replace
    • Import all Docs
  • Blog
    • Add By Year Filter for Blog
    • Fetch Author, Tags and Categories from DatoCMS
  • Community
    • Design: Community Page
    • Design: Homepage
    • Add News Section
    • Add Contributors Section
  • Token
    • Add Token Metrics (Build time) on Token Page
  • Misc
    • (Stretch) Enable GoAT diagram support (migrate away from doks)
    • Enable Social Media preview
    • Conduct Performance Audit (Google Lighthouse) and implement recommendations
    • Conduct SEO Audit and implement recommendations
  • Ecosystem (Stretch)
    • Feature: Ecosystem Page
    • Add Case Studies
  • Development Documentation
    • Add a "How to contribute" section to the README
    • Add a "How to run the website locally" section to the README

About

Akash Network Website

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 45.7%
  • SCSS 38.8%
  • JavaScript 15.5%