extremely lightweight, minimal and fast retro theme for WordPress
Find a file
2024-01-28 21:01:35 +01:00
assets Initial commit 2024-01-28 20:56:21 +01:00
dist Initial commit 2024-01-28 20:56:21 +01:00
inc Initial commit 2024-01-28 20:56:21 +01:00
languages Initial commit 2024-01-28 20:56:21 +01:00
comments.php Initial commit 2024-01-28 20:56:21 +01:00
footer.php Add/remove brackets 2024-01-28 21:01:35 +01:00
functions.php Initial commit 2024-01-28 20:56:21 +01:00
header.php Initial commit 2024-01-28 20:56:21 +01:00
index.php Initial commit 2024-01-28 20:56:21 +01:00
LICENSE Initial commit 2024-01-28 20:56:21 +01:00
README.md Initial commit 2024-01-28 20:56:21 +01:00
searchform.php Initial commit 2024-01-28 20:56:21 +01:00
style.css Initial commit 2024-01-28 20:56:21 +01:00

RetroGeek Reloaded
A extremely lightweight, minimal and fast retro theme for WordPress.
This theme is built by an idiot who can't code in PHP, JavaScript, HTML, CSS. Here be dragons!
WARNING: This theme is experimental and is still in development. DO NOT USE IT IN PRODUCTION! ---

Why "Reloaded"?

This is a fork of the RetroGeek theme (WordPress theme) with some improvements. The original theme was made by Tuxlog.

Table of Contents

Improvements over RetroGeek

  • Cleaner code
  • Link to the administration panel (if logged in)
  • German translation (view de-DE branch)

Theme management

Prerequisites

  • minimum WordPress version: 5.3 (last tested on 6.4.2)
  • minimum PHP version: 5.6 (last tested on 8.2)
  • ftp/command line access to your WordPress site

Installing

Installing using the command line

  1. Establish a SSH connection to your server and cd into your WordPress directory
  2. Ensure git is installed on your server
  3. Execute cd wp-content/themes
  4. Execute git clone https://git.staropensource.de/JeremyStarTM/RetroGeekReloaded.git retrogeekreloaded
  5. Activate the RetroGeek Reloaded theme in your WordPress administration panel

Installing using FTP

  1. Download RetroGeek Reloaded as a .zip archive
  2. Unpack the theme archive into some directory
  3. Establish a FTP connection to your server and open your WordPress directory
  4. Go into the wp-content directory and then into the themes directory
  5. Upload the unpacked theme directory to your themes directory on your server
  6. Activate the RetroGeek Reloaded theme in your WordPress administration panel

Updating

Updating using the command line

  1. Establish a SSH connection to your server and cd into your WordPress directory
  2. Ensure git is installed on your server
  3. Execute cd wp-content/themes/retrogeekreloaded
  4. Execute git pull

Updating using FTP

  1. Establish a FTP connection to your server and open your WordPress directory
  2. Go into the wp-content directory and then into the themes directory
  3. Remove the retrogeekreloaded directory
  4. Follow the FTP installation guide

Customizing

  1. Check if the RetroGeek Reloaded theme is activated
  2. Go into the WordPress customizer (or append /wp-admin/customize.php to your URL)

Original description (from Tuxlog)

The idea to create this theme was born while watching the movie "Wargames" with its old computers and funny terminals. It is of course of interest for nerds and geeks to blog about their daily business or remembering good old time back in the 80s when we use those green shining terminals.

The theme is lightweight and somehow minimal without any special and shiny features but with some small geeky highlights like ASCII-Art header, logo and a terminal news ticker for the headlines and as a widget. It is responsive has up to three widgets in the footer but only one-column. You can configure the theme using the customiser to change colors and tun on or off header features.

Please have the follwing things in mind when using the theme:

  • Onecolumn, there are no sidebars left and right but there are three widgetareas in the footer
  • The ASCII-Art header will switch to text when the device-width gets smaller
  • All theme specific settings are in the customizer
  • Using a custom header image will replace the blog-title
  • If comments are closed no comments, pings or trackbacks are displayed and no hint about closed comments is displayed intentionally

FAQ

You can change it in the WordPress customizer. You can select either a builtin or your own ASCII art or disable the feature completely.

I can't see the ASCII art header, am I doing something wrong?

Don't worry! Your device's resolution is too small to display the ASCII art logo correctly. Simply view your website on a device with a bigger screen.

Can I use the ticker in the footer too?

Yes. RetroGeek Reloaded has a ticker widget builtin, simply drag it to your footer like any other widget.

3rd party resources

class-text-figlet.php

Font slant.tlf

Some code snippets based on twentysixteen Theme

Skeleton V2.0.4