AWS Techshift Program
  • CSS 67.9%
  • JavaScript 16.3%
  • HTML 15.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2019-07-26 17:23:18 +01:00
archetypes initial commit 2019-06-27 11:40:58 +01:00
content add lab clean up message closes #46 2019-07-26 17:23:18 +01:00
layouts first attempt to make site responsive. issue #31 2019-07-25 16:20:34 +01:00
static fixes disapearing menu item in responsive closes #31 and #18 2019-07-26 14:39:18 +01:00
themes initial commit 2019-06-27 11:40:58 +01:00
.gitignore Labs 1-5 fixes 2019-07-10 16:58:11 +01:00
.gitmodules initial commit 2019-06-27 11:40:58 +01:00
code_of_conduct.md Adding project files 2019-07-04 10:05:30 +01:00
config.toml Fix Techshift vs TechShift & <title> of page 2019-07-10 14:36:54 +01:00
CONTRIBUTING.md Adding project files 2019-07-04 10:05:30 +01:00
LICENSE Adding project files 2019-07-04 10:05:30 +01:00
README.md adding readme so you can run this 2019-07-01 12:01:29 +01:00

static/img/techshift.png

Get involed

We are looking for translations and improvements to the site all the time so please open a merge request.

Run the site locally

This requires you to have hugo installed

To test your changes for the site clone this repository:

git clone https://github.com/richarvey/techshift-modernise.git
cd techshift-modernise 
git submodule update --init --recursive

Now make sure you have hugo installed and then run:

hugo server --watch