Skip to content

Commit

Permalink
Initial FWC commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ddacunha committed Apr 19, 2016
1 parent 2b89213 commit 2484cfc
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 59 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fwc
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hyde.getpoole.com
francklywhocares.net
19 changes: 10 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# Dependencies
markdown: redcarpet
highlighter: pygments
highlighter: rouge
gems: ['jekyll-paginate', 'redcarpet', 'jekyll-gist', 'rouge']

# Permalinks
permalink: pretty
relative_permalinks: true
#relative_permalinks: false

# Setup
title: Hyde
tagline: 'A Jekyll theme'
description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: http://hyde.getpoole.com
title: FWC
tagline: 'Frankly Who Cares'
description: 'by Daniel Da Cunha.<br><a href="https://twitter.com/FrancklyWhoCares" target="_blank">@FrancklyWhoCares</a>.'
url: http://francklywhocares.net
baseurl: /

author:
name: 'Mark Otto'
url: https://twitter.com/mdo
name: 'Daniel Da Cunha'
url: https://twitter.com/FrancklyWhoCares

paginate: 5

# Custom vars
version: 2.1.0

github:
repo: https://github.com/poole/hyde
repo: https://github.com/ddacunha/hyde
6 changes: 1 addition & 5 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ <h1>
</div>

<nav class="sidebar-nav">
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>

{% comment %}
The code below dynamically generates a sidebar nav of pages with
Expand All @@ -26,11 +25,8 @@ <h1>
{% endif %}
{% endfor %}

<a class="sidebar-nav-item" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip">Download</a>
<a class="sidebar-nav-item" href="{{ site.github.repo }}">GitHub project</a>
<span class="sidebar-nav-item">Currently v{{ site.version }}</span>
</nav>

<p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
<p class="copyrights">&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
</div>
</div>
24 changes: 7 additions & 17 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,18 @@ layout: page
title: About
---

<p class="message">
Hey there! This page is included as an example. Feel free to customize it for your own use upon downloading. Carry on!
</p>

In the novel, *The Strange Case of Dr. Jeykll and Mr. Hyde*, Mr. Poole is Dr. Jekyll's virtuous and loyal butler. Similarly, Poole is an upstanding and effective butler that helps you build Jekyll themes. It's made by [@mdo](https://twitter.com/mdo).

There are currently two themes built on Poole:

* [Hyde](http://hyde.getpoole.com)
* [Lanyon](http://lanyon.getpoole.com)

Learn more and contribute on [GitHub](https://github.com/poole).

## Setup

Some fun facts about the setup of this project include:
Some facts about the setup of this site includes:

* Forked from [Hyde](http://hyde.getpoole.com) by [@mdo](https://twitter.com/mdo).
* Built for [Jekyll](http://jekyllrb.com)
* Developed on GitHub and hosted for free on [GitHub Pages](https://pages.github.com)
* Coded with [Sublime Text 2](http://sublimetext.com), an amazing code editor
* Designed and developed while listening to music like [Blood Bros Trilogy](https://soundcloud.com/maddecent/sets/blood-bros-series)
* Developed on GitHub [FWC](https://github.com/ddacunha/fwc)
* Coded with [Emacs](https://www.gnu.org/software/emacs/)

Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/poole/issues/new) or [ask me on Twitter](https://twitter.com/mdo).
Have questions or suggestions? Feel free to
[open an issue on GitHub](https://github.com/ddacunha/fwc/issues/new)
or [ask me on Twitter](https://twitter.com/__ddc__) or [email me at](mailto:me@francklywhocares.net).

Thanks for reading!
81 changes: 55 additions & 26 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,22 @@
*/

html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 18px;
}


@media (min-width: 48em) {
html {
font-size: 16px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
}
html {
font-size: 18px;
}
}


@media (min-width: 64em) {
html {
font-size: 20px;
}
}
/*
* Sidebar
*
Expand All @@ -55,19 +57,40 @@ html {

.sidebar {
text-align: center;
padding: 2rem 1rem;
padding: 1rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}

.sidebar-subtext {
text-align: right;
}

@media (max-width: 48em) {
.lead {
text-align: right;
}
.sidebar-nav-item {
line-height: 1.75;
}
p.copyrights {
margin-bottom: 0rem;
text-align: left;
}
a.sidebar-nav-item {
text-align: right;
}
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}
.sidebar {
text-align: center;
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 10rem;
text-align: left;
}
}

/* Sidebar links */
Expand All @@ -80,7 +103,11 @@ html {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
font-size: 3.25rem;
font-size: 2rem;
}

.sidebar-about p {
font-size: 0.8rem;
}

/* Sidebar nav */
Expand Down Expand Up @@ -108,13 +135,12 @@ a.sidebar-nav-item:focus {
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
right: 0.5rem;
bottom: 1rem;
left: 1rem;
left: 0.5rem;
}
}


/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
Expand All @@ -129,19 +155,18 @@ a.sidebar-nav-item:focus {
@media (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 20rem;
margin-left: 11rem;
margin-right: 2rem;
}
}

@media (min-width: 64em) {
.content {
margin-left: 22rem;
margin-left: 11rem;
margin-right: 4rem;
}
}


/*
* Reverse layout
*
Expand Down Expand Up @@ -248,3 +273,7 @@ a.sidebar-nav-item:focus {
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}

.copyrights {
font-size: 0.5rem;
}
2 changes: 1 addition & 1 deletion public/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ tbody tr:nth-child(odd) th {
*/

.lead {
font-size: 1.25rem;
font-size: 1.00rem;
font-weight: 300;
}

Expand Down

0 comments on commit 2484cfc

Please sign in to comment.