Skip to content

Miscellaneous

Luna edited this page Dec 3, 2019 · 1 revision

This is a scratch list of things that are in-progress, will get incorporated into other sections of the docs, or that otherwise don't fit elsewhere.

Favicon

Generate and test Favicons using Real Favicon Generator.

Optimization

  • compress.html layout

Other

  • Add docs for mobile-friendly Nav Menu

SCSS - Main File & Source Maps & Overrides and Stuff

Assets

Using CSS, JS, images and other assets is straightforward with Jekyll. Place them in your root site folder and they’ll copy across to the built site. The default location for them is in the assets directory, but you can put them anywhere that doesn't have a _ in front of it.

Currently the Assets structure looks like this:

assets/ ├── fonts └── images

Link Structures

  • {{ author.name }}
  • Jekyll Environments

    Add about Production vs Dev vs Other environments

    Cool Wiki Markup

    WikiRC ResourcesAdvice on finding housing in New York

    Include Relative

    https://jekyllrb.com/docs/includes/#including-files-relative-to-another-file

    jekyll-seo-tag

    See jekyll-seo-tag - Basic Usage , as well as jekyll-seo-tag - Advanced Usage for more info

    The SEO tag will respect the following YAML front matter if included in a post, page, or document:

    • title - The title of the post, page, or document
    • description - A short description of the page's content
    • image - URL to an image associated with the post, page, or document (e.g., /assets/page-pic.jpg)
    • author - Page-, post-, or document-specific author information (see Advanced usage)
    • lang - Page-, post-, or document-specific language information

    Note: Front matter defaults can be used for any of the above values as described in advanced usage with an image example.

    Git Techniques

    • Track a branch via git branch -u branchname

    Other

    • What files correspond to what templates?
    • Archive Generation instructions

    Clone this wiki locally