classicoman2.github.io

classicoman2.github.io

Site estàtic amb Jekyll amb aunts de DAW. En construcció...

classicoman2.github.io

Apunts de les assignatures de Grau Superior en Desenvolupament Web. Site desenvolupat amb Jekyll JEKYLL CHEAT SHEET

TO-DO

  • Responsive no funcionen Media Queries?
  • Iniciada Jekyll Cheat Sheet
  • Crear iterador de Markdown-toc amb node que crei toc en tots els fitxers d'un directori (i successius subdirectoris)
  • Add menu & subsections in page, info
  • Afegir apunts i crear pàgines
  • Google Analytics -> Plantilla

Scripts

# Deploy locally
npm run serve
# build
npm run build

Webgraphy

Install Jekyll

To install jekyll, ruby and bundler,

sudo apt install jekyll

To create a Jekyll site inside a folder,

jekyll new . 

Using the template just-the-docs, change the gem file to use this theme and:

bundle install