Git Product home page Git Product logo

selgik.github.io's Introduction

Change Log

I am using this page to track changes, leave notes and reference pages. To review original README.md, please go to this link

2023-03-12

  • created _posts/2023-03-11-Python-GUI.md and linked URL on splash page. Removed (1) changed date on _posts/2022-06-01-R-code-note.md (2) and removed from splash page
  • error observed: created or updated posts are not communicating with https://selgik.github.io/
  • how to tackle: do not proceed with multiple edits (in ex. creating post > editing > uploading file) without any break. Wait until previous action is done (progress notification will show green tick).

2022-05-16

  • created 2022-05-01-VBA-project.md and linked URL on splash page. Removed (1) 2022-02-04-project-note.md (2) 2022-02-05-vba-note.md
  • created 2022-05-03-Tableau-dashboards.md and linked URL on splash page. Removed (1) 2022-02-03-tableau-code-note.md (2) 2022-02-02-sql-note.md
  • created 2022-02-01-data-viz.md(old). Original 2022-02-01-data-viz.md --> rediretred to splash page.

2022-05-15

  • created splash page (ref Jan's blog, Raw Gist)

  • nulled original splash-page.md by changing its name as splash-page.md2

  • created new one with its name as splash-page.md

  • changed minimal_mistakes_skin from air to contrast on config.yml

  • removed title name on config.yml

  • changed url on _data/navigation.yml

  • added "Posts" section on _data/navigation.yml

2022-02-07

  • changed date format under /_posts to re-arrange the order of posts.
  • added one more navigation (tableau demo) under _data/navigation.yml

Reference

2022-02-06

  • created posts/template, posts/2022-02-06/..
  • created /_includes/video1.html
  • added video1.mp4 to asset/images/
  • added plugin(gem) in_config/yml (line 231: - jekyll-redirect-from)
  • changed navigation setting: /_data/navigation.yml

How to add video to post

  1. upload video to /asset/images

  2. create html file in /_includes/"filename".html see iframe code (ref: /asset/images/video1.html)

  3. add body in /_posts/"post".md

    {% include video1.html id="/assets/images/video1.mp4" %}  
    

How to redirect post page -> external url

  1. Review JekyllRedirectFrom

  2. add plug-in

  3. add YAML in the post

    title: "abcd"
    redirect_to: https://..
    

Reference:

selgik.github.io's People

Contributors

mmistakes avatar selgik avatar ibug avatar coliff avatar lsolesen avatar maxheld83 avatar ohadschn avatar kulbhushanchand avatar zenharbinger avatar nickgarlis avatar seankilleen avatar vincenttam avatar fa-ribeiro avatar edemaine avatar torrocus avatar hkalant avatar justinrummel avatar scot3004 avatar rschaerer avatar quanengineering avatar tobie avatar akhyarrh avatar gamue avatar yihangho avatar tlindsay42 avatar tony-ho avatar lucascaton avatar maazadeeb avatar maxime-michel avatar thoemmi 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.