Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinitifall/delicious
A blog template built with Jekyll
https://github.com/infinitifall/delicious
blog blog-template jekyll website-template
Last synced: 4 days ago
JSON representation
A blog template built with Jekyll
- Host: GitHub
- URL: https://github.com/infinitifall/delicious
- Owner: Infinitifall
- License: mit
- Created: 2022-11-17T09:10:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:41:53.000Z (9 months ago)
- Last Synced: 2024-02-27T16:55:41.907Z (9 months ago)
- Topics: blog, blog-template, jekyll, website-template
- Language: JavaScript
- Homepage:
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delicious
A blog template built with Jekyll
***Note**: I've since ported my website to Hugo and created the identical template [Succulent](https://github.com/Infinitifall/Succulent)*
## Features
- Tactile and minimalist theme
- Base page size < 64kB, with latex enabled < 256kB
- Responsive design, looks good on Desktop, Laptop, Tablet and Mobile
- Embeds on social media sites like Facebook, Twitter, Slack
- Server side rendered LaTeX that works without JavaScript## Install
You need to install the prerequisites `ruby`, `rubygems` and `ruby-bundler`.
- For Debian Linux based distros (Debian, Mint, Ubuntu), install them via
```bash
sudo apt install ruby ruby-rubygems ruby-dev ruby-bundler
```- For Arch Linux based distros (Arch, Manjaro), install them via
```bash
sudo pacman -S ruby rubygems ruby-bundler
```- For other distributions, packages might be named slightly differently
- For Windows/macOS, [follow the guide](https://jekyllrb.com/docs/installation/)
**Note**: For Linux, prefer installing packages from your distribution's repos over installing with `gem`
Then clone this repo and install dependencies
```bash
# clone this website template and install dependencies
git clone https://github.com/Infinitifall/Delicious
cd Delicious
bundle install# serve website locally
bundle exec jekyll serve# or build the website
bundle exec jekyll build
```## Screenshots
![Light theme screenshot of text and quotes](assets/images/light.jpeg)
![Dark theme screenshot of text and quotes](assets/images/dark.jpeg)