Jekyll basics

Posted on: June 14, 2020 at 1:14 pm, in


run dev: jekyll serve
publish: git installedgithub account
in _config.yml edit:baseurl: “blog” //the name of the repository
git initgit checkout -b bloggit statusgit add .git commit add origin

the metadata ontop is called frontmatteruse json or yaml
add several categories separated by spaces
run drafts: jekyll serve -draft ?
create pages: md file in root (eg about.md)layout: “page”
in frontmatterpermalink: “this/link/willbeused/instead/of/dateandCategory”
or use variables:permalink: /:categories/:year/:month/:day/:titleu can even add custom fake extensions (.html)
themes:base theme to build from:https://mmistakes.github.io/minimal-mistakes/about/
{% highlight javascript %}function foo(){    console.log(‘test’)}{% endhighlight %}


unity git

Posted on: October 26, 2019 at 9:41 am, in

There’s a unity setting for gitignore

gitignore unity