Nexus is a peer-to-peer Micro Social Network.
This is the Nexus GitHub Pages Starter Kit repository.
GitHub Pages are public webpages hosted and published through GitHub.
They are available to free accounts!
If do not have a GitHub account, start by creating one: github.com/signup.
Click the Fork
button to create a copy of this Starter Kit on your account.
Go to the Settings
tab.
- in
Options
: renameNexus-Github-starter
tonexus
- in
Pages
: selectmain
as branch androot
as folder, then clickSave
.
Upload your media files in media/
if any.
If you're unfamiliar with Git, you can add new files through the GitHub website:
- in your Nexus repository, navigate to the folder where you want to place files
- click the
Add file
button - select your file(s)
- click
Commit changes
.
You can also use the GitHub desktop application: desktop.github.com.
Launch the Editor: https://your-github-handle.github.io/nexus/?edit
and fill in the form.
Click ⇣
to download your new .json file.
In your repository, replace source/nexus.json
with your updated Nexus .json file.
Access your Nexus: https://your-github-handle.github.io/nexus/
.
More detailed documentation is available here: nexus-dock.github.io
GitHub Pages Documentation: docs.github.com/en/pages
Nexus Code repository: I-is-as-I-does/Nexus
Apache Starter Kit: I-is-as-I-does/Nexus-Apache-starter