Giter VIP home page Giter VIP logo

thomasebsmith.github.io's Introduction

Thomas Smith's Website

This repository contains the code for Thomas Smith's website. The site is hosted statically on GitHub Pages at thomasebsmith.github.io. It contains information about Thomas, descriptions of his programming projects, and ways to contact him.

Deployment

This site can be deployed by cloning this repository, running its build script, and hosting the build output as a static site. The site is optimized for GitHub Pages but should work in any standard hosting environment. This site should be hosted at the root of a domain, or else relative URLs must be modified.

For example, to deploy it with Python 3 at http://localhost:8000:

$ git clone https://github.com/thomasebsmith/thomasebsmith.github.io.git site
$ cd site
$ make build/release
$ cd build/release/final
$ python3 -m http.server 8000
Serving HTTP on :: port 8000 (http://[::]:8000/) ...

Philosophy

  • Use a simple, consistent color scheme
  • Make the site fast and lightweight
  • Highlight important content
  • Make the site cross-browser compatible

Technical Details

This site uses a combination of Jinja templates and static files. All templates excluding base.html are compiled from jinja/templates. Then, all files in static are added to the same folder. These files form the static site.

License

This site is not released as open-source software. It is source-available; however, copyright and ownership are retained fully by Thomas Smith.

thomasebsmith.github.io's People

Contributors

thomasebsmith 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.