Skip to content

Commit

Permalink
nouveau design
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Feb 2, 2021
1 parent cc49d09 commit 3f4e5e2
Show file tree
Hide file tree
Showing 24 changed files with 901 additions and 409 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab

[*.py]
indent_size = 4
77 changes: 2 additions & 75 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,67 +28,6 @@ share/python-wheels/
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
Expand All @@ -98,23 +37,11 @@ ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

.vscode
output

.idea
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ image: python:3.7

variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
GIT_SUBMODULE_STRATEGY: normal

cache:
paths:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Maxime Le Conte des Floris
Copyright (c) 2020 Maxime Le Conte des Floris

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
84 changes: 0 additions & 84 deletions Makefile

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# mlcdf.com
Personal website
> https://mlcdf.com
My Personal website
7 changes: 4 additions & 3 deletions content/bonjour.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Title: Bonjour le monde
Date: 2010-12-03 10:20
Title: Reprendre le controle de ses données
Date: 2021-01-31 10:20
Category: Articles

Following is a review of my favorite mechanical keyboard.
En 2021, ce n'est plus un secret pour grand monde : les <abbr title="Google, Amazon, Facebook, Apple et Microsoft">GAFAM</abbr>

Loading

0 comments on commit 3f4e5e2

Please sign in to comment.