Code Monkey home page Code Monkey logo

Comments (10)

mkubdev avatar mkubdev commented on July 21, 2024 2

Hi @Web3Community ! πŸŽ‰πŸŽƒ

To achieve this issue, you need to fork this repo first, and then make a PR with your changes.

How to make a new page ?

First, you need to learn how layout is managed with 11ty ! Don't be fooled with .njk extension, we automatically convert .html into .njk at build time.
πŸ’« So when you need to create a .njk file, just create a .html file !!


  • Then you can follow this basic steps :

⚑ Create a layout file into src/_includes/ => src/_includes/project.html

---
title: Project
layout: default
path: project
---

⚑ Create a new folder into src/ with the name of the page as name, and add an index.html => src/project/index.html
⚑ Add in top of file the layout you want to use (you will use the one created at the first step) :

---
layout: project
---

⚑ Update src/_data/navigation.yaml to add the path to the navbar !


πŸ‘€ You can analyze how the blog page is built :

Do you have a question ?

🚨 You can ask any questions on our Discord and the @Web3Community teams will help you!

Good luck, Have fun ! πŸŽƒ

from webxdao.github.io.

vinzvinci avatar vinzvinci commented on July 21, 2024 2

Done

from webxdao.github.io.

vinzvinci avatar vinzvinci commented on July 21, 2024

https://www.figma.com/file/7YWtfTu6yFJeXln0baHfIv/About-and-Projects-Page?node-id=0%3A1

Sample page

from webxdao.github.io.

himanshupal avatar himanshupal commented on July 21, 2024

Hi, what will be the source of projects data here ?

from webxdao.github.io.

gptkrsh avatar gptkrsh commented on July 21, 2024

@himanshupal I think we shall use this as the source and sort based on stargazers: https://api.github.com/orgs/web3community/repos

from webxdao.github.io.

himanshupal avatar himanshupal commented on July 21, 2024

Okay, I haven't worked with eleventy before but would like to give this a try.

from webxdao.github.io.

shreyaansjain06 avatar shreyaansjain06 commented on July 21, 2024

I can do this please assign this issue to me

from webxdao.github.io.

Panquesito7 avatar Panquesito7 commented on July 21, 2024

I can do this please assign this issue to me

Feel free to work on this as long as nobody else is working on it. πŸ™‚

from webxdao.github.io.

shreyaansjain06 avatar shreyaansjain06 commented on July 21, 2024

It will be confirm if the issue is assigned that nobody is working on it except me

from webxdao.github.io.

gptkrsh avatar gptkrsh commented on July 21, 2024

@vinzvinci Could you assign @shreyaansjain06?

from webxdao.github.io.

Related Issues (20)

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.