hussius / stockholm-ai

Stockholm AI's website

Home Page:http://stockholm.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stockholm.AI webpage

The Stockholm.AI webpage.

Local Debug Deploy

  • Install docker
  • ./local_start.sh
  • open localhost in your webbrowser

Debug

{{ variable | inspect }}

Deploy

  • Install docker
  • ./start.sh

Images

Resize Faces

convert first-last.jpg -resize 220x220 first-last.jpg

Resize photo

convert photo.jpg -resize 800 photo.jpg

and hold your thumbs that the height will be relatively sane.

Check size

ls img/category | xargs file

Logo

https://fedoraproject.org/wiki/Montserrat_Fonts

Install the used font (Fedora)

sudo dnf install julietaula-montserrat-fonts

Font style

Bold with letter spacing of font_size/12.

Changes to _config.yml [DEPRICATED]

NOTE: not applicable for start.sh, only jekyll serve Changes to _config.yml does not propagate automatically with jekyll serve, instead put changing data under _data and keep the truly static stuff in _config.yml. This also has the side-effect that if the _config.yml is missing when you start the jekyll build --watch it will just act like it's laking any data and kindly compile everything with missing data (hence the [[ -f _config ]] check in the start script.

More Help with Jekyll

For more details, read documentation

Licensing

This code derives from y7kim/agency-jekyll-theme and is still distributed via Apache License Version 2.0 (See LICENSE for further information).

Changes from derived software

To view the changes made from the derived content:

git diff a6ddd100833e7e9f8aa786fec110d97260b76b55 master 

About

Stockholm AI's website

http://stockholm.ai

License:Apache License 2.0


Languages

Language:HTML 46.3%Language:JavaScript 35.9%Language:CSS 15.6%Language:Shell 1.2%Language:Ruby 0.6%Language:Dockerfile 0.4%