Create Blog Posts And Static Pages With Jekyll and GitHub Pages

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gp-blog

    This project is a showcase of how to setup a portfolio website using GitHub Pages, with the main accent put on the blogging part.

  • --- layout: home list_title: "Read Our Latest Posts" title: '' --- # Github Pages Demo Blog Welcome to this demo blog! This website intends to show you how to easily build and deploy a portfolio with a blog using _GitHub Pages_ and _Jekyll_. You can find the sources of this project [here](https://github.com/SimonDosda/gp-blog).

  • go-unsplash

    Go Client for the Unsplash API

  • ``` -------- layout: post title: "Write a Post" date: 2021-06-31 categories: jekyll blogging -------- The goal of this article is to add some extra info about blog writing with _Jekyll_. ## Structure your posts Use level 2 (`##`) and if necessary level 3 (`###`) titles to structure your posts. ## Display code snippets You can display a block of code like the following using triple backticks. You can also specify the language after the first triple backticks. ``` python def hello(name): return f'hello {name}' ``` ## Add images Create an `assets` folder where you can put all your images, then display them with a link starting with an exclamative mark like this: `![my inspiring image]({{ "/assets/sample-image.jpg" | relative_url }})`. ![my inspiring image]({{ "/assets/sample-image.jpg" | relative_url }}) _Photo by [Ian Schneider](https://unsplash.com/@goian)_ ```

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts