https://github.com/bravishkaskytano/jekyll-papercss-theme
A Jekyll theme built with PaperCSS
https://github.com/bravishkaskytano/jekyll-papercss-theme
github-pages jekyll-theme papercss
Last synced: 2 months ago
JSON representation
A Jekyll theme built with PaperCSS
- Host: GitHub
- URL: https://github.com/bravishkaskytano/jekyll-papercss-theme
- Owner: BravishkaSkytano
- Created: 2022-09-12T17:26:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T00:22:17.000Z (almost 2 years ago)
- Last Synced: 2025-07-05T02:46:58.170Z (12 months ago)
- Topics: github-pages, jekyll-theme, papercss
- Language: CSS
- Homepage: https://bravishkaskytano.github.io/jekyll-papercss-theme/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jekyll PaperCSS Theme
## Favicons
Generate your favicons using [a favicon generator](https://favicon.io) and add them to your `source/images/favicons` folder.
This theme has support for:
* apple-touch-icon.png
* favicon-32x32.png
* favicon-16x16.png
* favicon.png
* favicon.ico
* logo.svg
## diff.blog
[diff.[blog](https://diff.blog/) is similar to Medium, but it's only for showing blog feeds, not hosting them. On their website, they advertise themselves as "a platform that helps you discover and follow amazing developer blogs. Whether your interests are in Python, Rust, AI, Distributed Systems or XYZ diff.blog has got amazing blogs for you to follow!"
You can check out more on their [about page](https://diff.blog/FAQ/).
You can use diff.blog with this theme by adding `diff_blog: CODE` to your theme config file. You can find your plugin code by going [here](https://dif.blog/plugin/) and copying the 50-character code.
```javascript
document.getElementById("diffblog-plugin-script").addEventListener("load", function () {
DiffBlog(
"q7f864hffi8m218eaq6d623sezfgkz1vzfva4oxjeyxq9l2dwp" // Copy this
);
});
```
## Comments
At the current moment, this theme only supports [utterances](https://utteranc.es/) (mostly because I haven't used anything else). If you know the scripts for others, go ahead and open up a pull request.
```yml
utterances:
repo: [ENTER REPO HERE] # Github repository owner and name
# Available values: pathname | url | title | og:title
issue_term: pathname
# Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light
theme: preferred-color-scheme
```
## TODO
* Word Count