Skip to content

Commit

Permalink
add jekyll project for github build
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuNa-JD committed Oct 21, 2024
1 parent 1df51bc commit c254851
Show file tree
Hide file tree
Showing 385 changed files with 30,520 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_site
.sass-cache
.jekyll-metadata
.jekyll-cache
.idea
.DS_Store
.vscode
node_modules
npm-debug.log
1 change: 1 addition & 0 deletions .well-known/atproto-did
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
did=did:plc:rpiqlhn5k4amuulux5zggnhr
41 changes: 41 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: null
title: 404
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">

<!-- Mainly CSS -->
<link href="{{ "/static/assets/app-20190620.min.css" | prepend: site.baseurl }}" rel="stylesheet">
<link href="{{ "/static/css/custom.css" | prepend: site.baseurl }}" rel="stylesheet">

<!-- Favicons -->
<link rel="apple-touch-icon" sizes="144x144" href="static/assets/img/favicons/favicon144x144.png" />
<link rel="apple-touch-icon" sizes="114x114" href="static/assets/img/favicons/favicon114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="static/assets/img/favicons/favicon72x72.png" />
<link rel="apple-touch-icon" href="static/assets/img/favicons/favicon57x57.png" />
<link rel="shortcut icon" href="static/assets/img/favicons/favicon.png" />
</head>
<body class="gray-bg">
<div class="middle-box text-center animated fadeInDown">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<div class="error-desc">
<p>
Sorry, but the page you are looking for has not been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in my website.
</p>
<div>
<a class="btn btn-primary" href="{{ "/" | prepend: site.baseurl }}">Home</a>
</div>
</div>
</div>
<!-- Mainly scripts -->
<script src="{{"/static/assets/app-20190620.min.js"| prepend: site.baseurl }}"></script>
</body>
</html>
15 changes: 15 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
source 'https://rubygems.org'

group :jekyll_plugins do
gem 'jekyll-seo-tag'
gem 'jekyll-redirect-from'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data"

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "webrick"
gem "rack", ">= 2.1.4"
92 changes: 92 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.17.0)
forwardable-extended (2.6.0)
google-protobuf (4.28.2)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rack (3.1.8)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.8)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.80.3)
google-protobuf (~> 4.28)
rake (>= 13)
sass-embedded (1.80.3-x64-mingw32)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
webrick (1.8.2)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
jekyll-redirect-from
jekyll-seo-tag
rack (>= 2.1.4)
tzinfo-data
webrick

BUNDLED WITH
2.2.33
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (C) 2016 Cory Dolphin, Olin College

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97 changes: 96 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,96 @@
# portfolio
# Portfolio de Julien Denizot

Bienvenue sur mon portfolio ! Ce projet est un site personnel développé avec Jekyll et hébergé sur GitHub Pages. Il met en avant mes compétences, mes projets et mon parcours professionnel en tant que développeur Python spécialisé en santé numérique et machine learning.

## Table des matières

