All Projects → chrisanthropic → Starving Artist Jekyll Theme

chrisanthropic / Starving Artist Jekyll Theme

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

Projects that are alternatives of or similar to Starving Artist Jekyll Theme

Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+439.76%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Autm Rb
Jekyll theme
Stars: ✭ 80 (-3.61%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+531.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-44.58%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+846.99%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (+333.73%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+1177.11%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Cards Jekyll Template
A simple Jekyll Template Card Based.
Stars: ✭ 306 (+268.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-33.73%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+744.58%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (+316.87%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-81.93%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Sleek
📈 Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (+286.75%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+384.34%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+4451.81%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+573.49%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-65.06%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-75.9%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+691.57%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+934.94%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].