Skip to content

The future code curious website, it replaces the wordpress site hosted at http://codecurious.org . It deploys to

Notifications You must be signed in to change notification settings

jsolovjo/CC-website

 
 

Repository files navigation

code curious Website Project

This is a community project to build the code curious website. It is using Jekyll.

Installation

Go to your terminal and run:

git clone git@github.com:codecurious-bln/CC-website.git
# or
git clone https://github.com/codecurious-bln/CC-website.git

bundle
bundle exec jekyll serve

…and then go to http://localhost:4000/

Adding an event

Create a YYYY-MM-DD-title-to-display.markdown file inside _events folder. Have a look at other files for example: _events/2019-09-21-code-and-cake.markdown

Add a page to header

Inside each of the page front matters make sure they have a title

# about.markdown
title: "About"

Inside _config.yml update

header_pages:
  - about.markdown
  - events.markdown

About

The future code curious website, it replaces the wordpress site hosted at http://codecurious.org . It deploys to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.5%
  • Ruby 39.5%