Skip to content

Latest commit

 

History

History
129 lines (118 loc) · 4.8 KB

README.md

File metadata and controls

129 lines (118 loc) · 4.8 KB

DSC VIT

InfoSecKids

Website for InfoSecKids


Join Us Discord Chat

DOCS UI

Features

  • Events, blogs and 100daysofinfoseckids page fetching data from json file
  • Markdown rendering
  • Filtering events by tag in events page
  • Searching events by title, date and description

How to Install

  • Clone the repository on your local system
$ git clone https://github.com/GDGVIT/InfoSecKids-website.git
  • Open src->index.html

How to add an event

  • See video
  • Go to src->events.json

    Screenshot-2021-05-04-175504

  • Add a new object( event ) by providing details like
    • title
    • tag
    • date
    • description ( shown in the events page )
    • content ( path of the markdown content of that event ( rendered on clicking the continue reading button ) )
    • image ( image for the event )

    data

  • Go to src->events

    event

  • Insert the markdown file for that event in the format that should be rendered

    events


How to add a blog

  • See video
  • Go to src->blogs.json

    blogsjson

  • Add a new object( blog ) by providing details like
    • title
    • date
    • description ( shown in home page )
    • content ( path of the markdown file of that blog ( rendered on clicking the continue reading button ) )

    blogsjson1

  • Go to src->blogs

    blog

  • Insert the markdown file for that event in the format that should be rendered

    blogs

How to add a day in the 100daysofinfoseckids Page

  • See video
  • Go to src->100days.json

    100days

  • Add a new object( day ) by providing details like<
    • image ( image of the day )

    days

Contributors

Pratham Jain

Your Name Here (Insert Your Image Link In Src

GitHub LinkedIn

Made with ❤️ by DSC VIT