• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    CSS
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

A CV generator/template using Github pages & Jekyll

NerdAbility - A CV Generator

A Jekyll based CV page generator based on the user profile page on Nerdability.

You can checkout the page generated for this repo here: https://robhinds.github.io

A few years agao I helped create a devloper CV webapp that let users sign up and connect lots of online footprints to make a dynamic online CV (formerly nerdability.com, now parked at: http://nerdability.github.io/ ), and I thought why not just create a static site generated version that re-created the user profile CV. Luckily, GitHub provides native support for Jekyll sites as part of its user pages (https://{{yourusername}}.github.io), so as well as hosting the Jekyll project on GitHub, it also automatically builds and serves the site for you on a nice share-able URL.

Making your own CV

To make your own GitHub hosted CV:

  1. Fork this repo into your github account
  2. Click the "Settings" button in your new forked repository (in the menu on the right), and change the repository's name to {{yourusername}}.github.io, replacing yourusername with your GitHub user name.
  3. Update /_config.yml with the details of your CV - the comments will explain what is required
  4. Visit https://{{yourusername}}.github.io to check it out
  5. Share your new CV/Profile with the world!

If you want to test it locally, install Ruby & Jekyll, clone the repository locally and run "jekyll serve" from the repo root directoy.

If you want to host the page on your own web hosting, you will need to run it locally and jekyll will build the site files to the /_site directory which you can then push to your hosting provider - See https://jekyllrb.com/ for details.

More Repositories

1

AndroidRssReader

Example RSS Reader Android app - walkthrough of custom RSS parser
Java
61
star
2

AndroidTwitterDemo

Example Android app for Twitter using Twitter4j and OAUTH
Java
35
star
3

AndroidChuckQuiz

Walkthrough for Android Chuck Quiz app
Java
28
star
4

spring-four-template

test sandpit for new spring releases (starting with latest 3.x)
Java
15
star
5

microservices

Project playing with microservices, spring-boot and netflix oss
Groovy
13
star
6

opennlp-ingredient-finder

A simple project that trains an OpenNLP Named Entity Recognition model to identify ingredients in a recipe.
Scala
11
star
7

twitter-sentiment-analysis

Very basic web app project that grabs a twitter stream and runs it through Stanfords Core NLP
Groovy
10
star
8

food2vec

A word2vec model trained on ingredients from recipes (crawled from BBC Food website)
Scala
9
star
9

android-quiz-parse-example

A sample android application for a simple multiple choice quiz - powered by parse.com
Java
8
star
10

learning-neural-networks

It has been about 15 years since I wrote my very first, and last neural network, and in an attempt to refresh my understanding I'm coding my own. Not for real use!
Scala
8
star
11

SpringNeo4JWebApp

a SpringMVC web app I created using Neo4J and the Arbor JS graph framework
Java
7
star
12

SpringMongoIntegrationExample

Example Spring MVC application that integrates with MongoDB database
Java
7
star
13

opinionated-akka-http

An opinionated framework for building production ready microservices on top of Akka-Http
Scala
7
star
14

ScaLambda

A Scala library for building AWS Lambda functions
Scala
6
star
15

bbc-food-crawler

Groovy
5
star
16

spring-reactor-twitter

Experimenting with spring-reactor event driven programming. Connecting to twitter streaming api etc
Groovy
4
star
17

spring-code-configuration-webapp

A template Spring 3.1 webapp - (almost)Completely free if XML - just left security config
Java
4
star
18

spring-social-stackoverflow

StackOverflow integration with the Spring-Social libraries
Java
3
star
19

spring-social-geeklist

GeekList implementation of Spring Social libraries
Java
2
star
20

CuttingRoom

Example android app that uses the Cutting Room photo filtering /fx library
Java
2
star
21

genotype

A simple implementation of an evolutionary search program in Scala
Scala
2
star
22

dashboard

Coldfusion/Javascript based dashboard
ColdFusion
2
star
23

footweets

API streaming tweets about Russia 2018 World Cup to AWS Machine Learning for sentiment analysis
Scala
1
star
24

toptrumps

A simple React based top trumps game
JavaScript
1
star
25

monster-dash

LibGDX Android side-running game
Java
1
star
26

scaffolding-akka

Scala
1
star
27

AIChallenge

Code for Java Googles AI Challenge (Ants) 2011
Java
1
star
28

boss-mvc

A lightweight ColdFusion MVC framework
ColdFusion
1
star
29

flutterby

Open Source Social Networking/Project Collaboration tool for the Enterprise
Java
1
star
30

grailstest

test grails app integration with cloudbees CI & CD
Groovy
1
star