- [Aperçu](#aperçu)
- [Fonctionnalités](#fonctionnalités)
- [Installation](#installation)
- [Utilisation](#utilisation)
- [Technologies](#technologies)
- [Projets](#projets)
- [Contact](#contact)

## Aperçu

Ce portfolio a pour but de présenter :
- Mon parcours professionnel (Orthopédiste devenu développeur Python).
- Mes projets personnels et professionnels.
- Mes compétences techniques en développement et santé numérique.

## Fonctionnalités

- **Présentation personnelle** : Une section détaillant mon parcours, mes compétences et mes ambitions.
- **Projets** : Un aperçu de mes projets les plus récents avec des liens vers les dépôts GitHub.
- **Technologies utilisées** : Un aperçu des outils et technologies que j'utilise (Python, Django, Machine Learning, etc.).
- **Responsivité** : Le site est entièrement responsive et s’adapte à tous les types d’écrans (desktop, mobile, tablette).

## Installation

Si vous souhaitez cloner et exécuter ce projet en local, suivez les étapes suivantes :

### Prérequis

- Ruby version 2.7 ou supérieure
- Jekyll (installé avec la commande `gem install jekyll`)
- Bundler (installé avec la commande `gem install bundler`)

### Étapes d'installation

1. Clonez le dépôt GitHub :
```bash
git clone https://github.com/LuuNa-JD/portfolio.git
```

2. Accédez au répertoire du projet :
```bash
cd portfolio
```

3. Installez les dépendances :
```bash
bundle install
```

4. Exécutez le site en local :
```bash
bundle exec jekyll serve
```

5. Le site sera disponible à l'adresse suivante : `http://localhost:4000/`.

## Utilisation

Le portfolio est simple à utiliser :
- Naviguez entre les différentes sections via la barre de navigation.
- Découvrez mes projets en cliquant sur les liens GitHub associés.

## Technologies

Le projet utilise les technologies suivantes :
- **Jekyll** : Générateur de site statique.
- **Bootstrap** : Framework CSS pour un design responsive.
- **HTML/CSS** : Langages utilisés pour structurer et styliser le site.
- **JavaScript** : Utilisé pour certaines fonctionnalités interactives.
- **GitHub Pages** : Hébergement du site.

## Projets

Voici quelques-uns des projets présentés dans ce portfolio :

1. **[LITReview](https://github.com/LuuNa-JD/LITReview-project)** - Application web développée avec Django pour la gestion de critiques littéraires.
2. **[Bot Discord](https://github.com/LuuNa-JD/project_buddy)** - Bot Discord qui scrappe des articles tech et crée automatiquement des channels pour des projets freelance.
3. **[Portfolio GitHub](https://github.com/LuuNa-JD/portfolio)** - Le projet de ce site, construit avec Jekyll et hébergé sur GitHub Pages.

## Contact

Si vous souhaitez me contacter pour des opportunités professionnelles ou pour échanger sur des projets, voici mes coordonnées :

- **Email** : [luunz71@gmail.com](mailto:luunz71@gmail.com)
- **LinkedIn** : [Julien Denizot](https://www.linkedin.com/in/julien-denizot-dev/)
- **GitHub** : [LuuNa-JD](https://github.com/LuuNa-JD)

---

Merci de votre visite ! N'hésitez pas à explorer mon portfolio et à me contacter pour toute question ou suggestion.
115 changes: 115 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
#
###################################
# Site wide configuration
####################################
#
title: "Julien Denizot - Portfolio"
description: "Développeur Python spécialisé en santé numérique"
keywords: julien, denizot, blog, jekyll, gh-pages, kace, github, pages, portfolio, python, django, flask, javascript, vuejs, react, angular, ionic, mobile, web, developer, devops, linux, sysadmin, itil, itil4, prince2, prince2agile, scrum, agile, pmp, project, management
baseurl: ''
url: https://luuna-jd.github.io/portfolio/
img_path: /static/assets/img/blog

#
###################################
# Jekyll configuration
####################################
#
timezone: Europe/Paris
highlighter: rouge
markdown: kramdown
excerpt_separator: <!--more-->

settings:
rating: general

kramdown:
input: GFM
syntax_highlighter: rouge

#
###################################
# Jekyll-SEO-tag settings
####################################
#
lang: fr-FR
permalink: /blog/:categories/:title/

social:
name: Julien Denizot
links:
- https://www.linkedin.com/in/julien-denizot-dev/
- https://github.com/LuuNa-JD


webmaster_verifications:
google: FByo2xcDR6RaUId2DdQjhAmq9YMjlEhVlL0OgK8KDzU
bing: FCA4B700F192727565A2354B488A3DD5

#
###################################
# author configuration
# index page "about me" section
####################################
#
author:
name: Julien Denizot
first_name: Julien
last_name: Denizot
avatar: /static/assets/img/landing/me.jpg
github_username: LuuNa-JD
linkedin_id: julien-denizot-dev
facebook_username:
twitter:
email: luunz71@gmail.com
cv:

# skills
skill_icon1:
- name: fa-medkit
- name: fa-linux
skill_icon2:
- name: fa-windows
- name: fa-code
desc: "Développeur Python avec une passion pour la technologie au service de la santé. Après plusieurs années en orthopédie, j'ai choisi de me spécialiser en santé numérique et machine learning.
Mon ambition est de créer des solutions digitales innovantes pour améliorer la qualité des soins et accompagner les professionnels de santé dans leur quotidien."

# analytics
## google analytics
ga:

## google optimize
go:
# id:

## donation
donation: off

## carousels
index_carousel: on # index page carousel switch
blog_carousel: off # blog page carousel switch

plugins:
- jekyll-seo-tag
- jekyll-redirect-from

# scss
sass:
sass_dir: _sass
style: compressed


# Build settings
encoding: utf-8

jekyll_admin:
hidden_links:
# - posts
# - pages
# - staticfiles
# - datafiles
# - configuration



exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']
Loading

0 comments on commit c254851

Please sign in to comment.