Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martindelille/martindelille.github.io
My website
https://github.com/martindelille/martindelille.github.io
blog curriculum-vitae portfolio
Last synced: 3 days ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/martindelille/martindelille.github.io
- Owner: MartinDelille
- License: agpl-3.0
- Created: 2020-04-10T14:28:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:55:40.000Z (8 months ago)
- Last Synced: 2024-05-16T03:55:32.784Z (8 months ago)
- Topics: blog, curriculum-vitae, portfolio
- Language: HTML
- Homepage: https://martin.delille.org
- Size: 19.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to my blog
Here are the various way you can contribute to it:
## Donate
Content on the internet is usually free, but you must _think free as in free speech, not free beer._. There is a _Sponsor_ button on this page if your willing to pay me for the work I made in the past or I'll do in the future. I stopped drinking alcohol on a regular basis but I'm a coffee lover and know [some very good alcohol free beer](https://www.brewdog.com/uk/shop/beer?dietary_and_lifestyle=1717). I also dream to build this kind of ship one day:
![Le renard de Robert Surcouf](assets/images/renard.jpg)
## Make a pull request
You can evenly use the [editor on GitHub](https://github.com/MartinDelille/martindelille.github.io/edit/master/README.md) to maintain and preview the content for the file that you want to fix.
You can also clone the repository and fix it locally then push it on a fork and submit the pull request.
Here are the step for a local development environment:
```
bundle install
bundle exec jekyll serve
```I wrote a [Makefile](Makefile) with additional options for conveniancy.
## Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
```markdown
Syntax highlighted code block# Header 1
## Header 2
### Header 3- Bulleted
- List1. Numbered
2. List**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
```For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
## Theme
This jekyll instance use the [So Simple theme from mmistakes](https://github.com/mmistakes/so-simple-theme/).
## Support or Contact
Having trouble with the content I wrote or anything? Want to talk? [Drop an issue!](https://github.com/MartinDelille/martindelille.github.io/issues/new)