Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
/ apolloX Public archive
forked from not-matthias/apollo

Modern and minimalistic blog theme for Zola. Apollo theme extended. [WIP]

Notifications You must be signed in to change notification settings

jarp0l/apolloX

 
 

Repository files navigation

apolloX

Modern and minimalistic blog theme powered by Zola. See a live preview here.

Forked from apollo, and modified/extended with the inspiration and ideas from Pascal's scribbles and xypnox's xyBlag theme.

Modified specifically for my own blog at https://jarp0l.github.io.

apolloX: apollo-extended

apollo:

Named after the greek god of knowledge, wisdom and intellect

Dark theme

blog-dark

Light theme

blog-light


Features

  • Pagination
  • Themes (light, dark, auto)
  • Social Links
  • Tags
  • Navbar menu for smaller screen devices
  • Search
  • Categories

Removed:

-[X] Analytics using GoatCounter

Installation

  1. Download the theme
git submodule add https://github.com/jarp0l/apolloX themes/apolloX
  1. Add theme = "apolloX" to your config.toml
  2. Copy the example content
cp -r themes/apolloX/content/* content

Options

Additional stylesheets

You can add stylesheets to override the theme:

[extra]
stylesheets = [
    "override.css",
    "something_else.css"
]

These filenames are relative to the root of the site. In this example, the two CSS files would be in the static folder.

References

apollo theme is based on archie-zola.

apolloX theme is based on apollo, Pascal's scribbles theme (code) and xypnox's xyBlag theme (code).

About

Modern and minimalistic blog theme for Zola. Apollo theme extended. [WIP]

Resources

Stars

Watchers

Forks

Languages

  • HTML 56.0%
  • SCSS 41.8%
  • JavaScript 2.2%