- 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
- Clone the repository on your local system
$ git clone https://github.com/GDGVIT/InfoSecKids-website.git
- Open src->index.html
- See video
- Go to src->events.json
- 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 )
- Go to src->events
- Insert the markdown file for that event in the format that should be rendered
- See video
- Go to src->blogs.json
- 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 ) )
- Go to src->blogs
- Insert the markdown file for that event in the format that should be rendered
- See video
- Go to src->100days.json
- Add a new object( day ) by providing details like<
- image ( image of the day )
Pratham Jain |
Made with ❤️ by DSC VIT