PreviewMarcosxNet

screenshot of PreviewMarcosxNet

Ce repository est utilisé pour jouer avec des futurs posts, ,,, et voir ce que ça donne, sans casser le site blog.marcosx.net

Overview

The content is a blog post that explains the process of creating a new blog site using GitHub Pages and Jekyll. The author describes their decision to start from scratch and store all articles on GitHub. They provide instructions on how to configure the DNS settings and create a CNAME file for the custom domain. They also mention the use of static HTML and CSS with minimal JavaScript. The post concludes by mentioning the use of kramdown for enhanced markdown functionality.

Features

  • Custom Domain: Ability to set a custom domain for the blog site.
  • HTTP to HTTPS Redirection: Automatic redirection of traffic from HTTP to HTTPS.
  • Auto-Renewal of SSL Certificate: The SSL certificate is automatically renewed.
  • Static Site Generation: The blog site is built using static HTML and CSS.
  • Minimal JavaScript: Only a single page contains JavaScript code.
  • Enhanced Markdown: The use of the kramdown library for advanced markdown features.

Summary

The blog post explains the process of creating a new blog site using GitHub Pages, Jekyll, and static HTML/CSS. The author provides step-by-step instructions for configuring the DNS settings, adding a CNAME file, and creating the initial pages. They also mention the use of kramdown for enhanced markdown functionality. Overall, the post highlights the simplicity and control of building a blog site from scratch using GitHub.