GithubHelp home page GithubHelp logo

kwangkim / fibo.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fibo/fibo.github.io

0.0 2.0 0.0 652 KB

My digital copybook

Home Page: http://g14n.info

License: Other

CSS 100.00%

fibo.github.io's Introduction

My digital copybook

This is my web book! Gianluca Casati writes here :)

Domain

The domain for this site is g14n.info registered on namecheap; thanks to CloudFlare it is a naked domain and has SSL: both http and https schemes are available.

Debug

It is highly recommended to install Jekyll to preview your site and avoid build errors before publishing it.

Install Jekyll

Instructions work great on a Codio box like this.

  1. Create a Gemfile with the following content
source 'https://rubygems.org'
gem 'github-pages'
  1. Add these lines to your .gitignore
_site/
.codio
Gemfile*
  1. Install bundler
gem install bundler
  1. Install dependencies
bundle install

See Using Jekyll with Pages as a reference.

Run Jekyll

Test content generation running

jekyll serve --watch

Static content is served here.

Readme driven development

Inspired by Tom Preston's article documentation about my projects is contained in their README.md file.

Get repo foo.

$ mkdir -p _projects/_repos/foo
$ git clone https://github.com/fibo/foo _projects/_repos/foo

Store YAML front matter in a separate homonym .yaml file, which is ignored by Jekyll.

---
title: foo
layout: project
---

Concatenate README.md and its YAML front matter into foo/index.md

cat _projects/foo/index.yaml _projects/_repos/foo/README.md >> _projects/foo/index.md

fibo.github.io's People

Contributors

fibo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.