Website runs on github pages.
- Copy existing publication from
_postsfolder (copy as raw) - Create new file with
YYYY-MM-DD-Title-Of-Postin_postsdirectory - Paste text and change title and date
- Add header image from Imgur (need url with
.jpgat the end) - Write markdown
- Save!
- Rename the post with the correct date (also update front matter)
- Add a
redirect_fromkey in the front matter that points to the original url- example:
redirect_from: /pub/2019-07-27-deepfacelab-tutorial/ - can also be a list
- see: jekyll-redirect-from
- example:
- Add a quote with an update message
- customize css in
/assets/css/style.scss - customize html in
_layouts/default.html(and add other layouts as needed)
gem install jekyll bundlerbundle updatebundle installbundle exec jekyll serve --future --livereload