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

Oldfiles #21

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
old files
  • Loading branch information
hailmika committed Sep 4, 2014
commit cf0fb7de3a19b819c1aa460ac72dcb309dcd9614
Empty file modified 404.md
100644 → 100755
Empty file.
Empty file modified CNAME
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
- [Lanyon](https://github.com/poole/lanyon) by MDO
- [mojombo.github.io](https://github.com/mojombo/mojombo.github.io) by Tom Preston-Werner
- [Left](https://github.com/holman/left) by Zach Holman
- [Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes) by Michael Rose
- [Skinny Bones](https://github.com/mmistakes/skinny-bones-jekyll) by Michael Rose

## Credits

Expand All @@ -111,6 +113,7 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
- [Solarized Light Pygments](https://gist.github.com/edwardhotchkiss/2005058) - Thanks, Edward.
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository.
- [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy), [Luke Patton](https://github.com/lkpttn) - Thanks for the design/code reviews.
- [Bart Kiers](https://github.com/bkiers), [Javier Cejudo](https://github.com/javiercejudo) - Thanks for your [fantastic contributions](https://github.com/barryclark/jekyll-now/commits/master) to the project!

## Get Hired as a Web Developer

Expand Down
28 changes: 14 additions & 14 deletions _config.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
#

# Name of your site (displayed in the header)
name: The Design Journey of Mika Aldaba
name: Your Name

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

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

#
# Flags below are optional
#

# Includes an icon in the footer for each username you enter
footer-links:
dribbble: hailmika
email: bmaldaba@gmail.com
facebook: hailmika
dribbble:
email:
facebook:
flickr:
github: hailmika
instagram: hailmika
linkedin: hailmika
github: barryclark/jekyll-now
instagram:
linkedin:
pinterest:
rss: hailmika# just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: hailmika
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"

# Your disqus shortname, entering this will enable commenting on posts
disqus: mikaph
disqus:

# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-41060628-1
google_analytics:

# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
Expand All @@ -51,7 +51,7 @@ baseurl: ""

markdown: kramdown
highlighter: pygments
permalink: /:title
permalink: /:title/

# The release of Jekyll Now that you're using
version: v1.0.0
Expand Down
23 changes: 10 additions & 13 deletions _includes/analytics.html
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{% if site.google_analytics %}
<!-- Google Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ site.google_analytics }}']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<!-- End Google Analytics -->
{% endif %}
Empty file modified _includes/disqus.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/dribbble.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/email.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/facebook.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/flickr.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/github.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/instagram.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/linkedin.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/pinterest.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/rss.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/stackoverflow.html
100644 → 100755
Empty file.
Empty file modified _includes/svg-icons/twitter.html
100644 → 100755
Empty file.
36 changes: 18 additions & 18 deletions _layouts/default.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
<![endif]-->

<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
{% if page.style %}
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/specialcss/{{ page.style }}.css" />
<script type='text/javascript' src="{{ site.baseurl }}/specialjs/{{ page.style }}.js"></script>
{% endif %}
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />

<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Muli|Montserrat:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "0cabde5a-c1da-4ae6-85fc-b7bfc668f405", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
</head>

<body>

<div id="logo"><a href="http://mika.ph/designjourney2.5/"><span id="mikalogo" class="fadein" ></span></a></div>
<div id="leftnav"><a href="../files/aldaba_portfolio2014.pdf" class="fadein">Portfolio</a><a href="../resume" class="fadein">Resume</a></div>
<div id="rightnav"><a href="http://blog.mika.ph" class="fadein">Blog</a><a href="mailto:&#104;&#105;&#064;&#109;&#105;&#107;&#097;&#046;&#112;&#104;" class="fadein">Contact Me</a></div>

<div id="header">
<h1>{{ page.title }}</h1>
<p>{% if page.intro %}{{ page.intro }} – {% endif %}</p>

<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>

<div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p>
</div>

<nav>
<a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/about">About</a>
</nav>
</header>
</div>
</div>

<div id="main" role="main" class="container">
Expand Down
5 changes: 4 additions & 1 deletion _layouts/page.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
---

<article class="page">

<h1>{{ page.title }}</h1>

<div class="entry">
{{ content }}

</div>
</article>
8 changes: 8 additions & 0 deletions _layouts/post.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
---

<article class="post">
<h1>{{ page.title }}</h1>

<div class="entry">
{{ content }}
</div>

<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>

{% include disqus.html disqus_identifier=page.disqus_identifier %}
</article>
10 changes: 0 additions & 10 deletions _posts/2014-08-09-jekyllmove.md

This file was deleted.

10 changes: 10 additions & 0 deletions _posts/2014-3-3-Hello-World.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: You're up and running!
---

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:).

![_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.
Empty file modified _scss/_highlights.scss
100644 → 100755
Empty file.
Empty file modified _scss/_reset.scss
100644 → 100755
Empty file.
Empty file modified _scss/_variables.scss
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions about.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: About
permalink: /about/
---

Some information about you!
Expand Down
Empty file modified feed.xml
100644 → 100755
Empty file.
Empty file modified images/404.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/background.jpg
Binary file not shown.
Empty file modified images/config.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/favicon.ico
Binary file not shown.
Binary file removed images/favicon.png
Binary file not shown.
Empty file modified images/first-post.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/jekyll-logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/jekyll-now-theme-screenshot.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo-no-text.png
Binary file not shown.
Loading