From 2876790096b9d5f08d69e07c928d7accc091c304 Mon Sep 17 00:00:00 2001
From: Ines <ines@iviolante-2.local>
Date: Wed, 10 Feb 2021 15:19:57 +0000
Subject: [PATCH] organising home

---
 config/_default/menus.toml             | 4 ++--
 content/home/projects.md               | 2 +-
 content/{home => not_used}/research.md | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename content/{home => not_used}/research.md (100%)

diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index 698c672..8ce6c7a 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -6,8 +6,8 @@
 
 
 [[main]]
-  name = "Research"
-  url = "#research"
+  name = "Projects"
+  url = "#projects"
   weight = 20
 
 [[main]]
diff --git a/content/home/projects.md b/content/home/projects.md
index 660aa97..fcc5ba8 100644
--- a/content/home/projects.md
+++ b/content/home/projects.md
@@ -3,7 +3,7 @@
 widget = "portfolio"  # See https://sourcethemes.com/academic/docs/page-builder/
 headless = true  # This file represents a page section.
 active = true  # Activate this widget? true/false
-weight = 65  # Order that this section will appear.
+weight = 30  # Order that this section will appear.
 
 title = "Projects"
 subtitle = ""
diff --git a/content/home/research.md b/content/not_used/research.md
similarity index 100%
rename from content/home/research.md
rename to content/not_used/research.md
-- 
GitLab