An incredibly rudimentary jekyll theme. Paper-thin, nothing but what's needed for html.
Go to file
Atlas Cove a4edcf6806 Add _layouts/bare.lqd.html 2021-02-15 21:12:21 +00:00
_includes Initial template work 2021-02-15 17:26:06 +00:00
_layouts Add _layouts/bare.lqd.html 2021-02-15 21:12:21 +00:00
.gitignore Initial template work 2021-02-15 17:26:06 +00:00
Gemfile Initial template work 2021-02-15 17:26:06 +00:00
jekyll-theme-basic.gemspec Initial template work 2021-02-15 17:26:06 +00:00
license.txt Initial template work 2021-02-15 17:26:06 +00:00
readme.md Update 'readme.md' 2021-02-15 19:45:02 +00:00

readme.md

jekyll-theme-basic

An incredibly rudimentary jekyll theme. Paper-thin, nothing but what's needed for HTML.

You can see it up and running on my blog and my website, which this theme was originally made for.

Config

This theme has a few options that one may use. Every option is under the basic_theme hierachy.

Array<Object<string>[2]>

An array of objects with two keys, href & name. Each sub-object describes a certain link element you want on the top of the page.

Example:

basic:
  header_links:
    - href: https://github.com/Atlas48
      name: GitHub
    - href: https://atlas48.neocities.org/
      name: The Archives
    - href: https://mastodon.sdf.org/@atlas48
      name: Mastodon

display_title

bool

Wherever or not to display the site's title at the top of the page.