jglovier /
resume-template
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
89/100 healthLoading repository data…
LiveNL / repository
A simple Jekyll website theme, optimised for GitHub pages
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
# 0. To create a new Jekyll site:
jekyll new <SITENAME>
cd <SITENAME>
# 1. Add this line to your Jekyll site's `Gemfile`:
gem "simple-gh-pages-theme"
# 2. Add this line to your Jekyll site's `_config.yml`. Remove/disable possibly already enabled themes:
theme: simple-gh-pages-theme
# 3. Execute on your command line:
bundle
# 4. Run install script to create 'posts.md'
bundle exec install-theme
# 5. When you now run your website locally on `http://localhost:4000`, it should show the theme:
bundle exec jekyll serve
All configuration options that can be overwritten can be found here.
Go to settings > page in your github-pages-repository.
Deploy from a branchgh-pages (create if non-existent)/docs as folderscript/deployCreate your posts (files) like:
docs/_posts/yyyy-mm-dd-postname.md
Each post can have the following (metadata) options (with example values):
layout: post # OR page
title: "Title here" # Used for post-titles
image: assets/images/image.png # OR images on urls like: https://example.com/image.png
categories: [category] # 'category' can be anything
tags: [tag] # 'tag' can be everything
highlight: false # if true: it will listed in highlights, which can be shown with: `{% include highlights.html %}`
short: false # if true: it shown in 'short' list on home page
Bug reports and pull requests are welcome on GitHub at https://github.com/LiveNL/simple-gh-pages-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The theme is available as open source under the terms of the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
jglovier /
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
89/100 healthelipapa /
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
89/100 healthknhash /
A simple, minimal Jekyll theme for a personal web page and blog, focusing on white space and readability
vrypan /
A simple HTML+JS page that allows you to post new articles to your GitHub-hosted Jekyll blog, via web.
68/100 healthwoliveiras /
__s, or dunders, is a simple Jekyll Starter Theme
56/100 healththeycallmeswift /
Quill is a simple blog engine inspired by Jekyll. Quill runs on node and has an easy command line interface. Themeing is as simple as editing a single html page.
37/100 health