Skip to content

blackgirlbytes/vscodeextension-deploy-to-gh-pages

main
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
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Deploy to GitHub Pages

The Deploy to GitHub Pages lets you quickly deploy your static web page (Jekyll or HTML) to GitHub Pages without leaving your IDE.

Why Deploy to GitHub Pages?

The purpose of this extension is to improve convenience for developers, especially newer developers.

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website.

Limitations

  • This extension will only trigger a build for websites built with HTML, CSS, and JavaScript. Frameworks such as React, Vue, or Angular.
  • GitHub Pages will use Jekyll to build your site by default.
  • GitHub Pages does not support websites built with server-side languages such as PHP, Ruby, or Python.

To learn more about GitHub Pages

License

Copyright © 2022 Rizel Scarlett. The license for the code in this repository is here: https://github.com/blackgirlbytes/vscodeextension-deploy-to-gh-pages/blob/main/LICENSE.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published