ArtisticZhao / Blogs

https://ethereal.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blognotes for ArtisticZhao

Intro

This is my personal repo, which store my jekyll source code for my blogs and notes.
The notes will present some useful technical articles. And the blogs will record my life, vlogs, reading notes, etc.

More important, this blognotes also share with my girl. We will update our sweet love, daily life...

Theme

Folders

_posts I put the blogs in this folder, in the folder the articles' filename must have a date.

notes I put my notes in this folder, in the folder the post time is not important, so just ignore it.

Usage

posts

Just commit the Markdown file to the _posts folder, and the jekyll will auto deal others.

notes

Keep a note may complex.

  • You need put the Markdown file to the notes folder in the right category.
  • Add the url into the navigation.yml, which located '_data/navigation.yml'

generate static webpages

bundle exec jekyll s

upload webpages to server

./upload.sh

This shell script will tar the _site folder, and upload to my VPS via scp (the scp use ssh key to identify). And execute extract command to modify file to nginx website folder.

About

https://ethereal.work

License:MIT License


Languages

Language:JavaScript 48.0%Language:SCSS 26.0%Language:HTML 25.4%Language:Ruby 0.3%Language:CSS 0.2%Language:Shell 0.2%