1
0
Fork 0
The hub for personal pages of jtm's.
 
 
 
Go to file
James T. Martin 09140a4726
Add PGP key to contact info, vendor Gitea icon.
2023-05-18 22:41:33 -07:00
_layouts Add PGP key to contact info, vendor Gitea icon. 2023-05-18 22:41:33 -07:00
assets Add PGP key to contact info, vendor Gitea icon. 2023-05-18 22:41:33 -07:00
.editorconfig A minimal and attractive redesign. 2020-08-30 15:30:59 -07:00
.gitignore Add PGP key to contact info, vendor Gitea icon. 2023-05-18 22:41:33 -07:00
Gemfile A minimal and attractive redesign. 2020-08-30 15:30:59 -07:00
Gemfile.lock Updated site to match current live version. 2023-05-17 19:27:22 -07:00
LICENSE.txt Updated site to match current live version. 2023-05-17 19:27:22 -07:00
README.md Updated site to match current live version. 2023-05-17 19:27:22 -07:00
_config.yml Updated site to match current live version. 2023-05-17 19:27:22 -07:00
index.html Add PGP key to contact info, vendor Gitea icon. 2023-05-18 22:41:33 -07:00
key.asc Updated site to match current live version. 2023-05-17 19:27:22 -07:00
robots.txt Updated site to match current live version. 2023-05-17 19:27:22 -07:00

README.md

jtm.dev

This is the source code for my personal website, jtm.dev.

Installation

This project is built using Jekyll, a static site generator.

To install this website, you must first install Jekyll. Next, install all necessary modules with bundle install.

To build the site, run bundle exec jekyll build. To rebuild the site continuously as updates are made, run bundle exec jekyll build --watch. The web root for the website will be _site/. You may point your web server there and the site will work with no additional effort.

To work on the site without installing full web server, use bundle exec jekyll serve.

Code Conventions

All of my code is valid HTML5 and CSS3 according to WHATWG standards

I follow the Google HTML/CSS Style Guide; Google recommends dropping optional tags wherever possible.