Skip to content

c3inspire/c3inspire.github.io

Repository files navigation

The C3 Inspire website is powered by Jekyll, documentation is available here.

Jekyll allows you to create HTML pages and blog posts from plain text. It supports "templates" and "includes" to make reusing common layouts and elements much easier. Take a look at the files in this repository for examples of how this works.

Blog posts are written using a syntax called Markdown, the basics of which are explained here.

It provides an easy way to format plain text with headers, emphasis, lists, links, and images. A Markdown tutorial is available here and you may experiment with the syntax here.

New Blog Posts

  1. Open the _posts directory.

  2. Click the add file icon to "Create a new file here"

  3. Name your file: YYYY-MM-DD-example-blog-post-title.md

  4. Insert the required front-matter:

    ---
    layout: post
    title: "Example Blog Post Title"
    categories: [category1, category2]
    tags: yourname
    ---
    
  5. Write your blog post using Markdown syntax

  6. Add a brief description of your changes in the "Commit summary:" field and press "Commit Changes"

  7. Navigate to http://c3inspire.com/blog and inspect your changes

About

The website of C3 Inspire.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •