GithubHelp home page GithubHelp logo

cblanken / kyoss-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kyoss/website

0.0 0.0 0.0 13.33 MB

A Static Site Generator for KYOSS.org

Home Page: https://kyoss.dev/

License: Apache License 2.0

kyoss-website's Introduction

KYOSS Static Site

A Static Site Generator for KYOSS.org/KYOSS.dev. This site uses VuePress to generate a static website from Markdown. Changes merged to the main branch will be automatically built and published via GitHub Actions.

How to add pages

  1. Create a Markdown file in the docs/ subdirectory.
  2. Add the Frontmatter to set the title/language/etc...
    ---
    lang: en-US
    title: Title of this page
    description: Description of this page
    ---
    
  3. Add/Commit the new page to the git repository
  4. Push your branch to your fork
  5. Submit a pull request to merge your submission to the main branch

How to add static content (like images)

Full reference here

You can reference any assets using relative URLs in your Markdown content:

![An image](./image.png)

This is generally the suggested way to import images, as users usually place images near the Markdown file that references them.

How to run locally and preview changes

Required tools/technologies

  1. NodeJS version 16 or higher
  2. yarn, which can be installed via node package manager included with NodeJS
    • npm install --global yarn

Install the dependencies

In the root of this project run the following command

yarn

Run the web site in development mode (Changes trigger automatic reloading)

yarn docs:dev

kyoss-website's People

Contributors

jsquyres avatar infosec812 avatar davecampbell avatar knome avatar lindleyw avatar jdstelly avatar jimmymccord avatar benjamin-olver avatar stellinator avatar kdaveeffect avatar liayan avatar cubmoha avatar bfitzgit23 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.