An open API service indexing awesome lists of open source software.

https://github.com/tyler887/jekyll-theme-nostalgia

The original "plain" HTML theme, in Jekyll
https://github.com/tyler887/jekyll-theme-nostalgia

css-theme jekyll jekyll-theme

Last synced: about 1 month ago
JSON representation

The original "plain" HTML theme, in Jekyll

Awesome Lists containing this project

README

          

# jekyll-theme-nostalgia
The original "plain" HTML theme, in Jekyll.

The plain theme is formatted like this:
```css
* {
font-family: serif
background-colour: white
}
```

## Why does it function?

Well, the story begins with [Cascading Style Sheets (CSS)](https://en.wikipedia.org/wiki/CSS), currently CSS3. CSS is not a programming language nor HTML, but therefore while JavaScript is a programming language, you actually use JS to program HTML.

So, Jekyll would work with the plain style, meaning you can format plain HTML using Markdown. An example is at the [Github Pages website](https://tyler887.github.io/jekyll-theme-nostalgia).