NOTE: This is for creating “Pages Pro” not Pages! if you want to check out how to install and use Github Pages check it out here!
NOTE#2: You must have a repostiry created without branches! more info here: link
NOTE#3: you should be familiar with the commandline. If not, read this short guide.
git.
git package: sudo apt install git (ubuntu), sudo pacman -S git (arch), etc… (you probably already have it)lib Install gitlib Install githubDesklib Install windowsShell2.90lib install hscriptlib git linc_luajit https://github.com/AndreiRudenko/linc_luajit.gitlib git faxe https://github.com/uhrobots/faxelib git polymod https://github.com/larsiusprime/polymod.gitlib git extension-webm https://github.com/KadeDev/extension-webmIf you are planning to build for Windows, you also need to install Visual Studio. While installing it, don’t click on any of the options to install workloads. Instead, go to the individual components tab and choose the following:
This will install about 7 GB of storage!
If you are running macOS, you’ll need to install Xcode. You can download it from the macOS App Store or from the Xcode website.
If you get an error telling you that you need a newer macOS version, you need to download an older version of Xcode from the More Software Downloads section of the Apple Developer website. (You can check which version of Xcode you need for your macOS version on Wikipedia’s comparison table (in the min macOS to run column).)
Since you already installed git in a previous step, we’ll use it to clone the repository.
cd to where you want to store the source code (i.e. C:\Users\username\Desktop or ~/Desktop)git clone https://github.com/kadedevteam/Github-Pages-Pro.gitcd into the source code: cd Pages Progit checkout to switch to it (i.e. git checkout 1.8.3-GP) (remember that versions 1.6.2 and older cannot build to Linux or HTML5)
Now We must get out web assets! if you check /assets/ you will see its empty! with just assets.rep!
assets.rep with git and the repostory will open!file > project > clone this will clone the repostiry into any assets files inside of the source!git.assetsREP/getSource/assets/ then click save!/assets/ and loads of files should be there!Now We are ready to build our site and check it out!
export/website/<target>/bin/ (target= html(version)) and open the lib.git and click “Create Repostory”lib.git file should be gone!git build html5 -<target> replace targert with either offical or demo. offical means it will be realsed with a Jekyll Domain and will be accsesable.
demo means that it will be realesed using your web Provider it only be viewable to YOU and after closing the tab the domain will be erased.