Giter VIP home page Giter VIP logo

idris-maps / sveltesociety.dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from svelte-society/sveltesociety.dev-legacy

0.0 1.0 0.0 7.9 MB

Community website for Svelte Society (Work in progress). The site will contain a component library list, a cookbook, tutorials, event information, talks etc.

Home Page: https://sveltesociety.dev

JavaScript 65.39% HTML 0.69% CSS 8.43% Dockerfile 0.18% Shell 0.29% Svelte 25.02%

sveltesociety.dev's Introduction

Svelte Society Site

This repository contains the source code for the Svelte Society website. It is comprised of a couple of different pieces that are important to understand when contributing. TODO: Fill this in

Technologies used:

  • Routify
  • MDSveX
  • Cloudflare Worker Site

Contributing

Find an issue worth pursuing and pull down the repo. Run yarn followed by yarn dev. You can now access the site at localhost:5000.

If you want to expand the site or do larger work, such as adding new sections to the site, please come to the Discord and discuss it with us first. Otherwise you might be doing work that won't get merged and that's not fun for anyone!

Recipes

The recipes are written and processed using Mdsvex. Three helper components are provided, located in src/components/recipes that can be used to highlight certain parts of a recipe.

  • Warning Can be used to inform a reader of common pitfall or point to take extra care
  • Note To highlight something noteworthy
  • ReadMore Use this to wrap extra reading material related to the recipe

⚠️ Be aware that markdown inside of these components will not be processed. So, for instance when placing a link inside use normal HTML markup to do so. ⚠️

Example usage

---
title: Sample
---

<script>
  import ReadMore from '../../../components/recipes/ReadMore.svelte'
  import Warning from '../../../components/recipes/Warning.svelte'
</script>

This is regular text

<Warning>
    This is text within the block
</Warning>

<ReadMore>
  Click <a href="/">here</a> to read more about this.
</ReadMore>

sveltesociety.dev's People

Contributors

anthonylegoas avatar antony avatar babichjacob avatar cainux avatar chaitanyagadodia avatar cstrnt avatar dependabot[bot] avatar diepoe avatar dummdidumm avatar idris-maps avatar isaac-tait avatar jkatzer avatar kevmodrome avatar macfja avatar pchynoweth avatar peopledrivemecrazy avatar prodev2023 avatar robincsl avatar silentworks avatar skayo avatar stephane-vanraes avatar swyxio avatar wolfr avatar zygen 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.