Skip to content

Commit

Permalink
remove subfolder
Browse files Browse the repository at this point in the history
remove subfolder
  • Loading branch information
Elpiu committed Apr 23, 2024
1 parent fc23560 commit d27f2b9
Show file tree
Hide file tree
Showing 74 changed files with 31 additions and 212 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs_GithubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Navigate to project directory
run: cd personal-webiste-nextjs
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

My Site/CV/*

# Logs
logs
*.log
Expand Down Expand Up @@ -134,4 +131,3 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

File renamed without changes.
61 changes: 27 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,42 @@ Tuttavia, la cartella contenente il vecchio sito verrà comunque mantenuta per r
### GitHub Portfolio
Questo progetto è un sito web dinamico per il portfolio che si aggiorna automaticamente con le repository di GitHub dell'utente. La sezione del portfolio viene generata da uno script che, dato il profilo GitHub dell'utente, recupera le repository pubbliche dell'utente e le crea dinamicamente nella sezione del portfolio. Inoltre, il file README.md di ogni repository viene anche caricato dinamicamente all'interno di una finestra modale sulla pagina del portfolio. Ciò consente un portfolio costantemente aggiornato e facilmente accessibile dei progetti dell'utente.

### NOTE
Per renderizzare correttamente le immagini dei progetti nel Readme.md, è necessario che vengano linkate da github (tutto il percorso https//github.../nome-repo/img/nomefoto.png) e non dal percorso locale.
# How to run

Questo problema accade per via della traduzione del file .md una volta preso e tradotto all'interno dell'html.
- npm install
- next dev
- go to http://localhost:3000/

Per fare ciò è stata utilizzata la libreria ngx-markdown.
### Requirements

---



### Tema
- more dark #212529
- dark #2c3e50
- main #1abc9c




# ProgettoProva
- Node 18

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.10.
DONE to install

## Development server
### TODO
- [ ] fare pagina 404 e far scomparire header
- [ ] nuovo contact me con capcha per nascondere il numero
- [ ] avviene il re rendering ogni volta che si sposta l'header di sezione
- [ ] img vetrina progetto

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
---
- [ ] rendere SPA tutto il sito per hostarlo su GitHubPages [Tutorial](https://www.youtube.com/watch?v=mJuz45RXeXY)
- [ ] disabilitare tutti i componenti server-side
---
- [ ] SEO Metadata
- [ ] Google search engine

## Running unit tests
---
##### Librerie Usate & Framework
- [NEXT.js](https://nextjs.org/)
- [React](https://react.dev/)
- [Tailwindcss](https://tailwindcss.com/)
- [Component library DaisyUI](https://daisyui.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Framer Motion examples](https://framermotionexamples.com/)
- [react-markdown](https://remarkjs.github.io/react-markdown/)

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import React, { createContext, useContext, useState } from "react";
import type { SectionName } from "@/lib/types";
import type { SectionName } from "../src/lib/types";

type ActiveSectionContextProviderProps = {
children: React.ReactNode;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use client"

import React, {createContext, useContext, useEffect, useState} from "react";
import {Experience, GitHubRepoData, IntroData, RootData} from "@/lib/types";
import {Experience, GitHubRepoData, IntroData, RootData} from "../src/lib/types";
import axios from "axios";
import {DATA_FILE_JSON_FIELD, DATA_FILE_NAME} from "@/lib/storage.accessors";
import {DATA_FILE_JSON_FIELD, DATA_FILE_NAME} from "../src/lib/storage.accessors";
import {LoadingFullScreen} from "@/components/loadingFullScreen";


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
distDir: '../docs',
distDir: 'docs',

images: {
remotePatterns: [
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions personal-webiste-nextjs/.gitattributes

This file was deleted.

130 changes: 0 additions & 130 deletions personal-webiste-nextjs/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions personal-webiste-nextjs/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d27f2b9

Please sign in to comment.