Git Product home page Git Product logo

forget-your-resume's Introduction

Hyde

Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It's based on Poole, the Jekyll butler.

Hyde screenshot

Contents

Usage

Hyde is a theme built on top of Poole, which provides a fully furnished Jekyll setup—just download and start the Jekyll server. See the Poole usage guidelines for how to install and use Jekyll.

Options

Hyde includes some customizable options, typically applied via classes on the <body> element.

Sidebar menu

Create a list of nav links in the sidebar by assigning each Jekyll page the correct layout in the page's front-matter.

---
layout: page
title: About
---

Why require a specific layout? Jekyll will return all pages, including the atom.xml, and with an alphabetical sort order. To ensure the first link is Home, we exclude the index.html page from this list by specifying the page layout.

Sticky sidebar content

By default Hyde ships with a sidebar that affixes it's content to the bottom of the sidebar. You can optionally disabled this by removing the .sidebar-sticky class from the sidebar's .container. Sidebar content will then normally flow from top to bottom.

<!-- Default sidebar -->
<div class="sidebar">
  <div class="container sidebar-sticky">
    ...
  </div>
</div>

<!-- Modified sidebar -->
<div class="sidebar">
  <div class="container">
    ...
  </div>
</div>

Themes

Hyde ships with eight optional themes based on the base16 color scheme. Apply a theme to change the color scheme (mostly applies to sidebar and links).

Hyde in red

There are eight themes available at this time.

Hyde theme classes

To use a theme, add anyone of the available theme classes to the <body> element in the default.html layout, like so:

<body class="theme-base-08">
  ...
</body>

To create your own theme, look to the Themes section of included CSS file. Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.

Reverse layout

Hyde with reverse layout

Hyde's page orientation can be reversed with a single class.

<body class="layout-reverse">
  ...
</body>

Development

Hyde has two branches, but only one is used for active development.

  • master for development. All pull requests should be to submitted against master.
  • gh-pages for our hosted site, which includes our analytics tracking code. Please avoid using this branch.

Author

Mark Otto

License

Open sourced under the MIT license.

<3

forget-your-resume's People

Contributors

ebinnion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sergi0vargas

forget-your-resume's Issues

"Target Company" => "Welcome Messages"

Let's change all references of "Target Company" to "Welcome Messages."

Items I see that need to be changed before shipping.

"Target Company" Tab
Enter Message to Company => Enter Welcome Message
"Company URL" => Welcome Message URL


Finally, I think we should also change the slug to be "/welcome/" instead of "/company/."

I'm not going to change the videos I made, because I'm sure we'll need to remake them down the road but I think this is a much more effective way of communicating what it actually does.

Edit in place?

Have you thought about instead of having a page with inputs to edit each area to do an edit in place? While you are viewing the profile and logged in hovering over a section brings up an edit icon that turns it into the editor or input field to edit the text and maybe a panel absolute on the side when logged in that clicking will slide out and let you change the background and colors, getting to preview everything exactly how it will look. I might do a fork and play around with it for fun.

How to install - set permissions

Should make note in the how to install area that you need to change permissions on the db directory and maybe the cache directory if you are using it to make them writeable. I couldn't get changes to save until that hit me.

Settings page not found (404)

Hi, I'm following the instructions, but when I go to http://localhost/resume/settings I get a 404 error (I'm testing it in my local Apache server):

"Not Found

The requested URL /resume/settings was not found on this server."

However, the home page loads fine. Did I forget to do something?

Changing background image not working.

Changing the background image doesn't work unless I click the current/checked one which removes the check and then click on a new one which marks it as checked. If I just click on a different one the background preview does change but the checkmark doesn't move and doesn't save the change.

404 on image from default DB

On a fresh install the background doesn't load because the database has the url set to #ffffff url(http://localhost:8888/college/images/patterns/bright_squares.png); which throws a 404 on the image because that isn't the url to my install. Not a huge issue, just means by default the background is white, but an error still.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.