Giter Club home page Giter Club logo

code4hk.github.io's Introduction

blog

Code4HK Blog

HOWTO:

  • gem install bundler
  • bundle install
  • bundle exec jekyll serve --safe

hosted at blog.code4.hk

code4hk.github.io's People

Contributors

balling avatar cyl337 avatar debuggingfuture avatar hupili avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

code4hk.github.io's Issues

Show Author Name for each post

We should add in workflow to identify who is the author, since sometimes we have "guest blogger".
Possible to capture directly from the pull request?(i.e. github id)
In case of official post, we can have it as this org (i.e. code4hk)

Article Review Checkpoints

Review points:

  • Front-matter. Most people will directly copy a template. Remember to check whether they modified those fields to their own values.
  • Markdown syntax. There are too many markdown locales out there. Most of them are super set of original MD. To enhance interoperability, we recommend use only the original MD whenever possible. Since most developers are familiar with GH-flavoured MD, we can use this one as default. (current parser is redcarpet)
  • ...

Topics:

  • a non-geeky joke
  • Hackathon announce/digest
  • Any social related coding projects one created
  • Technical white paper for our own projects.
  • ...

Just mock up the two lists. Please comment and we can better organise those.

Change the Perm Link Schema

Currently categories like open data are not URL friend. URL parser in some IM software stops at the blank.

blog.code4.hk/open data/2014/04/26/legco-votes-analysis/

Add Google Analytics

I added resource id UA-48536294-3 for blog.code4.hk

Let's use the new version of analytics.js
seems must include in the head

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-48536294-3', 'code4.hk');
  ga('send', 'pageview');

</script>

where to add? this?
https://github.com/code4hk/blog/blob/gh-pages/_includes/JB/setup

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.