Giter Site home page Giter Site logo

eddiewebb / json-resume Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 4.0 179.2 MB

My personal site, see `hugo-resume` for the base theme!

Home Page: https://github.com/eddiewebb/hugo-resume

License: MIT License

JavaScript 8.74% HTML 83.10% Shell 6.42% CSS 0.89% Dockerfile 0.84%

json-resume's Introduction

Data Fed resume

Created from Start Bootstrap - Resume. Uses HUGO to generate pages from various data files in JSON.

Published via CI pipelines to Eddie's Website, current status: CircleCI

Technology & Setup

The primary technology is HTML5 and CSS3 to create a static webpage. Rather than copy and paste the same formatting used for multiple projects, experiences and others, I dropped the data into json files, and have a single template in HTML. Using gohugo to render the repetitive formatting as needed.

Data files

projects

Initially projects were also in their own JSON file, but I decided I wanted to allow more detail and custom formatting, and with the move to hugo created a dedicated archetype projects. Any projects are added with hugo add projects/name-of-project.html

Resume theme

Following Hugo conventions, all the styling is embodied in the resume theme.

The partials contain corresponding *.html files for each data type in json files.

<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="publications">
  <div class="my-auto" id="publications-content">
    <h2 class="mb-5">Publications</h2>
  </div>
  {{ range .Site.Data.publications }}
      <div class="resume-item d-flex flex-column flex-md-row mb-5">
        <div class="publication-content mr-auto">
          <h3 class="mb-0">{{ .type }} - <a href="{{ .link }}">{{ .name }}</a></h3>
          <p>{{ .summary | safeHTML }}</p>
          <ul class="tags">
              {{ range  .tags }}
                <li><a class="tag">{{ . }}</a ></li>
              {{ end }}
          </ul>
        </div>
        <div class="resume-date text-md-right">
          <span class="text-primary">{{ .date }}</span>
          <img src="{{ .image }}" style="max-width:250px;padding:5px;"/>
        </div>
      </div>
  {{ end }}
</section>

About (from Start Bootstrap)

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2018 Blackrock Digital LLC. Code released under the MIT license.

Serving locally with dfocker

docker run -p1313:1313 -v $PWD:/tmp/site eddiewebb/hugo:0.84.4-webp hugo serve -s /tmp/site/src --bind 0.0.0.0

OR

docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.93.2-ext serve -s src/

json-resume's People

Contributors

eddiewebb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.