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
- Host: GitHub
- URL: https://github.com/tyler887/jekyll-theme-nostalgia
- Owner: Tyler887
- License: gpl-3.0
- Created: 2022-01-11T19:33:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T20:15:54.000Z (over 4 years ago)
- Last Synced: 2025-07-22T21:30:06.201Z (11 months ago)
- Topics: css-theme, jekyll, jekyll-theme
- Language: CSS
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).