Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daattali/beautiful-jekyll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FreeSK8/freesk8-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 21, 2021

  1. Not a web developer

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    3575691 View commit details
  2. Still not a web developer

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    ecad6b7 View commit details
  3. Ohai mark

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    5046aeb View commit details
  4. update

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    144393d View commit details
  5. rename file

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    9f03e27 View commit details
  6. looks better

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    9bb49c4 View commit details
  7. layout]

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    40059c4 View commit details
  8. Pretty nice

    r3n33 committed Jul 21, 2021
    Copy the full SHA
    18dac31 View commit details

Commits on Jul 24, 2021

  1. Ty Bill

    r3n33 committed Jul 24, 2021
    Copy the full SHA
    255979d View commit details

Commits on Jul 26, 2021

  1. Support Us

    r3n33 committed Jul 26, 2021
    Copy the full SHA
    4d0a3e5 View commit details
  2. Fixup

    r3n33 committed Jul 26, 2021
    Copy the full SHA
    307cafb View commit details
55 changes: 30 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -4,47 +4,52 @@
# the initial set up you won't need to come back to this file often.

# --- Required options --- #
remove-ads: true

# Name of website
title: My Website
title: FreeSK8 Foundation

# Your name to show in the footer
author: Some Person
author: FreeSK8 Foundation NPO

# --- List of links in the navigation bar --- #

navbar-links:
About Me: "aboutme"
Resources:
- Beautiful Jekyll: "https://beautifuljekyll.com"
- Learn markdown: "https://www.markdowntutorial.com/"
Author's home: "https://deanattali.com"
Projects:
- FreeSK8 Codex: "https://codex.freesk8.org"
- FreeSK8 Mobile: "https://freesk8.app"
Resources :
- FreeSK8 Forums: "https://forum.freesk8.org"
- Docs: "https://codex.freesk8.org/docs"
- VESC Project: "https://www.vesc-project.com"
❤ Support Us: "https://patreon.com/FreeSK8Devs"
About Us: "aboutus"

# --- Logo --- #

# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/avatar-icon.png"
# avatar: "/assets/img/RaccoonBoard.png"

# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
round-avatar: true

# If you want to have an image logo in the top-left corner instead of having the title of the website,
# then specify the following parameter
#title-img: /path/to/image
title-img: "/assets/img/FreeSK8Logo.png"


# --- Footer social media links --- #

# Select the social network links that you want to show in the footer.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
email: "someone@example.com"
facebook: deanattali
github: daattali
twitter: daattali
patreon: DeanAttali
youtube: c/daattali
email: "administrator@freesk8.org"
facebook: FreeSK8Foundation
github: FreeSK8
# twitter: nothankyou
patreon: FreeSK8Devs
youtube: user/AlterRobotics
# medium: yourname
# reddit: yourname
# linkedin: daattali
@@ -65,35 +70,35 @@ social-network-links:

# If you want to show a link to an RSS in the footer, add the site description here.
# If you don't want to show an RSS link, remove the following line.
rss-description: This website is a virtual proof that I'm awesome
rss-description: FreeSK8 Foundation NPO

# --- General options --- #

# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
linkedin: true
twitter: false
facebook: false
linkedin: false
vk: false

# How to display the link to your website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "MyWebsite.com"
url-pretty: "FreeSK8.org"

# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50
excerpt_length: 100

# Whether or not to show an excerpt for every blog post in the feed page
feed_show_excerpt: true

# Whether or not to show a list of tags below each post preview in the feed page
feed_show_tags: true
feed_show_tags: false

# Add a search button to the navbar
post_search: true
post_search: false

# The keywords to associate with your website, for SEO purposes
#keywords: "my,list,of,keywords"
keywords: "freesk8,robogotchi,osrr,codex,fsf"

# --- Colours / background image --- #

@@ -211,7 +216,7 @@ defaults:
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
social-share: false # add social media sharing buttons to all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -147,4 +147,5 @@
{% endfor %}
{% endif %}

<link rel="stylesheet" href="/assets/css/skin-switch.css">
</head>
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<!-- Beautiful Jekyll 5.0.0 | Copyright Dean Attali 2020 -->
{% include head.html %}

<body>
<body class="page-dark-mode">

{% include gtm_body.html %}

17 changes: 0 additions & 17 deletions _posts/2020-02-26-flake-it-till-you-make-it.md

This file was deleted.

78 changes: 0 additions & 78 deletions _posts/2020-02-28-test-markdown.md

This file was deleted.

24 changes: 24 additions & 0 deletions _posts/2021-07-20-welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: Welcome to FreeSK8
subtitle: The start of something great
gh-repo: daattali/beautiful-jekyll
#gh-badge: [star, fork, follow]
tags: [welcome, codex, mobile]
comments: true
---

We are just getting started and there is much to do!

**What's new?**

## [FreeSK8 Codex](https://codex.freesk8.org)

The codex is going live and serves as a central source of documentation for all things FreeSK8.

## [FreeSK8 Mobile Public Beta](https://freesk8.app)

After nearly a year and a half of development and feedback from our private beta testing group the mobile application is ready to go public. Now avaiable on the Play and App Stores!

{: .box-note}
**Always:** Ride safe
16 changes: 0 additions & 16 deletions aboutme.md

This file was deleted.

15 changes: 15 additions & 0 deletions aboutus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: page
title: About us
subtitle: Join us on our adventure
---

FreeSK8 Foundation is a passion project; a group of friends, engineers, & skaters brought together by shared goals & philosophies about what we wanted to create and how we wanted to bring it to the DIY eBoarding Community.

FreeSK8 is an open source, comprehensive eboarding & LEV system comprised of multiple devices that communicate with each other to provide critical system sensor & fault data to the rider & other system components. These systems are comprised of an ESC (Electronic Speed Controller, VESC-Compatible), Radio Module/Datalogger/BLE Module ([Robogotchi](https://codex.freesk8.org/docs/robogotchi/)), Wireless Remote Control ([FreeSK8 Remote/OSRR 1.0](https://codex.freesk8.org/docs/osrr/)), GPS, SmartBMS (Battery Management System), Power Control (AntiSpark/power switch), Lighting Control System (LightShow Module), & various technologies.

We are committed to the open source philosophy of sharing knowledge & technology. This means that we want the FreeSK8 project to grow beyond just one team’s efforts and be a public asset that is available to all. In addition to publishing project documentation, source code, design files, schematics, & tutorials- our long-term goal is to stand up The FreeSK8 Foundation as a 501©3 Non-Profit Organization.

All involved with this effort believe in the power of freedom of information & open source philosophy. We feel that transparency in intentions provide personal & public accountability as we move into a new era of business ethics & consumer rights advocacy.

For those familiar with the Open Source world: [Prusa Research SRO](https://www.prusa3d.com/) & [Sparkfun](https://derelictrobot.com/pages/sparkfun.com) serve as HUGE inspirations for the business model we aspire to follow. These guys are absolute champions to the cause & all involved with this effort owe a lot to their generosity & commitment to OS.
12 changes: 12 additions & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
@@ -366,6 +366,18 @@ img {
}
}

/* Support button in navbar */
.navbar-custom .navbar-nav li.nav-item a[href*="patreon.com/FreeSK8Devs"] {
color: hotpink;
transition: background 300ms, color 300ms;
}

@media (min-width: 768px) {
.navbar-custom .navbar-nav .nav-item:not(.dropdown):last-child .nav-link {
padding-right: 1rem;
}
}

/* --- Footer --- */

footer {
Loading