Skip to content

Commit

Permalink
Added google verification, and added run instructions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 authored Sep 25, 2023
1 parent 22ac4b0 commit dae4dfb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
42 changes: 42 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Running the site locally

To run the site locally, you can just run

```bash
./run_site.sh
```

It will print a message to the console for the address to view the website.

### Requirements

There are some installation requirements to be able to run it locally.

1. Install ruby & build essentials

```bash
sudo apt update
sudo apt install ruby ruby-dev build-essential
```

2. Install bundler

```bash
sudo gem install bundler
```

3. Install dependencies

```bash
bundle install
```

- If you run into a permissions issue, you can try setting `export BUNDLE_PATH=~/.gems`.

## To add a new section for navigation

You are going to need to modified the files above to create a new changes such as delete section, add a new section. However, if you just need to do a simple redirect, you can just modified ``_data/navigation.yml``.

1. ``_data/navigation.yml``
2. ``_config.yml``
3. Add gitignore on the directory ``.gitignore``, since we are going to pull this from the system
9 changes: 0 additions & 9 deletions docs/Readme.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/googled556e8ebb4c45d9a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googled556e8ebb4c45d9a.html

0 comments on commit dae4dfb

Please sign in to comment.