• This repository has been archived on 10/Jan/2021
  • Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    CSS
  • License
    The Unlicense
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/

Starving Artist Jekyll Theme

Starving Artist Jekyll Theme screenshot

Install as Gem Theme

Jekyll requires Ruby so make sure Ruby is installed before you begin.

Start a New Site

  • Install Jekyll and Bundler
    • gem install bundler
  • Create a New Site
    • jekyl new mysite
  • Move into that directory
    • cd mysite
  • Install Required Gems
    • bundle install
  • Verify
  • Download Starving Artist Theme
    • Replace the line gem "minima" with this:
      • gem "starving-artist-jekyll-theme"
    • Run bundle install
  • Tell Jekyll to use Starving Artist Theme
    • Open _config.yml and change the line theme: minima to this:
      • theme: starving-artist-jekyll-theme
  • Import the Starving Artist CSS
    • Open your css/style.css and change the line @import "minima;" to this:
      • @import "starving-artist";

Migrate an Existing Site

NOTE This requires you to be upgraded to at least Jekyll 3.2 which added support for themes.

  • Download Starving Artist Theme
    • Replace the line gem "minima" with this:
      • gem "starving-artist-jekyll-theme"
    • Run bundle install
  • Tell Jekyll to use Starving Artist Theme
    • Open _config.yml and change the line theme: minima to this:
      • theme: starving-artist-jekyll-theme
  • Import the Starving Artist CSS
    • Open your css/style.css and change the line @import "minima;" to this:
      • @import "starving-artist";

Jekyll 2.x Method

Jekyll requires Ruby so make sure Ruby is installed before you begin.

  • Download this site
    • git clone https://github.com/chrisanthropic/starving-artist-jekyll-theme.git
  • Move into its directory
    • cd starving-artist-jekyll-theme
  • Install Required Gems
    • bundle install
  • Verify

More Repositories

1

Open-Publisher

Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Ruby
244
star
2

terraform-import-github-organization

Script to fully automate Terraform import of Github Org (teams, users, and repos)
Shell
117
star
3

terraform-infra-as-code-coverage-badges

Terraform / infrastructure-as-code coverage badges - how much of your AWS infrastructure is managed by Terraform?
Shell
67
star
4

comical-jekyll-theme

A Configurable Webcomic Theme for Jekyll
CSS
44
star
5

slim-pickins-jekyll-theme

A minimal Jekyll theme
CSS
42
star
6

packer-kali

Packer stuff to build a Kali 1.0.9 vagrant box
Shell
18
star
7

packer-pfsense

Packer stuff to build a pfSense vagrant box.
Shell
14
star
8

ansible-aws-template

A tiny Ansible quick-start for AWS and Dynamic Inventory
Python
13
star
9

packer-debian2kali-ec2

An attempt at a Packer template to build an HVM Kali AMI that is identical to a Kali install using the official ISO.
Shell
12
star
10

docker-kali-msf

Docker image with Kali + metasploit/msfconsole + postgresql
Shell
8
star
11

docker-kali

Base Kali image for Docker built with debootstrap
Shell
8
star
12

docker-kali-msf-micro

Docker image with Kali + metasploit/msfconsole + postgresql -without any metasploit modules
Shell
7
star
13

docker-alpine-rpi-glibc-builder

Docker container to build an Alpine glibc package for the Raspberry Pi 2.
4
star
14

docker-alpine-rpi-glibc

An Alpine Linux Docker container for Rasberry Pi 2 with Glibc installed.
3
star
15

image_optim-jekyll-plugin

A simple Jekyll plugin to optimize images using image_optim
Ruby
3
star
16

docker-alpine-rpi-base

Build your own Alpine Linux container compatible with a Raspberry Pi 2
Shell
3
star
17

chrisanthropic.github.io

CSS
2
star
18

phantom_ledger

This is a collection of scripts working towards automated checking of sales reports for authors on the following sites; Createspace, DriveThru, iTunes, KDP, Kobo, Nook, Smashwords
Ruby
2
star
19

LinuxMusicProduction

My personal notes for making music on Linux
1
star
20

docker-alpine-rpi-jenkins

An Alpine Linux Docker container for Rasberry Pi 2 with Glibc and Java JDK 8 and Jenkins installed.
1
star
21

Open-Publisher-Documentation

Documentation website for the Open-Publisher project
SCSS
1
star
22

docker-alpine-rpi-java8

An Alpine Linux Docker container for Rasberry Pi 2 with Glibc and Java JDK 8 installed.
1
star
23

ansible-tdd-test-kitchen-inspec

Sample Ansbile role tested with test-kitchen and inspec.
Ruby
1
star