Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-theme-satellite

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-theme-satellite

  • 1.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CI License: MIT Jekyll Jekyll Jekyll Themes Shield

Satellite🛰️ - Jekyll blog theme

An emotional and adorable blog theme powered by Jekyll.

Live demo is available here

Demo Page

Light Mode

Demo Page-light

Dark Mode

Demo Page-dark

Fresh and Attractive Design



Features

  • Comment System using giscus
  • Copy contents of Code Block
  • Dark/Light Theme
  • Google Analytics
  • Hierarchical Categorization
  • Mobile friendly design
  • Related Posts
  • RSS/Sitemap support
  • Search Post by Title or Tags
  • Syntax Highlighter (highlight.js)
  • Table of Contents
  • Visitor Counter (goatcounter)

Installation

There are two ways to setup this theme:

Fork this repository or download the source as a zip.

If you use as destination a repository named USERNAME.github.io, then your url will be https://USERNAME.github.io/.

Otherwise (let's say myblog), you need to edit the 'baseurl' parameter in _config.yml. In this case, the root page will be served to "https://USERNAME.github.io/myblog/".

# set baseurl as "/<repo-name>". ex) baseurl: /myblog
baseurl: /myblog



Method 2: Utilize Gem package

Create a clean site directory (Follow the Instruction 1~4 described here).

The following materials are redundant, so remove them.

  • index.markdown
  • about.markdown

Then, add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-satellite"

You need to replace the initial _config.yml file with the prepared one.

Modify your site setting

Now fill in the site variable such as blog name, profile image, and social accounts in _config.yml.

title: Example.com
description: "Satellite - jekyll blog theme"
logo_img: "/assets/img/favicon.webp"
profile_img: "/assets/img/profile.jpg"

# Social Links
email: example@gmail.com
github_username: github
twitter_username: twitter
instagram_username: instagram
linkedin_username: linkedin
facebook_username: facebook

Run site locally

From the site root directory, install the dependencies:

bundle install

Start a Jekyll service.

bundle exec jekyll serve

Now open http://localhost:4000 in your browser.

Customizing

You can find useful manuals for customizing your site from the below table:

Posting guidelineslink
Enabling comment systemlink
Enabling Visitor counterlink

Contribution

If you would like to report a bug or request a new feature, please open an issue We are open to any kind of feedback or collaboration.

License

© 2024 Yankos. This theme is available as open source under the terms of the MIT License.

FAQs

Package last updated on 20 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc