maximilienroberti.github.io

maximilienroberti.github.io

Simple personal Jekyll website compatible with Stackbit/Netlify and GitHub Pages.

maximilienroberti.github.io

This is a simple personal Jekyll website compatible with Stackbit/Netlify and GitHub Pages.

This repersitory has been cloned from Scriptor repersitory and modified to make it more compatible with GitHub Pages.

Live Demo  

Features

  • Responsive design
  • Archive organized by tags
  • Disqus Comments
  • Accent color options
  • Prism syntax highlighter
  • Stackbit Uniform support

Deployment

Stackbit Deploy

This theme contains a stackbit.yaml file and can be used with Stackbit to instantly deploy to Netlify with optional headless CMS (Contentful, DatoCMS, Forestry, NetlifyCMS, etc.).

Local Instalation

To set up Jekyll on local machine please follow the official documentation that can be found here -> https://jekyllrb.com/docs/.

To run the theme locally, navigate to the theme directory and run bundle install to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server.

Manual Deployment

Jekyll generates your static site to the _site directory by default. You can transfer the contents of this directory to almost any hosting provider to get your site live.

Netlify

This theme is prepared to be hosted on Netlify. All you need to do is create a new private repository on GitHub or GitLab. Upload the theme to the repository and link your repo to Netlify. Please check this link with the step by step guidelines.

GitHub Pages

This theme can be deployed on GitHub pages. To do so, you just have to fork this repersitory, rename it by username.github.io, do a first push then go to https://username.github.io .

Amazon S3

If you want to host your site on Amazon S3, you can do so by using the s3_website application. It will push your site to Amazon S3 where it can be served like any web server, dynamically scaling to almost unlimited traffic.

Also, please check the Deployment Methods page on Jekyll website.

Licenses

All files and directories are licensed under the MIT unless explicitly stated.