Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theming #41

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#

# Name of your site (displayed in the header)
name: Your Name
name: fewf

# Short bio or description (displayed in the header)
description: Web Developer from Somewhere
description: Web Developer from NYC

# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png
avatar:

#
# Flags below are optional
Expand All @@ -18,15 +18,15 @@ avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/je
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email:
email: g.s.altman@gmail.com
facebook:
flickr:
github: barryclark/jekyll-now
github: fewf
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
twitter: f_e_w_f
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"

# Your disqus shortname, entering this will enable commenting on posts
Expand Down
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: utz
---

<article class="page">
Expand Down
92 changes: 92 additions & 0 deletions _layouts/utz.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>

<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>

<meta name="author" content="{{ site.name }}" />
<meta name="description" content="{{ site.description }}">

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="{{ site.baseurl }}/style.css" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Exo:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
</head>

<body>
<div id="header-container">
<div id="header-sub-container">
<div id="header">
<h1>galtman<span id="dot-com">.com</span></h1>
</div>
<div id="links">
<a href="#projects">PROJECTS</a>
<a href="#blog">BLOG</a>
<a href="http://www.linkedin.com/in/galtman/">LINKEDIN</a>
<a href="https://github.com/fewf">GITHUB</a>
<a href="mailto:g.s.altman@gmail.com">EMAIL</a>
</div>
</div>
</div>
<div id="blog-container">
<div class="left side">
</div>
<div class="ctcol">

<div class="top">
<div name="projects" id="projects">
<h3>
projects
</h3>
<a href="http://www.galtman.com/twerqle/" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/twerqle.png" alt="twerqle" />
<h4>Twerqle</h4>
<p>In-browser Javascript game</p>
</a>
<a href="http://www.galtman.com/thcript/" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/thcript.png" alt="thcript" />
<h4>Thcript</h4>
<p>Lisp interpreter in JavaScript</p>
</a>
<a href="http://www.kingtrivia.com" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/kingtrivia.png" alt="king trivia" />
<h4>King Trivia</h4>
<p>Design, Development, Front End, Back End</p>
</a>
<br />
<a href="http://www.galtman.com/palindromizer/" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/palindromizer.png" alt="palindromizer" />
<h4>Palindromizer</h4>
<p>A palindrome editor, in Javascript, work-in-progress</p>
</a>
<a href="http://www.strangecage.org" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/strangecage.png" alt="strange cage" />
<h4>Strange Cage</h4>
<p>Design, Development, Custom CMS, Web Store</p>
</a>
<a href="http://www.anomalouspress.org/7/1.beals.carried.php" target="blank" class="project">
<img src="{{ site.baseurl }}/images/projects/anomalous.png" alt="anomalous" />
<h4>Anomalous</h4>
<p>Interactive literature
</p>
</a>
</div>
<a name="blog" />
{{ content }}
</div>
<div id="footer">
{% include svg-icons.html %}
<p>&copy; {{ Time.new.year }} galtman.com</p>
</div>
</div>
<div class="right side">
</div>
</div>
</body>
</html>
6 changes: 6 additions & 0 deletions _posts/2014-10-27-Second-Post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: post
title: Second Post
---

This is my second post!! (shown below :point_down:).
6 changes: 6 additions & 0 deletions _posts/2014-10-28-How-About-This-Title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: post
title: Third Post
---

This is my 3rd post!! (shown below :point_down:).
6 changes: 3 additions & 3 deletions _posts/2014-3-3-Hello-World.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: You're up and running!
title: Hallo?!
---

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below :point_down:).
hiiiiiiiiiiiiiiiiiiiii (shown below :point_down:).

![_config.yml]({{ site.baseurl }}/images/config.png)

The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.
The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>

<div class="entry">
<p>hi</p>
{{ post.content | truncatewords:40}}
</div>

<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>
</div>