Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

RayCC51/old-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing

Every posts update at 23:30 UTC

Blog: Make yyyy-mm-dd-NAME.md in _posts

Projects: Make NAME.md in _projects


Todo

  • Search TODO and add something.

Run in local

Run in terminal: bundle exec jekyll serve --watch

Then local server(127.0.0.1:4000) will launch!

Automatically change: HTML, CSS, JS, Markdown Should Rebuild: YAML


Change Log

.yml

  • _config.yml
  • socials.yml

JS

  • add assets/js/custom.js
  • download third party library

SCSS

  • grey-color-dark: #1c1c1d -> #2f2c2c
  • h1.header-bar
  • img
  • figcaption
  • span.lb-caption
  • --global-theme-color: #{$purple-color} -> #BF4040
  • --global-theme-color dark: #{$cyan-color} -> #BF4040
  • @import -> @use

Liquid

  • %B %d, %Y -> %Y-%m-%d
  • post.liquid: Split lines between 'created in' and 'last update in'
  • header.liquid: navbar-expand-sm -> navbar-expand
  • header.liquid: nav: remove about, always show navbar-brand
  • footer.liquid: minified
  • head.liquid: fontawesome -> fontrello

fa-magnifying-glass, fa-lightbulb, fa-moon, fa-sun, fa-github, fa-star, fa-tag, fa-hashtag, fa-calendar, fa-thumbtack, fa-clipboard, fa-clipboard-check

Pages

  • {% assign sorted_projects = categorized_projects | reverse %}

Remove

  • news
  • publications
  • repositories
  • cv
  • teaching
  • dropdown
  • cdn
  • about.md -> latest_posts: enabled: false

Remove unused files.

Remove unused actions.

Github Action

  • Add --exclude '.*\.webp' in broken-links.yml jobs: ... args:
  • Remove on:pull_request: in deploy.yml