update site with new design

This commit is contained in:
hossnys
2021-09-28 15:16:21 +00:00
parent e8fe0dc41d
commit b4d5cf3e24
441 changed files with 1619 additions and 11722 deletions

View File

@@ -102,8 +102,8 @@ module.exports = function(api) {
api.createPages(async({ graphql, createPage }) => {
const { data } = await graphql(`{
allProjectTag(filter: { title: {in: ["blockchain", "experience", "technology", "farming", "community", "infrastructure", "impact"]}}) {
edges {
allProjectTag(filter: { title: {in: ["tech", "foundation"]}}) {
edges {
node {
id
path
@@ -184,8 +184,8 @@ module.exports = function(api) {
api.createPages(({ createPage }) => {
createPage({
path: '/people',
component: './src/templates/People.vue',
path: '/team',
component: './src/templates/Team.vue',
context: {
private: private
}