GithubHelp home page GithubHelp logo

software-website-template's Introduction

Software Website Template

Use this repo as a template to build your own software website.

  • The template has suggested formatting, links, and content suggestions embedded within .md files.

  • Edit the suggested headings & content to fit your use-case.

  • Comments with instructions start with [//]: comments will not appear on the website

  • You can hide pages that aren't relevant to your site by adding nav_exclude: true to the file header.

  • Internal links within the template should continue to work as long as you don't change the file names or page parent (has_children: true) children (parent: parent page title).

Using the template

1. In your GitHub account, import "labsyspharm/blank-software-website" as a new repo


2. Edit files

You can do this two ways - online through github.com or locally using terminal and a text editor.

The jekyll tutorial website includes some Markdown basic syntax to get you started, and we've included some useful basics below.

Option 1: Local editing

  1. Install Jekyll locally

  1. Clone the repo
  • This will insert blank-software-website files into your current directory
  • You can find the https link for your new repo on the green 'code' button on the main repo page
$ git clone <https>

  1. Navigate into the docs folder
$ cd blank-software-website/docs/

  1. Generate a local website to preview
$ bundle exec jekyll serve

The site address will be visible in your terminal, probably http://localhost:4000/


  1. You can now make edits to the website files locally using your favorite text editor.

Option 2: Online through GitHub

  1. To edit an existing page, open the markdown file and start editing it by clicking the pencil icon in the top right tool bar. You can commit these changes directly to your repo.

  1. If you want to see the changes you've made, you can go ahead and publish the website. Changes will take a few minutes to appear on the website (and require a page refresh).

3. Update _congif.yml to make the website yours!

config.yml contains the overall formatting of the site. See the Jekyyl Tutorial for more information.

  • Change the title - this will display as the name of your site
  • You must change all instances of 'blank-software-website' to the name of your current repo.
  • Ensure that you have made a license file for the software and add in the relevant path to this file.
  • Update the path to your banner image and logo
  • You may toggle the color theme if desired

4. Publish website!

  • Go the the settings of your repo: https://github.com/.../repo-name/settings/pages
  • Click 'pages' on the left hand menu
  • Select the branch you want to publish, 'docs' as the source folder, and hit 'save'
  • Your website url will display above (username.github.io/repo-name)

Useful formatting links

See the Just the Docs - LSP page for complete and thorough information about how to edit the template format!

Open in a new tab

[Display text](URL){:target="_blank"}

Add a button

[Link button](http://example.com/){: .btn }
[Link button](http://example.com/){: .btn .btn-blue }
[Link button](http://example.com/){: .btn .btn-green }
[Link button](http://example.com/){: .btn .btn-outline }
[Link button](http://example.com/){: .btn .btn-outline .btn-arrow }

*Back to top buttons are very useful for long pages!

Add Table of Contents

Bulleted list

<details open markdown="block">
  <summary>
    Table of contents
  </summary>
  {: .text-delta }
  - TOC
{:toc}
</details>

Numbered list

<details open markdown="block">
  <summary>
    Table of contents
  </summary>
  {: .text-delta }
  1. TOC
{:toc}
</details>

Images

You'll find 4 examples of how to define images in the example data set page

Line break

Use <br> to add extra spacing

Make a table

| | | |
|---|---|---|
| | | |
| | | |

For more tips to get started, visit the Jekyll tutorial FAQ. Thorough documentation for editing the website theme can be accessed at Just the Docs - LSP.

software-website-template's People

Contributors

jteffthits avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.