Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.79 KB

2017-06-20-100-days-of-code--day-one.md

File metadata and controls

52 lines (41 loc) · 1.79 KB
layout title description category startDate tags comments learnings links
post
I joined the 100 days of code challenge
Hendrik Putzek started the 100 days of code challenge
diary
2017-06-20
vanilla javascript
jekyll
github
css
grunt
git
liquid
false
Its easier to think about cool features than to actually develop them ;-)
There are a lot of solutions for a problem - some of them are bad
url name
jekyll
url name
Template used: white paper
url name
Introduction to jekyll front matter, especially arrays
url name
Ditching jquery for vanilla js
url name
add or remove a git remote (I checked out https instead of ssh)

My first project is to configure my diary.

What I've done today:

  • Fork the original repo
  • Add Jekyll and a template
  • Configure the template
  • Build a "link dump" functionality:
    • Links and their description can be put in YAML FrontMatter
    • A link list is generated
    • The link list automatically tries to grab a favicon from the linked site and shows it if it finds one

What I'm planning to do next: The diary still looks quite raw and ugly. So I'll add some styling I think.