commit 924f52cddc3b8e68f11e9facd8089ff29e2f5069 Author: Jeff Epler Date: Fri Jul 5 21:41:20 2019 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4944820 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata +Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..519f619 --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +source "https://rubygems.org" + +gem "jekyll" +gem "github-pages", group: :jekyll_plugins +gem "jekyll-theme-leap-day" diff --git a/README.md b/README.md new file mode 100644 index 0000000..343c374 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/jepler/jepler.github.io/edit/master/README.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/jepler/jepler.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f361c27 --- /dev/null +++ b/_config.yml @@ -0,0 +1,7 @@ +name: Jeff Epler +title: Jeff Epler +markdown: kramdown +theme: jekyll-theme-leap-day +description: Freelance Software Development +github: + is_project_page: False diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..2af6dcb --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,73 @@ + + + + + + +{% seo %} + + + + + + + + + +
+

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+
+ + + +
+ +
+ {{ content }} + +
+ +
+ + {% if site.google_analytics %} + + {% endif %} + + diff --git a/assets/images/Jeff Epler's Resume 2019.pdf b/assets/images/Jeff Epler's Resume 2019.pdf new file mode 100644 index 0000000..cb388a7 Binary files /dev/null and b/assets/images/Jeff Epler's Resume 2019.pdf differ diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..e69de29 diff --git a/index.md b/index.md new file mode 100644 index 0000000..f853f34 --- /dev/null +++ b/index.md @@ -0,0 +1,14 @@ +--- +layout: default +title: Jeff Epler, Freelance Software Developer +--- +About Jeff +========== + +I've been a software developer ever since I first started typing in program listings on an 80s home computer. + +I'm available for contract-based software development, with an emphasis on embedded and linux software. + +I've been a contributor to Free and Open Source software for over 20 years. +See my [github profile](https://github.com/jepler) for my contributions and original software. +